body {
	background:#555555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

a:link  {color: #FC0; text-decoration: none; }
a:active { color: #FC0; text-decoration: none; }
a:visited { color: #FC0; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }

div.title {
	width:1000px;
	margin:0 auto;
	height:75px;
	background:url(images/title.png);
}

div.headline {
	width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#F90;
	border-bottom:1px solid #F90;
	height:20px;
}

div.navigation_holder {
	margin:0 auto;
	height:35px;
	width:935px;
	background-image:url(images/navigation_holder.png);
	padding-top:15px;
	padding-left:65px;
}

div.navigation_entry {
	height:20px;
	background:url(images/navigation_entry.png);
	width:175px;
	text-align:center;
	float:left;
	z-index:2;
	position: relative;
	padding-top:5px;
	color:#FC0;
}

div.navigation_sub_holder {
	visibility:hidden;
	width:173px;
	border:1px solid #333;
}

div.navigation_sub_entry {
	clear:both;
	background:url(images/navigation_sub_entry.png);
	width:173px;
	display: block;
	z-index:2;
	overflow:auto;
	height:19px;
	padding-top:6px;
	font-size:12px;
}

div.navigation_sub_sub_holder {
	position:absolute;
	visibility:hidden;
	font-size:12px;
	border:1px solid #333;
	top:500px;
}

div.navigation_sub_sub_entry {
	background:url(images/navigation_sub_entry.png);
	width:173px;
	height:19px;
	padding-top:6px;
	display:block;
	font-size:12px;
	z-index:3;
}

div.content {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	width:1000px;
	background-color:#4b0000;
	clear:both;
	color:#000;
}

div.post_head {
	margin: 0 auto;
	padding-left:20px;
	padding-right:20px;
	background:url(images/post_head.png);
	width:910px;
	height:25px;
	color:#F90;
	font-weight:bold;
	text-align:center;
}

div.post_content {
	margin:0 auto;
	background:#880000;
	width:930px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#F90;
	text-align:center;
}

div.footline {
	margin-top:15px;
	color:#F90;
	font-size:9px;
	text-align:center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

hr {
	border:1px solid #F90;
	background-color:#880000;
}

