body{
margin:0;
padding:0;
background:#dddece url(../images/bg.jpg) repeat-x;
font:12px/1.5em Arial, Helvetica, sans-serif;
text-align:center;
}

#container{
width:759px;
margin:0 auto;
text-align:center;
background-color:#fff;
}

#header{
width:759px;
height:114px;
}

#nav{
width:759px;
height:37px;
background-color:#4c5a2f;
}

#under_nav{
width:759px;
height:55;
}

#main{
width:703px;
padding:0 28px 0 28px;
}

footer{
width:759px;
height:126px;
margin:0;
padding:0;
}

/*-----Classes-----*/

.header{
color:#6f5829;
font-family:Georgia, "Times New Roman";
font-size:17px;
font-weight:bold;
text-align:left;
}

.subheader{
color:#8f8335;
font-family:Georgia, "Times New Roman";
font-size:12px;
font-weight:bold;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

.indent{
margin-left:20px;
}

/*-----HTML-----*/

hr{
margin:35px 0 35px 0;
}

/*-----Body Links-----*/

a:link, a:visited{
text-decoration:underline;
color:#092c86;
}

a:hover, a:active{
text-decoration:none;
color:#990;
}
