* {
padding: 0px;
margin:0px;
}body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
        line-height: 16px;
}
p {
        margin-bottom: 10px;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-weight: normal;
	color: #ED1D25;
	
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D1848;
}
h2 {
	font-size: 16px;
        text-transform: uppercase;
}
h3 {
	font-size: 14px;
	margin-top: 15px;
}
h4 {
	color: #EA2225;
	margin-bottom: 5px;
}
a {
	color: #EA2225;
}
a:hover {
	color: #FFFFFF;
}
#page {
	width: 1000px;
	margin-left: 10px;
	margin-top: 10px;
        background-color: #0F0D29;
        padding: 10px;
}
#leftColNav {
	background-image: url(assets/images/ZombieleftBanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 280px;
	background-color: #8DC73F;
	padding-bottom: 12px;
	border: 1px solid #ED1D25;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 15px;
}
#leftColNav ul {
	list-style-type: none;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
}
#leftColNav li {
}
#leftColNav a {
	color: #E92025;
	text-decoration: none;
	display: block;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #18143E;
	margin-bottom: 5px;
}
#leftColNav  a:hover {
	color: #FFFFFF;
	background-color: #ED1D25;
}
#content {
	float: left;
	width: 550px;
	margin-top: 5px;
	margin-left: 10px;
        text-align: justify;
}
#content p img {
        display: block;
        margin: 0px auto 0px auto;
        text-align: center;
}
#news {
	float: right;
	width: 225px;
	display: block;
	margin-top: 5px;
	color: #A5CE39;
}
#news .article {
	margin-bottom: 2px;
	padding: 4px 4px 0px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A5CE39;
}
#footer {
	clear: both;
	font-size: 10px;
        border-top: solid 1px #A5CE39;
        padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	margin-right: 15px;
}
.quote {
        color: #A5CE39;
}
       