﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:1002px;
	background-color: #130d00;
	font-size: 13px;
	letter-spacing:1.5px;
	line-height:18px;
	color:#CCCCCC;
}
img
{
	border:0;	
}
  a
{
	color:#CCCCCC;
	text-decoration: none;
}
a:hover
{
	color: #ffdc51;
	text-decoration:underline ;
}
a:visited
{
	color:#CCCCCC;
	text-decoration: none;
}
h3
{
	display:block;
	background-color:#4F2A00;
	color:#FFCF30;
	height:24px;
	font-size:12px;
	vertical-align:middle;
	margin:2px 2px 2px 2px;	
}
/*页头*/#header
{
	background-color: #6B4521;
	height: 230px;
	/*border:solid 1px #6B4521;*/
}
/**菜单的控制*/ul#nav, ul#nav ul
{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	list-style: none;
	background: #130d00;
	z-index: 99;
}
ul#nav
{
	display: block;
	height: 24px;
	clear: both;
}
ul#nav li
{
	position: relative;
	z-index: 999;
	float: left;
}
ul#nav ul li
{
	display: block;
}
ul#nav ul
{
	width: 100px;
	height: auto;
	position: absolute;
	text-align: center;
	left: 0px;
	display: none;
	border: solid 1px #6b4521;
}
/*当鼠标在子菜单和父菜单上时，父菜单的样式*/ul#nav li.over a, ul#nav li:hover a
{
	border-color: #946D45;
	background: #FFCF30;
	font-weight: bold;
	color: #6B4521;
}
/*将子菜单的样式清除*/ul#nav li.over ul a, ul#nav li:hover ul a
{
	background: #130d00;
	font-weight: normal;
	color: #CCCCCC;
}
/*子菜单的hover样式*/ul#nav li.over ul a:hover, ul#nav li:hover ul a:hover
{
	background: #6b4521;
	font-weight: normal;
	color: #946D45;
	background: #6B4521;
	border-color: #E2144A;
	font-weight: bold;
}
/* Styles for Menu Items */ul#nav a
{
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 0 0 0 0px;
	width: 100px;
	color: #CCC;
	height: 24px;
	background: #130d00;
}
ul#nav ul li
{
	width: 100px;
	border: 0;
}
/* Fix IE. Hide from IE Mac */
* html ul#nav li
{
	float: left;
	height: 17px;
}
* html ul#nav li a
{
	height: 17px;
}
/* End */ul#nav ul a
{
	padding: 0;
	border: 0;
	width: 100px;
}
/* Sub Menu Styles */
ul#nav li:hover ul, ul#nav li.over ul
{
	display: block;
}
/*主内容页*/#main
{
	/*background-color: #946D45;*/
	/*height: 530px;*/
	/*border:solid 1px #6b4521;*/
	width:1000px;
	height:auto;
	min-height:700px;
}
/**主内容页的左部分**/
#main_left
{
	width:250px;
	display:block;
	float:left;
	height:auto;
	min-height:700px;
	padding-right:5px;
}
#main_left dl
{
	padding:0;
	margin: 0px;	
}
#main_left dl dt
{
	margin:0;
	padding:0;
	border:0;	
}
#main_left dd
{
	padding:0;
	margin: 0px 0px 10px 0px;
	border:solid 1px #6b4521;
}
/**主内容页的右部分**/
#main_right
{
	display:block;
	float:right;
	height:612px;
	width:736px;
	color:#B8B8B8;
}
/*页脚*/#footer
{
	clear: both;
	height: 40px;
	width:1000px;
	border:solid 1px #6b4521;
	text-align:center;
}