/* 

This CSS stylesheet deals with the physical layout and element placement on the home page, as well as styles for block elements.

*/

* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
}

/* eliminates space between images */

#container { 
margin:0 auto;
width:905px;
}

#row_1 {
width:905px;
height:120px;
background-color:white;
}

#row_2 {
clear:both;
width:905px;
height:326px;
background-image:url(http://www.marketabilityllc.com/images/hp_brown_bg.jpg);
background-repeat:no-repeat;
}

#row_2 img.hp_hdr {
margin-top:38px;
margin-bottom:-3px;
}

#row_3 {
clear:both;
width:905px;
height:194px;
background-image:url(http://www.marketabilityllc.com/images/hp_peach_bg.jpg);
background-repeat:no-repeat;
}

#row_3 p.test_1 {
clear:both;
color:#3d1c00;
padding-left:52px;
padding-right:53px;
padding-top:20px;
}

#row_3 p.test_2 {
clear:both;
color:#3d1c00;
padding-left:52px;
padding-right:53px;
padding-top:23px;
}

#row_4 {
clear:both;
width:905px;
text-align:right;
}

#row_4 span.footer {
font-size:80%;
color:#3d1c00;
padding-right:10px;
padding-bottom:10px;
}

#row_4 a:link, #row_4 a:visited {
color:#3d1c00;
text-decoration:underline;
}

#row_4 a:hover {
color:#000000;
font-weight:bold;
text-decoration:none;
}

#clear_div {
clear:both;
}

