body {
margin: 0 0;
background:#DCC494 url("../images/bgrd.png") repeat-x;
}

#wrapper {
width:830px;
position:relative;
margin: 0 auto;

}
#header {
width:830px;
height:251px;
position:relative;
margin: 0 auto;

}


#main {
width:830px;
height:400px;
position:relative;
margin: 0 0;
overflow:hidden;
}

#left {
width:192px;
height:400px;
position:relative;
background:#1E2E57 url("../images/side.png") no-repeat;margin: 0 0;
float:left;
padding:0 0 0 0;
}

#content {
position:relative;
width:460px;
height:400px;
margin: 0 0;
padding:0 10px 0 10px;
float:left;
overflow:hidden;

}

#right {
position:relative;
width:150px;
height:400px;
text-align:center;
margin: 0 0;
float:left;

}

#footer{
width:680px;
height:200px;
text-align:center;
position:relative;
background:#1E2E57 url("../images/footer.png") no-repeat; 
color:#fcfcfc;
margin: 0 auto;
padding:0 0 0 150px;
clear:both;
}

#seal {
width:260px;
height:250px;
position:absolute;
top:555px ;
left:-30px;
z-index:5;
}

#nav-menu {
margin:58px 0 0 -10px;
overflow:hidden;
}

#nav-menu ul {
list-style: none;
}

#nav-menu li a {
background: url("../images/css-nav.gif") #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 12em;
display: block;
border: 0.1em solid #dcdce9;
color: #493120;
font-weight:bold;
text-decoration: none;
text-align: center;
margin-bottom:4px;
}

#nav-menu li a:hover {
background: url("../images/css-nav-hvr.gif") #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 12em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
font-weight:bold;
text-decoration: none;
text-align: center;
margin-bottom:4px;
}

#content ul {
font-size:75%;
}
.float {
float:left;
margin: 5px;
}

.clear {
clear:both;
}
h6 a {
color:#ffffff;
}
#footer a:link {
color:#cfcfcf;
text-decoration:none;
}
#footer a:visited {
color:#cfcfcf;
text-decoration:none;
}
#footer a:hover {
color:#ffffff;
text-decoration:none;
}
