/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
	font: x-small Gill Sans, arial, hevetica, sans-serif;
	text-align: center;
	color: #000;
	font-size: small;
	background-color: #FFF;	
}
H1{
	color: #8cc63f;	
}
H2{
	color: #666666;	
	width: auto;
}
H3{
	color: #666666;
	text-decoration: underline;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 1024px; 
	min-height:100%;
	text-align: left;
	background: url(../img/gradient_back.png) repeat-y right top;
   	position:relative;
}
* html #container {height:100%;}		
* html #container {width:1011px;w\idth:1010px;}
* html body{font-size:xx-small;f\ont-size:x-small}

#mainheader {
	position:absolute;
	left:0;top:0;
	height: 200px;
	width:100%;
	background: url(../img/shadow.png) repeat-y right top;
	z-index:1;
}
#header {
	height: 150px;
	width:102%;
	margin: 0px 0px 10px 0px;
	position:relative;	
	z-index:2;
	overflow:hidden;
}
#header img{
	margin: 0 0 0 30px;
}

* html #mainheader {height:202px;he\ight:200px}
* html #header {height:202px;he\ight:200px}
#mainnav {
	width:1000px;
	height: 55px;
	margin-left: 14px;
	background-color: #8cc63f;
	background: url(../img/menu_h.png) repeat-x right center;
	color: #fff;
	position:relative;
	z-index:2;
}
* html #mainnav{height:37px;he\ight:35px}
#nav{
	margin-right: 35px;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 0 40px;
}
#content {
	width: 960px;
	height: 100%;
	padding:0 0 0 0;
	margin-left: 35px;
	margin-top: 30px;
}
#sidebar p, #mainnav p, #header p,#footer p  {margin:0 0px 0px 0px}
#footer	{
	position:absolute;
	bottom:0;
	width:100%;
	height: 35px;
	background: url(../img/footer.png) repeat-y right top;
	color: #333;
	z-index: 1;
}
#footer p {
	margin-left: 860px;
	margin-top: 98px;
}
* html #footer {height:36px;he\ight:35px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	position:relative;
}

#clearfooter {height:40px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
}


