body {
	text-align:center;
	background: #171D22;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.media {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 15px;
	color: 000000;
}
.type a:link, .type a:active, .type a:visited {
	text-decoration: none;
}
.item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 11px;
	color: 000000;
}
.DefaultText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	color: black;
}
.PageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 11px;
	color: black;
}
.warningtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.welcometext {
	color: #656567;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mostpopular {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	color: #000;
}
a:link, a:visited, a:active {
	color: #fff;
	font-size:11;
	text-decoration: underline;
	font-weight: bold;
}

#menubar a:link, #menubar a:active, #menubar a:visited {
	color: #fff;
	font-size:14px;
	text-decoration: underline;
	font-weight: bold;
}

#menubar a:hover {
	color: #86b0e1;
	text-decoration: underline;
	font-weight: bold;
}

.displaytags a:link, .displaytags a:active, .displaytags a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: none;
}
.displaytags a:hover {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.itemtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.itemtext .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}
.itemtext .black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:none;
}
.itemtext .tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.itemtext .type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight:bold;
}
.itemtext .tags a:link, .itemtext .tags a:active, .itemtext .tags a:visited {
	color: #003366;
	text-decoration: underline;
}
.itemtext a:link {
	color: #105cb6;
	text-decoration: none;
	font-weight: bold;
}
.itemtext a:active, .itemtext a:visited {
	color: #86b0e1;
	text-decoration: none;
	font-weight: bold;
}
.itemtext a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.form {
	font-size: 100%;
	background: #c4d8eb url(/img/form-back.gif) repeat-x;
	border: 1px solid #165C9D;
	color: #165C9D;
	padding: 2px;
}
.details { 
	font-size: 100%;
	background: #f3f3f3;
	color: #000;
	padding: 5px;
}
.forumheight {
	margin: 0px;
}
/* ---- STRUCTURE STYLES ---- */
#wrapper {	/* This holds the layout together */
	position: relative; /* DO NOT EDIT. Will break layout */
	text-align: left;	/* Aligns the text of the page to the left */
	width: 934px; /* DO NOT EDIT. Will break layout */
	margin-right: auto;	/* DO NOT EDIT. Will break layout */
	margin-left: auto;	/* DO NOT EDIT. Will break layout */
	padding: 0px;	/* DO NOT EDIT. Will break layout */
	border:#FFFFFF solid 0px; /* Edit if you wish to add a border around the page */
}
#header {	/* This holds the site name and top advertisment */
	height: 100px;	/* DO NOT EDIT. Will break layout */
	margin:0px;	/* DO NOT EDIT. Will break layout */
	padding: 10px 0 0 0;	/* DO NOT EDIT. Will break layout */
	background-color:#171D22; /* Background color of the header */
}
#logo {
	float:left;
	width:200px;
	height:100px;
}
#adheader {
	float:right;
	padding:0px;
	width:728px;
	height:90px;
}
#menubar {
	height: 25px;
	font-size:14px;
	background:#3979B7 url(images/menubarbg.jpg) repeat-x top;
	border-top:1px solid #4BC9FC;
	border-bottom:1px solid #165C9D;
	margin:0px;
	padding: 10px 15px 0px 15px;
}
#item {
	margin-bottom:5px;
}
.left-menubar-text {
	position: absolute;
	left: 10;
	width: 50%;
}
.right-menubar-text {
	position: absolute;
	right: 0;
	width: 50%;
	padding-right:15px;
	text-align: right;
}
#right {	/* Holds the left column content */
	float: right;
	width: 312px;	/* DO NOT EDIT. Will break layout */
	padding:10px 0 0 0;
	background-color:#171D22;
}
#right .box {
	background:#273139;
	color: #999999;
	border:1px solid #5B6D79;
	padding:0px;
	margin: 0px 0px 10px 10px;
}
#right .box .title {	/* This is the title bar on the top of the boxes in the left column */
	background:#5B6D79 url(images/menubarbg.jpg) no-repeat top left;	/* Background color of the title bar */
	color:#FFF;	/* Font color of the title text */
	padding:3px 3px 3px 10px;	/* DO NOT EDIT. Will break layout */
	font-weight:bold;	/* Makes the title bold */
	font-size:14px;	/* Font size of the title text */
}
#right .box .error {	/* This is the title bar on the top of the boxes in the left column */
	background:#5B6D79 url(images/menubarbg.jpg) no-repeat top left;	/* Background color of the title bar */
	color:#A1090D;	/* Font color of the title text */
	padding:3px 3px 3px 10px;	/* DO NOT EDIT. Will break layout */
	font-weight:bold;	/* Makes the title bold */
	font-size:14px;	/* Font size of the title text */
}
#container {
	width:100%;
}
#contentcontainer {
	padding-top: 10px;
	background-color:#171D22;
}
#content {
	background:url(images/content_bg.gif) no-repeat top left;
	overflow:hidden;
	width:616px;
	padding:8px 0px 0px 2px;
	min-height: 1000px;
}
.pagetitle {
	padding-left: 30px;
	padding-bottom: 16px;
	font-size:21px;
	color:#fff;
	font-weight:normal;
}
.search {
	margin-bottom: 15px;
	padding-right: 20px;
	font-weight:normal;
}
#entries {
color:#FF0000;	
	position:relative;
	margin-left: 25px;
	margin-right:30px;
}
#quickmenu {
	overflow:hidden;
	background:#12171B;
	width:100%;
	border-bottom:1px solid #1C242A;
	border-left:1px solid #1C242A;
	border-right:1px solid #1C242A;
	margin-bottom:0px;
}
#quickmenu #info {
	color: #cccccc;
	margin:0 auto;
	overflow:hidden;
	padding:7px 0px 7px 0px;
}
#footer {
	overflow:hidden;
	background:#12171B;
	width:100%;
	border-top:1px solid #1C242A;
	border-left:1px solid #1C242A;
	border-right:1px solid #1C242A;
	margin-top:10px;
}
#footer #info {
	color: #fff;
	margin:0 auto;
	overflow:hidden;
	padding:7px 0px 7px 0px;
}
/* -------Rounded Pixels------ */
.rounded {
	display:block
}
.rounded * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#FFFFFF
}
.rounded1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #7a7e81;
	border-right:1px solid #7a7e81;
	background:#c5c6c7
}
.rounded2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #2e3338;
	border-right:1px solid #2e3338;
	background:#d2d4d5
}
.rounded3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #d2d4d5;
	border-right:1px solid #d2d4d5;
}
.rounded4 {
	border-left:1px solid #7a7e81;
	border-right:1px solid #7a7e81
}
.rounded5 {
	border-left:1px solid #c5c6c7;
	border-right:1px solid #c5c6c7
}
.roundedfg {
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF
}
#cloud {
	padding: 0px 15px;
}
.cloud {
	padding: 4px;
	text-decoration: none;
	line-height: 70%;
}
.cloud:link {
	color: #fff;
}
.cloud:active {
	color: #94B3C5;
}
.cloud:visited {
	color: #cccccc;
}
.cloud:hover {
	color: #B5B4A0;
}
.cloud:focus {
	color: #ffffff;
}

/* ----Pre-Footer---- */

#prefooter {
	overflow:hidden;
	width:100%;
	margin-top:40px;
	margin-bottom:40px;

}
#prefooter h2{
	color: #FFF; 
	font-weight: normal; 
	font-size: 160%; 
	border-bottom: 1px solid #4BC9FC; 
	margin: 0; 
	padding: 7px 0 10px 0;
}
#prefooter dl{
	float: left;
	width: 147px;
	padding: 0;
	margin: 0 10px 0 0;
}
#prefooter dl.last{
	width: 148px;
	margin: 0;
}
#prefooter dl dt{
	margin: 0;
	padding: 5px 0;
	color: #4BC9FC;
	font-size: 14px;
	font-weight: bold;
}
#prefooter dl dd{
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
	border-top: 1px dotted #383c4a;
}
#prefooter dl dd a:link, #prefooter dl dd a:visited{
	font-weight:normal;	
	text-decoration:none;
}
#prefooter dl dd a:hover{
	text-decoration:underline;
}

#prefooter ul{
	float: left;
	width: 100%;
	margin: 80px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #383c4a;
	clear: left;
	font-size: 90%;
}
#prefooter ul li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
#prefooter p{
	font-size: 85%;
	clear: left;
}

