body {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	background-image: url("back/MBack.jpg");	
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color:#000000;
	background-attachment: fixed;	
	color:#efefef;
	font-size: 12px;
}
a ,img{
	border:0;margin:0;padding:0;
}

a:link {
	text-decoration:none;
	color:#efefef;
}
a:visited {
	text-decoration:none;
	color:#efefef;
}
a:hover {
	text-decoration:none;
	color:#fefefe;
}
a:active {
	text-decoration:none;
	color:#efefef;
}

.container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;	
}
.top {
	font-weight:bold;
	padding:4px 0;	
}
.topright {
	float:right;
}
.banner {
	margin-bottom:5px;	
}
.content {
	/*border:1px grey solid;*/	
}
.content-large {
	border:1px grey solid;	
}
.pageleft {
	background-image: url("back/CBack.png");
	width:250px;
	vertical-align:top;
	background-color:#a2a2a2;	
}
.pageright {
	background-image: url("back/CBack.png");
	width:748px;
	vertical-align:top;
	background-color:#707070;
	padding:15px;	
}
.leftlink {
	background-image: url("back/CBack.png");
	text-align:center;
	color:#efefef;
	font-weight:bold;
	font-size:14px;
	padding:5px;	
}
.recruit {
	margin:5px auto ;
	width:180px;
	background-color:#303030;
	border:2px solid #1e1e1e;
	opacity:0.8;
}
.need {
	color:#00ff3c;
}
.rank {
	text-align:center;
	padding:5px;
}
.footer {
	text-align:right;
	font-weight:bold;
	padding:4px;
	opacity:0.8;
}
.post_title{
	padding:5px 20px;
	font-size:14px;
	font-weight:bold;
	color:#efefef;
	background-color:#303030;
}
.post_title .title {
	float :left;
}
.post_title .date {
	float: right;
}
.clear {
	clear: both;
}
.post {	
	text-align:center;	
}