body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #ffffff; 
	color: #333; font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.padder { 
	padding: 0px; 
}
/* ////////////////////////////////////////////////////////// */
/* HEADER
/* ////////////////////////////////////////////////////////// */

#header {
	position: relative;
	width: 100%;
	height: 145px;
	top: 0px;
	text-align: left;
	margin: 0px;
	white-space: nowrap;
}
#metabar {
  position: relative;
	top: 0px;
	width:100%;
	height:25px;
	background-color:#DBDBB7;
}
#banner     {
	height: 120px;
	margin: 0px 10px 15px 10px;
	border-bottom: 1px dotted #000;
}

/* IE hack for dotted border */
* html #banner {
	border-bottom: none;
	background: url(../img/basics/dotted.gif) repeat-x bottom;	
}

#logoTopLeft {
	position: absolute;
	top: 64px; 
	left: 20px;
	z-index:600;
}
#topads  {
	position: absolute;
	z-index: 300;
	top: 55px;
	right: 10px;
	width: 468px;
	height: 60px;
	visibility: visible;
	background-color: #fff
}

/* ////////////////////////////////////////////////////////// */
/* LEFT SECTION
/* ////////////////////////////////////////////////////////// */

#leftSection { 
	position: absolute; 
	top: 160px; 
	left: 0px; 
	height: auto; 
	width: 190px; 
	padding: 0 10px 0 0;
}
/* ////////////////////////////////////////////////////////// */
/* CENTER SECTION
/* ////////////////////////////////////////////////////////// */

#centerSection {
	position: relative; 
	height: 100%;
	min-width: 380px;
	margin: 15px 200px 0px 200px;
}

#centerFullSection  {
	float: left;
	margin-left: 0px;
	position: relative;
	width: 95%;
	height: auto
}

#centerLeftSection { 
	position: relative; 
	height: auto; 
	width: 60%;	
	float: left;
}

#centerSpacerSection {
	position: relative; 
	height: auto; 
	width: 20px;
	float: left;
}

#centerRightSection { 
	position: relative;
	z-index:100; 
	height: auto; 
	width: 35%;
	float: left;
	clear: right;
}

/* ////////////////////////////////////////////////////////// */
/* RIGHT SECTION
/* ////////////////////////////////////////////////////////// */

#rightSection { 
	position: absolute; 
	top: 160px;
	right: 10px; 
	height: auto; 
	width: 180px; 
	margin-left: 20px;
}
/* right column */
#rightcontent    { font-size: 10px; line-height: 14px;}

div.spacer {
	clear: both;
	height: 10px;
}
/* ////////////////////////////////////////////////////////// */
/* FOOTER SECTION
/* ////////////////////////////////////////////////////////// */

#footer {
	position: relative;
	height: 40px;
	margin: 4px 230px 0px 180px;
	padding-top: 4px;
	font-size: 10px;
	text-align:center;
}
#footer a {
	color: #a60000;
	text-decoration:none
}
#footer a:hover {
	color: #ff6319;
	text-decoration:underline
}