div,p,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#221E1F;
}
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#wrapper {
	width:100%;
	background-image:url(images/pagebg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:black;
	text-align:center;
}
#mainContainer {
	margin: 0 auto;
	text-align:left;
	width:1000px;
}
.row {
	width:1000px;
	clear:both;
}
#footer {
	margin: 0 auto;
	text-align:left;
	width:1000px;
}
#header {
	height:106px;
	background-image:url(images/header_bg.gif);
}
#topNav {
	width:990px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}
#navCol {
	width:235px;
	float:left;
}
#mainCol {
	width:765px;
	float:left;
}
#navigation {
	padding-left:15px;
	padding-right:15px;
}
#navigation a {
	display:block;
	font-size:12px;
	line-height:18px;
	color:#0078C1;
	text-decoration:none;
	font-weight:bold;
}
a {
	color:#0078C1;
	text-decoration:none;
}
a:hover {
	text-decoration:rollover;
}
#mainRow {
	padding-bottom:15px;
}
.box {
	width:748px;
}
.sBox {
	width:205px;
	margin-top:15px;
	margin-left:15px;
}
.boxHeaderRow {
	background-image:url(images/box_top.gif);
	width:748px;
}
.sBoxHeaderRow {
	background-image:url(images/box_top.gif);
	width:205px;
}
.boxTL,.boxTR,.boxBL,.boxBR {
	width:15px;
	height:15px;
	float:left;
}
.boxTR,.boxBR {
	float:left;
}
.boxTitle {
	width:718px;
	float:left;
	text-align:center;
}
.sBoxTitle {
	width:175px;
	float:left;
	text-align:center;
}
.boxTitleInner {
	text-align:center;
	background-color:#E6E6E6;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
}
.boxLeft {
	background-image:url(images/box_left.gif);
	width:15px;
	float:left;
}
.boxRight {
	background-image:url(images/box_right.gif);
	width:15px;
	float:left;
}
.boxBodyRow {
	width:748px;
	background-image:url(images/box_bg.gif);
}	
.sBoxBodyRow {
	width:205px;
	background-image:url(images/sBox_bg.gif);
}	
.boxContent {
	padding-left:15px;
	padding-right:15px;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
}
.boxFooterRow {
	background-image:url(images/box_bottom.gif);
	height:15px;
	width:748px;
}
.sBoxFooterRow {
	background-image:url(images/box_bottom.gif);
	height:15px;
	width:205px;
}
.boxFooterMiddle {
	width:718px;
	float:left;
}
.sBoxFooterMiddle {
	width:175px;
	float:left;
}
.listingHolder {
	width:718px;
}
.listingCol1 {
	width:218px;
	float:left;
	font-size:26px;
	font-weight:bold;
	color:#CCCCCC;
	padding-top:10px;
}
.listingRow {
	float:left;
	width:500px;
	border-bottom:1px solid white;
	margin-bottom:10px;
}
.listingPic {
	/* 52px wide including border */
	width:50px;
	height:50px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	float:left;
}
.listingInfo {
	width:380px;
	min-height:45px;
	padding-bottom:5px;
	float:left;
	border-right:1px solid white;
}
.listingPad {
	padding-left:6px;
	padding-top:2px;
}
.listingPad {
	color:#0B0F34;
	line-height:13px;
}
.listingTitle {
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}
.listingLinks {
	margin-left:4px;
	width:63px;
	float:left;
}
.listingLinksRow {
	clear:both;
	padding-top:4px;
}
.listingLinksCol1 {
	float:left;
	width:27px;
}
.listingLinksCol2 {
	float:left;
	width:36px;
}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}