html, body {
	width: 100%;
	min-width:100%;
	background:#8f0101;
	margin : 0px;
	padding : 0px;
	font-family: arial, tahamo;
	font-size: 12px;
	color: #000000;
}
 
#wrap {
	width:90%;
	height:100%;
	min-height: 100%;
	_height: 100%;	
	background-color: #fbaf5d;
	margin-left: 5%;
	margin-right: 5%;
	overflow:hidden;
}

#header {
	margin:0px;
	padding:0px;
	/*background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;*/
	height: 116px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	background-color: #ff7a00;
}

.headerleft {
	float: left;
	margin: 0;
	height: 116px;
	width:300px;
}

.headerright {
	float: right;
	height:116px;
	padding: 40px 10% 0 5%;
	position: relative;	
}

/*#main {
	margin:0;
	padding:0;
	background-color: #E1F3A9;
	width: 90%;
	position:relative;
	height:100%;
	border: solid #000000;
}*/

#navgoogle {
	width: 100%;
	padding: 5px 10% 10px 10%;
	height: 110px;
}

#leftcolumn {
	width: 20%;
	float: left;
	padding: 20px 3% 0 3%;
}

.menuh1 {
	font-size: 16px;
	padding-left: 20px;
	font-weight: bold;
}

.menulinks {
	padding-left: 15px;
}

#content {
	width: 70%;
	float: left;
	padding: 20px 3% 0 0;
}

#clearfooter {
	clear:both;
	height:40px;
	overflow:hidden;
}

#footer {
	position:relative;
	bottom:0;
	height:20px;
	width:100%;
	text-align:center;
	margin: 0px;
	padding: 10px 0 0 0;
	/*background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;*/
	background-color:#ff7a00;
	overflow:hidden;
	border-top-width: 3px;
	border-top-style: inset;
	border-top-color: #666666;
}

.menuh2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

a, a:link, a:hover, a:visited {
	font-size:12px;
	color: #0a092a;
	text-decoration: underline;
}

a.menu, a.menu:link, a.menu:hover, a.menu:visited {
	font-size:12px;
	color: #8f0101;
	font-weight: bold;
}