/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #ffffff;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:728px;
	background-color: #ffffff;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_outer.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:591px;
}
#header{
	position:absolute;
	top:0;
	width:728px;
	height:224px;
/*	overflow:hidden; */
	color: #000000;
	z-index:100;
	background-color: #ffffff;
}
#header #logo {
	display: block; /* Appease IE baseline issue */
}
#header #hdr_nav {
	margin: 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	height: 17px;
	background-color: #bad33c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header #hdr_nav li {
	float: left;
	border-left: 1px solid #000000;
	line-height: 12px;
	margin: 0;
	padding: 0 13px 0 13px;
}
#header #hdr_nav li.first {
	border-left: none;
}
#header #hdr_nav li a {
	text-decoration: none;
	color: #000000;
}
#header #banner {
	height: 90px;
	padding: 10px 0 10px 0;
}
#left {
	position:relative;/*ie needs this to show float */
	float:left;
	width: 173px;
	margin-top: 224px;
	padding: 0 12px 32px 0;
}
#left h2 {font-size: 18px;}
#left #left_nav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 15px;
}
#left #left_nav li {
	margin-bottom: 5px;
}
#left #left_nav li a {
	text-decoration: none;
}
#left #left_nav li a strong {
	color: #DF0023;
}

#right {
	position:relative;/*ie needs this to show float */
	width:122px;
	float:right;
	margin-top:224px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-left: 15px;
}
#right #rt_bnr .ad_link {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

#footer {
	width:728px;
	clear:both;
	height:30px;
	padding: 10px 0 0 0;
	color: #000000;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:376px;
	float:right;
	margin-top:224px;
	padding: 0 15px 32px 15px;
}
#centre p, #centre ul, #centre ol {
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centre h1{margin: 0 0 10px 0;}
#centre h2{margin: 0 0 10px 0;}
#centre h3{margin: 0 0 5px 0;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */