/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: small arial, hevetica, sans-serif;
		text-align: center;
		color: #9A9A9A;
		background-color: #3D3D3D;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 800px; 
		min-height:100%;
		text-align: left;
		background: #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
        position:relative;
		}
		
#container a:link {color: #9A9A9A}     
#container a:visited {color: #9A9A9A}
#container a:hover {color: #06C320}
#container a:active {color: #333333}
#container a{text-decoration:none}


/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:802px;w\idth:800px;}
* html body{font-size:small;f\ont-size:small}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 236px;
		width:100%;
		background-color: #000000;
		border-bottom: 1px solid #000000;
		z-index:1;
}
#header {
		height: 201px;
		width:100%;
		background-color: #000000;
		margin: 0px 0px 5px 0px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		position:relative;
		z-index:2;
		overflow:hidden;
}

* html #mainheader {height:237px;he\ight:236px}
* html #header {height:203px;he\ight:203px}
#mainnav {
		width:100%;
		height: 20px;
		word-spacing: 28px;
		background-color: #000000;
		border-top: 1px solid #303030;
		border-bottom: 1px solid #303030;
		position:relative;
		z-index:2;
}
* html #mainnav{height:22px;he\ight:20px}		
#sidebar {
		float: right;
		width: 170px;
		padding:5px 0 ;
		font-size:11px;
		line-height: 150%;
}
#content {
		width: 553px;
		padding:15px 0 5px 25px;
		line-height: 200%;
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		text-align: center;
		font-size:11px;
		background-color: #000000;
		border-top: 1px solid #000000;
}
#footer p {margin:0;padding:0}
* html #footer {height:25px;he\ight:24px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#000000;
	position:relative;
	border-bottom: 1px solid #000000;
}

#clearfooter {height:27px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #000000;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #000000;
}
