/* 

This CSS stylesheet deals purely with the physical layout and element placement on the sub pages.

For individual styling of content block elements (headers, paragraphs, links, lists, etc),
see sp_style.css 

*/

* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
background-color:#61705e;
}

#container { 
margin:0 auto;
width:865px;
background:#ffffff;
}

#header {
width:865px;
float:left;
height:223px;
background:#ffffff;
margin:0 auto;
}

#header div img {
display:block;
margin:0;
}

#header div div img {
display:inline;
margin:0;
padding:0px;
}

#nav_container {
width:865px;
height:38px;
}

#content { 
float:right;
background:#ffffff;
width:865px;
display:inline;
padding-top:10px;
}

#footer { 
width:865px;
clear:both;
background:#ffffff;
}
