/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 890px;/* for mozilla*/
	background-color: #6e6e6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(images/site_background.png);
}
#outer{
	height: 100%;
	min-height: 100%;
	width: 890px;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background: url(images/content_background.png) repeat-y center center;
	position: relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:854px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:890px;
	height:104px;
	background-image: url(images/logo_bar.png);
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:36px;
	float:left;
	padding-top:104px;/*needed to make room for header*/
	padding-bottom:12px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:36px;
	float:right;
	padding-top:104px;/*needed to make room for header*/
	padding-bottom:12px;/* needed to make room for footer */
}

#footer {
	width:770px;
	clear:both;
	height:40px;
	color: #000000;
	left:0;
	bottom:0;
	position: absolute;
	padding-left:60px;
	padding-right:60px;
}
* html #footer {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:818px;
	float:right;
	padding-top:104px;
	padding-bottom:42px;/* needed to make room for footer */
}

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

#textcontent {
	width:770px;
	padding-left:24px;
	padding-right:24px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 25px;
}
p {
	padding-left: 25px;
	padding-right: 40px;
}
a:link {
	text-decoration: none;
	color: #7a7a7a;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #7a7a7a;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

