body 

{ margin: 0; padding: 0; }
a { margin:0; padding: 0; text-decoration: none; color: inherit;}
img { margin: 0; padding: 0; border: 0; outline: 0; }
h1, h2, h3 { margin: 0; padding: 0; }
p
{
	font: normal normal normal 12px Verdana, sans-serif;
	margin: 0;
	padding: 5px;
}

#page-container
{
	position: relative;
	margin: 9px auto;
	width: 649px;
}

#header
{
	float: left;
	position: relative;
	width: 649px;
	height: 136px;
	background: #fff url(images/header_background.jpg) no-repeat top left;
}

#links
{
	position: absolute;
	right: 157px;
	top: 0;
	margin: 0;
	width: 93px;
	line-height: 0;
	height: 136px;
}

#links a { display: block; }
 
#container
{
	clear: both;
	width: 649px;
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 0;
}

#container h2
{
	/* Post titles */
	font: bold 24px Verdana, sans-serif;
	color: #a7a7a7;
	padding: 5px 0;
	height: 24px;
	
}

#container h3
{
	/* Post titles */
	font: bold 18px Verdana, sans-serif;
	color: #a7a7a7;
	padding: 5px 0;
	height: 24px;	
}

#container p
{
	/* Post body */
	color:#000000;
	padding: 10px 0;
}

#container textarea
{
	width: 100%;
}

.post
{
	margin: 0 10px 10px 10px;
	border-bottom: 2px dashed #999;
}

.post small, .post
{
	font-size: normal normal normal 12px Verdana, sans-serif;
}

.comments
{
	margin: 0 10px 10px 10px;
	border-bottom: 2px dashed #999;	
}
#content
{
	float: left;
	width: 493px;
	background: #fff url(images/container_background.jpg) no-repeat  top right;
	
}

#sidebar
{
	float: right;
	width: 109px;
	margin-top: 34px;
	font-size: 10px;
}

#sidebar p { font-size: 12px; }

#sidebar ul
{
	/*  */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li:before { content: "\00BB \0020";}
#sidebar li:hover:after { content: "\0020 \00AB";}
#sidebar h2 { font-weight: bolder; font-size: 12px; height: 12px; }


#footer
{
	clear: both;
	width: 649px;
	height: 41px;
	background: #fff url(images/footer_background.jpg) no-repeat top left;
}
