/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #c5c3c3;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 790px; 
		min-height:100%;
		text-align: left;
		border-left: 2px solid #a1a1a1;
		border-right: 2px solid #a1a1a1;
		background-color:#FFFFFF;
        position:relative;
		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:792px;w\idth:790px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 


}
#header {
		height: 90px;
		width:100%;
		margin: 0px 0px 0px 0px;
		position:relative;
		z-index:2;
		overflow:hidden;
}

* html #header {height:90px;he\ight:90px}
#mainnav {
		width:100%;
		height: 30px;
		background-color:#202542;
		position:relative;
		z-index:2;
		
}
* html #mainnav{height:32px;he\ight:30px}		
#sidebar {
		float: left;
		width: 17px;
		position:relative;
		
}
#sidebar2 {
		float: left;
     	width: 150px;
		
		position:relative;
		top:-25px;
		z-index:2;
	
}
#content {
		width: 613px;
		padding:0px 0 ;
		
		
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 0px 0px 0px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 90px;
		background-color: #25337b;
		clear:both;
	
}
#footer p {margin:0;padding:0}
* html #footer {height:91px;he\ight:90px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}



