/* CSS Document */
body{
 background:#1D2124;
 font-family:Tahoma;
font-size:11px;
color:#CCCCCC;
letter-spacing:1px;
}
img{
	border:none;
}
.footer{
background:url(images/footer.jpg) no-repeat;
height:71px;
clear:both;
font-family:Tahoma;
text-align:center;
font-size:12px;
color:#FFFFFF;
padding-top:30px;
}
.search{
background:#494f53;
}
.leftbar{
	float:left;
	width:30%;
	color:#ccc;
	font-family:Tahoma;
	font-size:11px;
}
.content{
   float:right;
   width:70%;
   background:#393f44;
   height:500px;
}
.content_right{
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
	letter-spacing:1px;
}
.content_right p{
	padding-left:25px;
	padding-right:25px;
}
.content_right a{
	color:#619ECD;
	
}
.content_text{
   float:right;
   width:70%;
   background:#393f44;
 
}
.content_sub{
 padding-top:23px;
}
.content_left{
	background:#0e1316 url(images/left_right.jpg) repeat-y center bottom;
}
.container{
	width:950px;
}