body{
	background: #000;
	color: #999;
	text-align: center;
	font-size: 12px;
}

.container{
	text-align: left;
	margin: 0px auto;
	width: 900px;
}

#top{
	border-bottom: 1px solid ;
	border-color: #ccc;
	margin-top: 5px;
}

#logo img{
	height: 80px;
}

/* @group top*/

.menu_item{
	float: right;
	width: 120px;
	padding: 5px;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}

.menu_item li{
	margin-bottom: 5px;
}

.menu_item li.menu_title a{
	font-size: 16px;
	color: #00b1f6;
}

.menu_title{
	position: relative;
}

.menu_title span {
  background: url(../image/gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

.menu_item li a{
	color: #ccc;
	text-decoration: none;
}

/* @end */


#content{
	padding-top: 20px;
}

/* @group content */


#sidebar1{
	width:400px;
	float: left;
	margin-bottom: 20px;
}

#sidebar2{
	width: 490px;
	float: left;
	text-align: center;
}

.image_gallery img{
	width: 100px;
	height: 100px;
	padding: 3px;
	border: 1px solid #fff;
}

.image_gallery div{
	margin: 5px;
	float: left;
}

#imageBox{
	padding-top: 12px;
	margin-top: 10px;
}

.imageBox{
	text-align: right;
	width:480px;
	min-height: 480px;
}

.imageBox img{
	margin: 0px auto;
}


.news_block{
	margin-top: 5px;
}

.news_title{
	padding-bottom: 5px;
	color: #dcb64b;
	line-height: 12px;
	height: 12px;
}

.news_content{
	margin: 5px 0px;
	line-height: 20px;
	font-size: 90%;
	padding: 0px 10px;
}

/* @end */

#foot{
	text-align: center;
	height: 50px;
	padding-top: 20px;
	margin: 10px 0px;
	border-top: 1px solid #777;
	font-size: 12px;
	letter-spacing: 1px;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

.clearboth{
	clear: both;
}

.clearleft{
	clear: left;
}

.clearright{
	clear: right;
}