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

body {
	background-color: #262626;
}
#Navwrap {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#Container {
	background-color: #1A1A1A;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #1A1A1A;
}
#MainContent {
	color: #FFFFFF;
	background-color: #131313;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 522px;
}
#ForumPostsContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #131313;
	padding: 10px;
	width: 522px;
}
#LatestAddBoxSmallLeft {
	width: 235px;
	float: left;
	background-color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#LatestAddBoxSmallRight {
	float: right;
	width: 235px;
	background-color: #1D1D1D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#LatestAddBoxSmallHeading {
	background-color: #0F1C2D;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 10px;
}
#LatestAddBoxSmallHeadingRight {
	background-color: #0F1C2D;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 10px;
}


#RightBox {
	width: 240px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 110%;
}

#ForumPostsHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #353535;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 522px;
}
#MainContentHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #353535;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 522px;
}
#LogoArea {
	background-color: #1A1A1A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#AdvertArea {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#Outside {
	width: 790px;
	border: thin solid #1A1A1A;
	margin: auto;
	background-color: #131313;
}




#Footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #353535;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
#ForumPostsHeading h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px;
}
#MainContentHeading h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
}
#Breadcrumb {
	color: #FFFFFF;
	background-color: #0F1C2D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: normal;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #245CB0;
}
a:hover {
	color: #3385FF;
}
a:active {
	color: #0066FF;
}
#LogoArea h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: -100px;
}
#form {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
.form-table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #353535;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
.LiteGreyBG {
	background-color: #0F1C2D;
}
#MainContent h1 {
	font-size: 18px;
}
#TopNav {
	background-color: #353535;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}