body {
	background-image: url(images/BN_back.jpg);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px;
}

.main_wrap{
	background-image: url(images/BN_main_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1200px;
	height: 800px;
	border: 0px solid red;
}

.main_menu {
	width: 910px;
	height: 60px;
	border: 0px solid red;
	text-align: left;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 10pt;
	font-family: Verdana;
}

.main_menu a {
	color: white;
	text-decoration: none;
}

.main_menu a:hover{
	color: red;
	text-decoration: none;
}

.left_box {
	width: 170px;
	height: 622px;
	border: 0px solid green;
	float: left;
}

.content_box {
	width: 860px;
	height: 622px;
	border: 0px solid green;
	float: left;
	color: #969696;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	margin-top: 100px;
	z-index: 10;
}

.content_box a{
	color: white;
}

.content_box a:hover{
	color: red;
}

.ct_box {
	width: 276px;
	height: 622px;
	border: 0px solid red;
	float: left;
	z-index: 5;
}

.ct_box img {
	border: 0px;
}

.content_box table p {
	color: #969696;
}