/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#031019;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	text-align:center;
}

p {
	margin:0;
}

a, a:visited {
	color:#82d9ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	margin:0;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#ffe5b4;
}

html, body {
	width:100%;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#000000;
}

.banner {
	width:1000px;
	height:182px;
	background:url(images/banner.jpg) no-repeat;
}

.indexcontent {
	background:#000000;
}

.content {
	width:1000px;
	background:url(images/bgrepeat.jpg) repeat-y;
}

.indexmaincontent {
	background:url(images/indexcontentbg.jpg) top left no-repeat;
	}
	

.maincontent {
	height:508px;
	padding:15px 120px;
	background:url(images/contentbg.jpg) top left no-repeat;
}

.menu {
	width:1000px;
	height:43px;
	line-height:43px;
	margin-top:25px;
	text-align:center;
	background:url(images/menubg.jpg) no-repeat;
}

.menu ul {
	margin:0 0 0 310px;
	padding:0;
	list-style:none;
	text-align:center;
}

.menu ul li {
	float:left;
	padding:0 20px;
}

.menu ul li a, .menu ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


.menu ul li a:hover {
	color:#ffe5b4;
}

.leftcontent {
	float:left;
	padding-left:25px;
}

.rightcontent {
	float:right
}

.copyright {
	width:1000px;
	height:69px;
	background:url(images/copyright.jpg) no-repeat;
}

.clear {
	clear:both;
}