	body {
		background:url("images/background.png") repeat-x #fff;
	}
	#main {
		width:600px;
		margin:20px auto 20px auto;
		background-color:#fff;
		color:#443636;
	}
	#main h1{
		float:right;
		height:28px;
		width:580px;
		background:url("images/logo.png") right no-repeat;	
	}
	#main h1 span {margin-left:-9999px;}
	
	#main p {
		clear:both;
		width:580px;
		margin:5px 10px;
		
		
	}
	a img {border:0;}
	em {
		font-weight:bold;
		font-style:italic;
	}

	a {
		color:#710000;
		text-decoration:none;
	}
	#main h2{
		float:left;
		width:580px;
		text-align:center;
		font-size:1.5em;
		color:#7d7d7d;
	}
	#main h2 a{
		color:#7d7d7d;
		
	}
	h3 {
		font-size:1.5em;
	}
	
	
	.reply {
		float:left;
		border-bottom: 1px solid #999;
		margin:5px 10px;
		width:580px;
	}
	.reply h4 {
		border-bottom:1px solid #e6e6e6;
	}
	.reply p {
		margin:5px;
	}
	.reply img {
		float:left;
		margin:5px;
	}
	.reply .vote {
		float:right;
		font-size:0.75em;
		margin:5px;
	}
	#footer, #ads {
		clear:both;
		font-weight:bold;
		text-align:center;
	}
	
	