/* SD07 - Layout Styles */

body {
 background-image: url(../images/SD07_background.gif);
 background-repeat: repeat-x;
 background-position: top left;
 background-color: #5B5736;
 margin: 0px;
 }
 
.clr {
	clear: both;
 }

/* Layout Styles */

#wrapper {
 position: relative; left: 20px; top: 0px;
 text-align: left;
 margin-right: auto;
 margin-left: auto;
 padding: 0px 0px 0px 0px;
 width: 800px;
 } 

#header {
 position: relative; 
 background-image: url(../images/SD07_header.gif);
 background-repeat: no-repeat;
 background-position: top left;
 width: 800px;
 height: 233px;
}

#menu {
 position: relative; left: 300px; top: 10px;
 }

#mainbody {
 padding: 0px 0px 0px 7px;
 width: 793px;
 background-color: #FFFFFF;
 }

#content { 
 position: float; left: 0px; top: 0px;
 width: 746px;
 text-align: left;
 background-color: #C4E6E6;
 min-height: 400px;
 padding: 20px;
 }

#footerbody {
 padding: 0px 0px 0px 0px;
 width: 800px;
 background-color: #FFFFFF;
 }

#footer {
 position: relative;left: 7px; top: 0px;
 width: 786px;
 text-align: center;
 background-image: url(../images/SD07_footer.gif);
 background-repeat: repeat-x;
 background-position: top left;
 color: white;
 height: 20px;
 }

.spacer {
 height: 20px;
 }

/* End of Layout Styles */
