body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ADADAD;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE0000;
	font-weight: normal;
}

h2 { font-size: 24px; }
h3 {
	font-size: x-small;
	text-transform: uppercase;
	font-weight: bold;
}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #FFF;
}
#content #colTwo .post ul li {
	color: #FFF;
	list-style-type: square;
}


a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 60px;
}

.post h2, .post h3 {
	margin-left: -40px;
}
#sub1 {
	margin-left: 10px;
	font-size: 12px;
}


/* Header */

#header {
	height: 175px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_top.jpg);
	width: 940px;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 180px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 92px;
	font-size: 16px;
}
.img {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}


#header a {
	border: none;
	letter-spacing: -1px;
	color: #FE0000;
}

/* Content */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 760px;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}
#colOne p {
	font-size: x-small;
	text-transform: uppercase;
}
