@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background:#EBEAD3;
}

#wrap{
background:url(../images/bg.gif) repeat-y;
margin:0px auto 0px auto;
width:920px;
}

#dd_mark{
margin-left:120px;
padding-top:40px;}

#head{
margin:0px 3px 0px 3px;
padding:0px 0px 0px 0px;
width:914px;
float:left;
background:url(../images/header_bg.gif) repeat-y;
}

#indentity{
margin-left:20px;
padding-top:80px;
float:left;
}

#head_img{
text-align:right;}

#center{
margin:0px auto 0px 3px;;
width:920px;
float:left;
background:url(../images/content_bg.jpg) repeat-y;
}

#nav{
margin-left:39px;
width:163px;
float:left;
margin-bottom:100px;
}

#nav li.level1{
background:url(../images/button_bg.jpg) repeat-x;
line-height:20px;
list-style:none;
list-style-position:outside;
width:163px;
}

#nav a{
color:#1E180F;
text-decoration:none;
font-weight:bold;
padding-left: 2px;
}

#nav a:hover{
text-decoration:underline;
}

#nav a:visited{
color:#1E180F;
}

#nav li{
list-style:none;
list-style-position:outside;
white-space:nowrap;
line-height:20px;
}

#nav li.level2 a{
color:#FFFFFF;
font-weight:normal;
}

#content{
width:620px;
float:left;
margin-left:50px;
padding-top:40px;
}

#content a {
color:#000000;
text-decoration:none;
font-weight:bold;
}

#content a:hover{
text-decoration:underline;
}

#content li{
display:inline;
padding-right:10px;
}

#content .active{
text-decoration:underline;}

#content h1{
font-size:18px;
}

#footer{
margin:0px auto 0px auto;
text-align:right;
background:#B0AF93;
margin:0px 3px 0px 3px;
padding:10px 10px 10px 0px;
width:904px;
float:left;
}

.clear{
clear:both;
}


