﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#Container
{
	margin: 0px;
	width: 100%;
}
#Wrapper
{
	width: 980px;
	margin: 0px;
	background-color: #424854;
}
#Header
{
	background-color: #424854;
	float: left;
	width: 980px;
}
div.BorderTop
{
	float: left;
	width: 980px;
	height: 22px;
	background-image: url(../images/border-top.jpg);
	background-repeat: repeat-x;
}
#MainAdSection
{
	background-color: #424854;
	float: left;
	width: 980px;
	height: 398px;
}
#LeftSideBar
{
	float: left;
	width: 248px;
	height: 398px;
	border-right: 1px solid #2b2f3b;
}
.SubSideBar
{
	float: left;
	width: 248px;
	background-color: #424854;
}
#MainImageCenter
{
	float: left;
	width: 502px;
	height: 398px;
}
#RightSideBar
{
	float: right;
	width: 228px;
	height: 398px;
	border-left: 1px solid #2b2f3b;
}

div.RightAdBackground
{
	width: 220px;
	height: 191px;
	background-image: url(../images/rt-ad-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
div.RightAdBackground2
{
	width: 220px;
	height: 191px;
	background-image: url(../images/rt-ad-bg2.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
div.HomePageContent
{
	float: left;
	width: 980px;
	height: 180px;
	padding-top: 15px;
	background-color: #2b2f3b;
	border-top: 1px solid #2b2f3b;
}
div.HomePageBoxes
{
	min-height: 200px;
	max-height: 200px;
	float: left;
	padding: 0px 15px 0px 15px;
	width: 296px;
	border-right: 1px dotted #424854;
}
div.SubPageContent
{
	float: left;
	width: 980px;
	background-color: #2b2f3b;
	background-image: url(../images/sub-bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #2b2f3b;
}
div.DividerBar
{
	float: left;
	width: 980px;
	height: 7px;
	background-image: url(../images/border.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #2b2f3b;
}
#VendorLogos
{
	float: left;
	width: 980px;
	height: 88px;
	background-color: #fff;
}
#Footer
{
	float: left;
	width: 980px;
	height: 70px;
	margin-bottom: 20px;
	background-color: #171b22;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
a img
{
	border: none;
}
