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

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body
{
	background:#050505;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#a0a0a0;
	line-height:25px;
}

a:link, a:visited

{
	text-decoration:none;
	color:#FFF;
}

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

img
{
	border:none;
}

#outer_wrap
{
	margin:0 auto;
	width:960px;
	background:#000;
}

#main_wrap
{

}

	#header
	{
		background-color:#333;
		height:150px;
	}

	#content
	{
	}
	
		.post
		{
			margin-top:30px;
			margin-left:30px;
			margin-right:30px;
		}
		
			.post_heading
			{
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:30px;
				color:#ffb50c;
			}
			
			.description
			{
				font-size:14px;
				color:#666;
				font-style:italic;
			}
						
			.post_content
			{
			}
			
			.post_content p
			{
			}
			
			.post_footer
			{
				background:#3b3f44;
				height:1px;
				margin-top:30px;
			}
			
	#footer
	{
		background:#3b3f44;
	}
	
	#footer p
	{
		color:#CCC;
		font-size:12px;
		text-align:center;
	}