@charset "UTF-8";
/* CSS Document */


/* ---Global--- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Sans-serif;
	color: #000;
	font-size: 10px;
	background-color: #fff;
}

img {
	border: 0;
	vertical-align:top;
}

ul
{
	list-style-type:none;
}

a
{
	text-decoration:none;
	color:#333;
}

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

a:visited
{
	text-decoration:none;
	color:#333;
}

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

h1, h2, h3, h4, h5, h6
{
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width:800px;
	margin: 0 auto;
}

#header
{
	border:1px solid #000000;
	width:800px;
}

#sidebar_wrapper
{	
	width:175px;
	float: left;
	margin-right: 2px;
}
#sidebar 
{
	margin-top: 1px;
	border:1px solid #000000;
}

#sidebar ul
{
	margin-left: -35px;
}

#sidebar h2
{
	font-size: 20px;
	font-weight:bold;
	background-color:#ccc; 	
}
#sidebar li
{
	font-size: 16px;
}
#sidebar li.news_post
{
	margin-bottom: 30px;
}

#sidebar p.news_title
{

width: 165px;
clear: both;
margin-bottom: -12px;
}
#sidebar p.news_date
{

 font-size: 10px;
width: 90px;
float: left;
}

#sidebar p.news_comments
{
margin-left: -1px;
text-align: right;
float: left;
width: 71px;
 font-size: 10px;


}
#footer
{
	clear:both;
}

#data
{
	float:left;
	width: 622px;

}

#data ul
{
margin-left: -2px;
}
#data li
{
	float:left;
	height:150px;
	width:620px;
	border:1px solid #000;
	background-color:#ccc;
	margin-left: -35px;
	margin-bottom:1px;
}


#data li img
{
	float: left;
	border:1px solid #000000;
	width:150px;
	height:120px;
}

#info
{
	float:left;
	width:445px;
	margin-left: 5px;
}

#ep_info
{
float: left;
       width: 250px;
margin-bottom: 20px;
}

#ep_info p
{
margin-bottom: -8px;
}
#nav
{
	text-align:left;
	font-size:14px;
	margin-left:5px;
}


#news
{
	float:left;
	width: 622px;

}

#news p
{
	font-size: 12px;
}

#news img
{
padding-top: 15px;
	width: 150px;
	height: 150px;
	float: left;
	display: block;
margin-right: 12px;
}


#comment_form
{
	font-size: 12px;
	text-align: center;
	float:right;
	width: 622px;

}

#comments
{

	font-size: 12px;
	text-align: center;
	float:right;
	width: 622px;

}

#comments fieldset {
margin-right: 3px;
}