
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#000000;
 background:url(background.jpg) center top;
 text-align:center;
 padding:0;
 }

#outer {
margin-left:auto;
margin-right:auto;
 text-align:left;
 width:1000px;
 }

#logo {
float:left;
 height:90px;
 width:1000px;
 background:url(images/simple-life-logo.png) no-repeat;
 padding: 0 0 0 0px;
 }


#menu {
background:url(menu.png);
float:left;
width:1000px;
height:0px;
padding:0px 0 0 0px;
}

#pic {
float:left;
width: 1000px;
padding: 0px 0 0px 0px;
margin-bottom: 20px;
}

#testimonial {
float:left;
clear:both;
width: 180px;
padding: 0px 20px 0 0px;
margin: 0px 0 0 0px;
}

div#main {
float:left;
width:560px;
padding: 5px 20px 0 20px;
margin: 0px;
border-left:solid;
border-right:solid;
border-top:none;
border-bottom:none;
border-color:#1b3954;
border-width:thin;
text-align:left;
}

div#news {
float:right;
width:178px;
padding: 20px 0 0 20px;
margin-bottom: 0px;
}

div#contact {
float:right;
height:136px;
background:url(contact-back.jpg);
width:192px;
padding: 5px 0px 0px 168px;
}

#ftr {
clear:both;
width:1000px;
 height:25px;
 padding-top:35px;
 background:url(footer.png);
 color: #336699;
 }
 

