body {
	background-color: #000;
	padding: 0;
	margin: 0;
}
#content {
	width: 956px;
	height: 768px;
	background: url(../assets/background.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 250px;
}

#menu{
	margin-top: 100px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
}
ul#menuList a{
	list-style-type: none;
	text-decoration: none;
	color: #e0ebbc;
	font: 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
}

#selected-box{
	width: 25px;
	height: 18px;
	background-color: #e0ebbc;
	position: absolute;
	margin-right: 7px;
}
.ui-content-img {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.ui-main-content{
	margin: 0 0 0 200px;
	padding: 0;
	width: 700px;
}

.ui-main-content a{
	color: #c8c9c7;
} 
.ui-main-content p{
	color: #fff;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
}
.ui-main-content ul li{
	color: #fff;
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;
}
.ui-main-content h3 {
	color:  #fff;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.ui-img-text{
	color: #eaeaea;
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}