body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fff url("images/back.gif") repeat-x;
	font-family: Arial, Tahoma, Verdana sans-serif;
}
img
{
	border: 0;
	margin: 0;
}
#main
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#top
{
	width: 1000px;
	height: 33px;
	background: url("images/hat.gif") no-repeat;
}
#header
{
	width: 1000px;
}
	#header_left
	{
		width: 310px;
		padding-left: 147px;
		height: 335px;
		background: url("images/menu_back.gif") no-repeat;
		float: left;
	}
		#menu
		{
			width: 310px;
			float: left;
		}
		#logo
		{
			width: 286px;
			padding-left: 24px;
			float: left;
		}
		#menu ul
		{
			margin: 0;
			padding: 0;
		}
			#nav
			{
				width: 120px;
			}
			#nav li
			{
				position: relative;
				list-style-type: none;
				margin: 0;
				float: left;
			}
			#nav li a
			{
				color: #000;
				width: 115px;
				line-height: 20px;
				padding: 2px 0 3px 5px;
				display: block;
				font-weight: bold;
				text-decoration: none;
				background: none;
			}
			#nav li a:hover
			{
				color: #c50000;
				background: url("images/arrow.gif") 100px 7px no-repeat;
			}
			#nav li ul
			{
				position: absolute;
				left: 120px;
				top: 0;
				display: none;
			}
			#nav li ul li
			{
				position: relative;
				list-style-type: none;
				margin: 0;
				width: 165px;
				border: 1px solid #c8c8c8;
				float: left;
			}
			#nav li ul li a
			{
				color: #3d3d3d;
				width: 155px;
				padding: 2px 5px 1px 5px;
				display: block;
				font-weight: normal;
				text-decoration: none;
				background: #fff;
			}
			#nav li ul li a:hover
			{
				color: #c50000;
				background: #fff;
			}
			#nav li:hover ul 
			{
				display: block;
			}
			#nav li.over ul
			{
				display: block;
			}
	#header_right
	{
		width: 543px;
		height: 335px;
		float: left;
	}
#banner
{
	width: 1000px;
	height: 60px;
	padding-bottom: 5px;
	float: left;
}
#banner img
{
	float: right;
}
#content
{
	width: 972px;
	padding: 0 14px;
	float: left;
}
	#content a
	{
		color: #C30000;
		text-decoration: none;
	}
	#content a:hover
	{
		text-decoration: underline;
	}
	#left_col
	{
		width: 656px;
		padding-right: 14px;
		float: left;
	}
		#left_col h1
		{
			color: #C40002;
			font-size: 24px;
		}
		#left_col em
		{
			font-style: normal;
			font-weight: bold;
		}
		#left_col em u
		{
			color: #C40002;
			text-decoration: none;
			font-style: normal;
			font-weight: bold;
		}
	#right_col
	{
		width: 302px;
		float: left;
	}
		.box
		{
			width: 302px;
			background: url("images/box_slice.gif") repeat-y;
			border-bottom: 1px solid #ccc;
			margin-bottom: 10px;
			float: left;
		}
			.box_content
			{
				width: 282px;
				padding: 10px;
				float: left;
				background: url("images/box_top.gif") no-repeat;
			}
	#footer
	{
		width: 656px;
		height: 70px;
		padding: 10px 316px 0 0;
		text-align: center;
		color: #C30000;
		float: left;
	}
	#footer a
	{
		color: #C30000;
		padding: 0 7px;
		text-decoration: none;
	}
	#footer a:hover
	{
		text-decoration: underline;
	}
