/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0px;
		padding: 0;
}
body {
	font: x-small arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #000099;
	background: url(../img/bg/BG_html.jpg) no-repeat center;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 780px; 
		min-height:100%;
		text-align: left;
		background: #E7E4D5;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
      position:relative;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:782px;w\idth:780px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 225px;
		width:100%;
		background-color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		z-index:1;
}
#header {
	height: 190px;
	width: 100%;
	background: #000099 url(../img/bg/BG_top.jpg) no-repeat right;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

* html #mainheader {height:226px;he\ight:225px}
* html #header {height:157px;he\ight:157px}
#mainnav {
	width:100%;
	height: 20px;
	background-color: #E7E4D5;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position:relative;
	z-index:2;
}

* html #mainnav{height:22px;he\ight:20px}		
#sidebar {
	float: right;
	width: 2px;
	padding: 5px 0 0 0;
	background-color: #E7E4D5;
}

#content {
	width: 758px;
	padding: 5px 0 0 10px;
	background-color: #E7E4D5;
}

.float_R {
	float: right;
	margin: 10px -11px 10px 10px;
}

#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		background-color: #E7E4D5;
		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: #FFFFFF;
	position:relative;
	border-bottom: 1px solid #FFFFFF;
}

#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 #FFFFFF;
}

