body {
	background: #a58230;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;

	color: #ddd;
	font-family: tahoma, sans-serif;
	
}








div.content {
	display: block;
	position: relative;
	background-color: #000;
	border: 2px #fff solid;
	width: 1026px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	z-index: 30;
	text-align: left;
}








span.link {
	color: #ebd794;
	text-decoration: none;
	cursor: pointer;
}

span.link:hover {
	color: #fff;
}








div.login_window {
	display: none;
	width: 300px;
	height: auto;
	margin: 5px 20px 5px 20px;
	padding: 10px;
	
	text-align: left;
	background: #666;
	border: 1px #fff solid;
	
}








div.post {
	margin: 5px 20px 5px 20px;
	background-color: #666;
	border: 1px #fff solid;
	
}

div.post_header {
	border-bottom: 1px #888 dotted;
	padding: 5px;
}

div.post_content {
	border: 0px green solid;
	padding: 5px;
	text-indent: 0pt;
	font-size: 10pt;

}

div.post_window {
	display: none;
	width: 300px;
	height: auto;
	margin: 5px 20px 5px 20px;
	padding: 10px;
	background-color: #666;
	border: 1px #fff solid;
	text-align: left;
}



















div.post_video {
	width: 330px;
	height: auto;
	padding: 10px;
}
