@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #242424;
	text-align: justify;
	font-size: 12px;
	color: #CCC;
	height: 100%;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
	height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
}
#border {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 10px 10px;
	height: 100%;
}
#container1 {
	width: 850px;
	background-color: #333;
	padding: 0 0 0 0;
	border:0;
	background-image: url(/images/2colbg.jpg);
	background-repeat: repeat-y;
}
#container2 {
	width: 850px;
	padding: 0 0 0 0;
	border:0;
}
#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#container {
	width: 850px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebar {
	float: left;
	width: 103px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sidebarcontent {
	width: 83px;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	font-size: 8px;
}
#navbar {
	float: right;
	margin-top: 10px;
}
#maincontent {
	padding: 0 0 0 0;
	float: right;
	width: 747px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background-image: url(/images/bg.jpg);
	background-position: center 250px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#pageinfoborder {
	margin-top: 10px;
	padding: 1px;
	width: 735x;
	background-color: #000;
}
#pageinfo {
	padding: 9px;
	width: 727px;
	background-color: #242424;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.trans {
	margin: 10px 0 0 0;
	height: 300px;
	width: 747px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	background-color: #999;
	position: absolute;
	z-index: 1;
}
.entry {
	margin: 10px 0 0 0;
	background-image: url(/images/trans.gif);
	background-repeat: repeat;
	z-index: 2;
}
.entryheader_container {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryheader_3.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 747px;
	font-weight: bold;
	line-height: 2em;
	vertical-align: middle;
}
.entryheader_left {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryheader_left.gif);
	height: 25px;
	width: 10px;
	float: left;
}
.entryheader_1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryheader_1.gif);
	background-repeat: repeat-x;
	height: 25px;
	float: left;
	font-weight: bold;
	line-height: 2em;
	vertical-align: middle;
}
.entryheader_2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryheader_2.gif);
	height: 25px;
	width: 25px;
	float: left;
}
.entryheader_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryheader_right.gif);
	height: 25px;
	width: 10px;
	float: right;
}
.entrybody {
	margin: 0 0 0 0;
	padding: 5px 10px 5px 10px;
	background-image: url(/images/entrybody.gif);
	background-repeat: repeat-y;
}
.entryfooter_container {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryfooter_1.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 747px;
	font-weight: bold;
	line-height: 2em;
	vertical-align: middle;
}
.entryfooter_left {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryfooter_left.gif);
	height: 21px;
	width: 10px;
	float: left;
}
.entryfooter_2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryfooter_2.gif);
	height: 21px;
	width: 23px;
	float: right;
}
.entryfooter_3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryfooter_3.gif);
	background-repeat: repeat-x;
	height: 21px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 2em;
	vertical-align: middle;
}
.entryfooter_right {
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-image: url(/images/entryfooter_right.gif);
	height: 21px;
	width: 10px;
	float: right;
}
#footer1 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #333;
	text-align: left;
}
#footer2 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #000000;
	text-align: center;
}
a:link {
	color: #b2b2ff;
}
a:hover {
	color: #f0f0ff;
}
a:visited {
	color: #6868ff;
}
img.post {
	max-width: 100%;
}