/* 

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;
}

#feature_info { 
color:#333;
width:210px;
float:right;
background:#ffffff;
margin-top:15px;
border-left: 1px solid #dedcdd;
}

#feature_box {
width:190px;
float:right;
padding:0px 0px 0px 0px;
margin:0px 15px 35px 0px; /* puts spacing around box for wrapping text */
}

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

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