/* 

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:290px;
background-color:#000000;
}

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

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

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

#clear_div {
clear:both;
}

