html, body {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff3030;
	background-image: url(bloody.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

h1, h2, h3 {
	color: #cd5c5c;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #8b0000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#wrapper {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 880px;
	height: 91px;
	margin: 0 auto;
}

#midsouth {
	float: left;
	width: 270px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#midsouth h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#midsouth h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ff4040;
}

#midsouth a {
	text-decoration: none;
	color: #ee6363;
}

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ff6a6a;
}

#menu a:hover, #menu .active a {
	background: #1c1c1c;
	color: #f08080;
	text-decoration: underline;
}

#flash {
	width: 940px;
	height: 405px;
	margin: 0 auto;
	text-align: left;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#page {
	width: 940px;
	margin: 0 auto;
}

#page-bgtop {
}

#content {
	float: right;
	width: 640px;
}
.topic {
	margin: 0px 0px 30px 0px;
	border-bottom: 0px solid #ee6363;
}

.topic .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #8b2323;
}

.topic .title a {
	padding: 4px 35px 4px 15px;
	background: #030303;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

.topic .entry {
	padding: 20px 0px;
}

.topic img {
	float: left;
	padding: 15px 0px;
}

.topic .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #ee3b3b;
}

.topic .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #8b1a1a;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 0px solid #cd5555;
	color: #cd9b9b;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}