body, html
{
	padding:0px;
	margin:0px;
	background-color:#515151;

}
#main
{
	width:810px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#header
{
	height:211px;
	width:810px;
	background-image:url(images/header.jpg);
	/*margin:0px;
	padding:0px;*/
}
#content
{
	width: 730px;
	text-align:justify;
	font-family:Helvetica, Arial, Tahoma, Verdana, Myriad Pro;
	font-size:11pt;
}
#text
{
	float:left;
	width:72%;
}
#sidebar
{
	float:right;
	width:23%;
	font-size:10pt;
}
#sidebar ul
{
	padding:0px;
	margin:0px;
}
#sidebar ul li
{
	list-style:none;
	padding:5px;
	padding-top:0px;
	padding-bottom:10px;
}

h1
{
	font-size:17pt;
}
#footer
{
	width:810px
	height:100px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-y;
	background-position:middle bottom;
	line-height:100px;
	font-family:Helvetica, Arial, Tahoma, Verdana, Myriad Pro;
	font-size:8pt;
	margin-right:auto;
	margin-left:auto;
}
.post_title
{
	
	padding-bottom:0px;
}
.post_title h1
{
	font-size:16pt;
	padding:0px;
}
.post_title a
{
	color:#000;
	text-decoration:none;
}
.post_tag
{
	padding-bottom:20px;
	font-size:9pt;
}
