body 
{
	background: #8a8a8a url(images/back.gif);
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
}

div.wrapper {
	width: 721px;
	margin: 50px auto;
}

div.header {
	background: white url(images/banner.png) no-repeat center;
	height: 107px;
}

	div.header a {
		display: block;
		height: 107px;
		width: 520px;
		margin: 0 17px 0 17px;
	}

	div.header h1 {
		margin: 0;
		padding: 20px 40px 20px 40px;
		font-size: 30px;
		font-weight: normal;
	}
	
		div.header h1 span {
			padding-left: 200px;
			color: #8a2022;
		}

	*.hide {
		display: none;
	}

	img {
		vertical-align: middle;
		border: none;
		margin: 5px;
	}
	
	#post_link {
		float: right;
	}
	
div.content,
div.header,
div.footer {	
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.content {
	background: white;
	padding: 15px 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
		
	div.content a:link, 
	div.content a:visited {
		color: black;
		text-decoration: none;
	}
	
	div.content a:hover, 
	div.content a:active {
		color: #e46b00;
	}

	div.content div.bar {
		width: 658px;
		height: 31px;
		background: url(images/bar.png) no-repeat;
	}
		
		div.content div.bar h2 {
			color: white;
			font-size: 14px;
			font-weight: normal;
			margin: 7px 0 0 25px;
			display: inline;
			line-height: 31px;
		}
		
		div.pages {
			border-bottom: solid 1px #8a8a8a;
			margin: 5px 10px 0 10px;
			padding: 0 0 5px 0;
			text-align: right;
			
		}
		
			div.pages span {
				font-weight: bolder;
				font-size: 14px;
				color: gray;
			}
		
		div.tools {
			float: right;
			position: relative;
			top: -23px;
			margin-right: 20px;
		}
		
			div.content div.tools a:link, 
			div.content div.tools a:visited {
				color: white;
			}
		
	div.content div.post {
		border-bottom: solid 1px #8a8a8a;
		margin: 0 10px 0 10px;
		padding: 0;
	}	
		
		div.content div.post h3 {
			font-size: 14px;
			font-weight: normal;
			padding: 25px 20px 10px 20px;
			line-height: 23px;
			margin: 0;
		}
		
			div.content div.post h3 img {
				vertical-align: middle;
				margin: 0 5px 0 5px;
				padding: 0;
			}
		
		div.content div.post ul {
			list-style: none;
			margin: 0 0 3px 0;
			padding: 0;
			text-align: right;
			font-size: 10px;
			font-style: italic;
		}	
		
			div.content div.post ul li {
				display: inline;
				margin: 0 0 0 35px;
				padding: 0;
				width: 50px;
			}
			
				div.content div.post ul li img {
					vertical-align: middle;
					margin: 0 3px 0 0;
				}
		
div.top {
	height: 18px;
	background: url(images/frame_top.png);
}

div.footer {
	text-align: center;
	color: gray;
	font-size: 9px;
	background: white;
}

	div.footer a:link,
	div.footer a:visited	{
		color: gray;
		text-decoration: none;
	}
	
	div.footer a:active,
	div.footer a:hover	{
		color: #a83a2e;
	}
	
	p.rules {
		text-align: center;
	}
	
		p.rules a:link,
		p.rules a:visited {
			color: gray;
		}
		
		p.rules a:active,
		p.rules a:hover {
			color: red;
		}

	
div.bottom {
	height: 18px;
	background: url(images/frame_bottom.png);
}
	
*.clear {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	visibility: hidden;
}