*
{
	padding:0px;margin:0px;
	font-family:verdana;
	font-size:10pt;
}
.clear {clear:both;}
ul{padding:0px 0px 0px 15px;}
h1{font-size:1.5em;}
h2{font-size:1.2em;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:0px;}
span.strike{text-decoration:line-through;}

body
{
	background:#000000;
}

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

#banner
{
	margin-top:0px;
	width:800px;
	height:120px;
}
#navigation
{
	background:#999;
}
#navigation a
{
	color:#000;
	margin-left:50px;
}
#container
{
	background:url('img/bg_container.png');
	background-repeat:y-repeat;
	width:800px;
}
#content
{
	background:#FFF;
	width:580px;
	float:left;
	color:#333;
}
	#content h1, #content p, #content h2
	{
		padding:10px 20px 5px 15px;
	}
	#content ul{margin-left:15px;}
	#content a
	{
		text-decoration:none;
	}
	#content a:hover
	{
		text-decoration:underline;
	}
	#content label span
	{
		font-size:0.8em;
		color:#F00;
	}
	#content .date
	{
		float:right;
	}
	#smiley_table
	{
		margin-top:10px;
		margin-right:30px;
		float:right;
	}
	#content .comment_email
	{
		color: #333;
		font-size:1.2em;
	}
	#content .video_thumb
	{
		float:left;
		margin-right:15px;
	}
	#content .rss_entry
	{
		display:block;
		margin:15px;
	}

	#smiley_table p{margin:0;padding:0px;}
	
#sideBar
{
	background:#EEE;
	width:200px;
	float:right;
}
	#sideBar p
	{
		padding:15px 5px 5px 5px;
	}
	#sideBar a {color:#000;}
	#sideBar hr{margin-right:20px;margin-top:15px;}
#footer
{
	background:#999;
	color:#666;
	width:800px;
	clear:both;
	text-align:center;
}