@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/repeat_pattern.jpg);
	background-repeat: repeat;
	background-position: left 545px;
	font-size: 11px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #484848;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover { color: #000; }
#header {
	background-color: #2a130c;
	float: left;
	height: 132px;
	padding-top: 18px;
}
#header_right {
	float: right;
	height: 90px;
	width: 136px;
	margin-right: 70px;
}
#logo {
	float: left;
	height: 37px;
	width: 397px;
	margin-left: 54px;
	margin-top: 23px;
}
#nav {
	float: left;
	width: 490px;
	margin-left: 23px;
	clear: left;
	margin-top: 17px;
	text-align: right;
}
#contentBG {
	background-color: #dbdcda;
	height: 353px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 27px;
}
#content { height: 353px; }
.post {
	width: 288px;
	font-size: 14px;
}
.displayInline { display: inline; }
.thumb_box_right {
	text-align: right;
	float: right;
	width: 115px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 15px;
	width: 100%;
	padding-top: 22px;
}
.footerText {
	background-color: #CCE5A7;
	padding: 2px;
	margin-left: 37px;
	font-size: 10px;
	color: #000;
}
table tr					{ vertical-align: top; }
/*