body {
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9d5982;
}
p {
	margin:0px;
	padding:0 0 5px 0;
	line-height:17px;
	text-align:justify;
}
p.left {
	float:left;
	width:315px;
}
h1 {
	font-size:18px;
	color:#ffa268;
	clear:both;
	margin:5px 0 5px 0;
}
.line {
	color:#ffa268;
	font-size:16px;
	line-height:32px;
}
img {color:#46072D;}
#main_container {
	width:850px;
	height:auto;
	margin:auto;
	background-color:#190210;
}
#center_content {
	width:850px;
	margin:auto;
}
#header {
	width:850px;
	height:200px;
	margin:auto;
	background:url(images/header_bg.jpg) no-repeat center;
}
/*----------------------menu-------------------------*/
#menu {
	width:821px;
	height:44px;
	padding:0px;
	margin:auto;
	text-align:center;
	background:url(images/menu_bg.gif) no-repeat center;
}
#menu ul {
	list-style:none;
	padding:0 0 0 90px;
	margin:0px;
	display:block;
	font-weight:bold;
}
#menu ul li {
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	height:44px;
	padding:0px;
	font-size:13px;
	line-height:44px;
}
#menu ul li a {
	height:44px;
	width:87px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#d99cc1;
}
#menu ul li a:hover {
	height:44px;
	width:87px;
	text-decoration:none;
	color: #d99cc1;
	background:url(images/button_bg.gif) no-repeat center;
}
#menu ul li a.current {
	height:44px;
	width:87px;
	float:left;
	text-decoration:none;
	padding:0px;
	color: #d99cc1;
	background:url(images/button_bg.gif) no-repeat center;
}
/*---------------------main_content------------------*/
.left_content {
	width: auto;
	height:auto;
	float:left;
	padding:10px 55px;
}
.title {
	font-size:18px;
	color:#ffa268;
	clear:both;
	margin:25px 0 5px 0;
}
.clear {
	clear:both;
}

/*-----------------------------footer------------------*/
#footer {
	width:850px;
	height:60px;
	margin:auto;
	color:#508aa1;
	background-color:#350723;
	border-top:1px #ce3291 solid;
}
.footer_links {
	text-align:center;
	float:center;
	padding:10px;
	margin-top:12px;
}
.footer_links a {
	text-decoration:none;
	padding:0 8px 0 8px;
	color:#d99cc1;
}
.footer_links a:hover {
	text-decoration:underline;
}

