/* 

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:90%;
background-color:#959577;
}

#container { 
margin:0 auto;
width:1004px;
background:#e7e8df;
}

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

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

#nav_container {
width:1004px;
height:42px;
background-color:#ffffff;
background-image:url(/images/nav_bg.gif);
background-repeat: repeat-x;
}

#content { 
float:right;
width:1004px;
display:inline;
background-color:#e7e8df;
}

#left {
width:721px;
float:left;
}

#left img {
display:block;
margin:0;
}

#left img.inline {
display:inline;
margin:0;
}

#right {
width:283px;
float:right;
background-color:#b1b395;
}

#footer { 
width:1004px;
height:61px;
clear:both;
background-color:#303857;
background-image:url(/images/ftr_bg.gif);
background-repeat: repeat-x;
margin-bottom:0px;
}
