/* 

This CSS stylesheet deals with the physical layout and element placements for the web pages.

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

*/

* {
padding:0;
margin:0;
}

body {
font-family:Georgia, Times New Roman, sans-serif;
font-size:100%;
background-color:#988980;
}

#container { 
margin:0 auto;
width:980px;
background-color:#fffdf0;
}

#row_1 {
width:980px;
height:149px;
}

#nav {
width:980px;
height:38px;
}

#content {
width:980px;
padding-bottom:10px;
}

#feature_box {
position:relative;
width:220px;
float:right;
border:2px #000000 solid;
padding:0px 0px 0px 0px;
margin:10px 15px 45px 15px; /* puts spacing around box for wrapping text */
}

#footer { 
margin:0 auto;
width:980px;
height:125px;
clear:both;
background-color:#000000;
}

#clear_div {
clear:both;
}

