
body {
	background: #000000;
}
#wrapper {
	background: url('newbg.jpg') no-repeat;
	width:861px;
	height:797px;
	margin-left:auto;
	margin-right:auto;
}
#nav {
	display:block;
	position:relative;
	top:218px;
	left:2px;
	width:644px;
	height:45px;
	color: 0000ff;
	margin-left: auto;
	margin-right: auto;
}
#nav1 {
	width:226px;
	top:0px;
	position:relative;
	float:left;
	
}

#nav2 {
	width:226px;
	top:0px;
	position:relative;
	float:right;
	
}
#nav ul {
	margin-left: auto;
	margin-right: auto;
	padding:0px 3px;
	width:222px;
	height: 20px;
	text-align:center;
}

#nav ul li {
	display:block;
	position:relative;
	float:left;
	margin:0px 11px;
	text-align:center;
}

#nav a {
	color:#e8c581;
	text-decoration:none;
	font-size:15px;
}

#nav a:hover {
	color:#e8c581;
}


#content_wrap{
	background: url('newbg_mid.jpg') repeat-y;
	display:block;
	position:relative;
	top: 304px;
	left:3px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:649px;
}
#content_top {
	background: url('newbg_top.jpg') no-repeat;
	width:649px;
	height:360px;
}
#content {
	display:block;
	position:relative;
	top: -355px;
	left:3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-355px;
	padding:5px;
	width:615px;
	min-height:355px;	
}
#content_bot {
	background: url('newbg_bot.jpg') no-repeat;
	width:649px;
	height:20px;
}
#copyright {
	display:none;
}
img.noborder {
	border:none;
	max-width:600px;
	max-height:300px;
	}