/* CSS Document */
*{
    padding:0;
	margin:0;
}

.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}

#main{
    margin:0 auto;
    width:1000px;
	height:600px;
}


#left{
    float:left;
    width:210px;
	height:600px;
}

#mid{
    float:left;
    width:690px;
	height:600px;
}

#right{
    float:left;
    width:100px;
	height:600px;
	background:url(images/right.gif);
}

#bottom{
    width:1000px;
	height:30px;
	background:#D9CFC0;
	border-top:#582700 2px solid;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}

#nav{
    padding-top:40px;
}

#nav li{
    float:left;
	list-style-type:none;
}
.maohao{
    color:#805B3E;
	font-size:12px;
	margin:0 10px 0 10px;
}

#nav a{ font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#805B3E; text-decoration:none}
#nav a:hover{ color:#3e3013;}


#mid p{ font-size:12px; line-height:18px; text-indent:24px; color:#795233; font-family: Verdana, Arial, Helvetica, sans-serif}




#bottom  a{ color:#D9CFC0;}


















