/*  
Theme Name: That Real Shit
Theme URI: http://www.farc.net
Description: This is my theme for real.
Version: 1.0
Author: COSMO
Author URI: http://www.farc.net

*/

body
{
		margin: 0;
		font-family: Arial, Helvetica, Georgia, Sans-Seriff;
		font-size: 12 px;
		text-align: left;
		vertical-align: top;
		background: #b0c4de;
		color: #990033;
		background-image:url('BG.png');
		
}

a:link, a:visited
{
	text-decoration: underline	
}

a:hover
{
	text-decoration: italic;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}
#footer
{
	color: #AAAAAA;
	text-align: center;
}
#sidebar
{
	
}
.postheader, .postfooter
{
	margin: 20px;
	font-size: 9 px;
	color: #AAAAAA;
}

.postcontent
{
		font-size: 12 px;
		text-align: left;
		vertical-align: top;
		color: #000000;
}
