* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.fleft{
	float: left;	
}

.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	color: #fff;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000 ;
	font-size: 12px;
	margin: 0; 	padding: 0;

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


h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2em;
}



#wrapper{
	width: 980px;
	margin: 0 auto;
	background: url('images/background.jpg') repeat;
}

#header{
	background: url('images/header.jpg') no-repeat;
	width: 980px;
	height: 137px;
	position: relative;
}

#header ul{
	position: absolute;
	top: 46px;
	left: 320px;
}
#header ul li{
	display: block;
	height: 32px;
	float: left;
	color: #fff;
	font-size: 15px;
	margin: 7px 20px 0 9px;
}
#header .login{
	position: absolute;
	right: 29px;
	top: 40px;
	width: 100px;	
	border: 0px;
	height: 19px;
	background: none;
	color: #fff;
	font-size: 12px;
	padding: 1px;
}
#header .password{
	position: absolute;
	right: 29px;
	top: 67px;
	width: 100px;	
	border: 0px;
	height: 19px;
	background: none;
	color: #fff;
	font-size: 12px;
	padding: 1px;
}
#header .submit{
	position: absolute;
	right: 15px;
	top: 94px;
	width: 60px;
	height: 15px;
	border: 0;
	background: none;
	text-indent: -9999em;
	cursor: pointer;
	
}
#middle{
	background: url('images/middle.jpg') no-repeat;
	width: 980px;
	height: 335px;
	position: relative;
	color: #fff;
	font-size: 28px;
}
#middle .text1{
	position: absolute;
	left: 42px;
	bottom: 40px;	
}
#middle .text2{
	position: absolute;
	left: 373px;
	bottom: 40px;	
}
#middle .text3{
	position: absolute;
	left: 704px;
	bottom: 40px;	
}
.login_box{
	position: absolute;
	border: 1px solid white;
	width: 100px;
	height: 100px;
	right: 0px;
	top: 20px;
}

#left_menu{
	background: url('images/menu_background.jpg') repeat-y;
	width: 303px;
	position: relative;
	margin: 0 0 10px 10px;
	float: left;

}
#left_menu #top_menu{
	background: url('images/menu_top.jpg') no-repeat;
	width: 293px;
	height: 269px;
	font-size: 20px;
	color: #fff;
	padding: 38px 0 0 10px;
}
#left_menu #menu_bottom{
	background: url('images/menu_bottom.jpg') no-repeat;
	width: 303px;
	height: 25px;
}
#content{
	float: left;
	width: 615px;
	padding: 37px 0 0 25px;
	color: #989898;
	text-align: left;
}
#content p{
	margin-bottom: 10px;	
}
#left_menu .title{
	color: #e08f41;
	font-weight: bold;
	
}
#left_menu .desc{
	margin-left: 10px;
	width: 230px;
	color: #989898;
}
#left_menu img{
	margin: 0 10px;
}
#left_menu .news{
	margin-top: -200px;
}
#left_menu .news .clearfix{
	margin: 0 0 20px 10px;
}
#footer{
	background: url('images/footer.jpg') no-repeat right;
	height: 57px;
	width: 960px;
	margin: 0 auto; 
	color: #989898;
	padding: 20px 0 0 20px;
	text-align:left;
}
#logout{
	height: 100px;
	background: url('images/logout.jpg');
	width: 147px;
	position: absolute;
	right: 7px;
	top: 16px;
	font-size: 10px;
}
#logout p{
	margin: 0 0 5px 5px;	
}
#logout a.logout{
	display: block;
	border: 0;
	height: 9px;
	width: 55px;
	position: absolute;
	bottom: 10px;
	right: 9px;
	text-indent: -9999em;
	overflow: hidden;
}