/* --------------------------------------------
|  GLOBAL STYLES
--------------------------------------------- */
body { border: none; line-height: 15px; margin: 9px 0 0 4px; }

body, td { font: 12px Arial, Helvetica, sans-serif; }

img { border: 0; }

p { margin-top: 0; }

form, h1, h2, h3 { margin: 0; }

.clearBoth { clear: both; }

.floatRight { float: right; }

.floatLeft { float: left; }

/* --------------------------------------------
|  NAVIGATION
--------------------------------------------- */
#nav { width: 150px; clear: both; list-style:none; margin: 10px 0 0 10px; padding: 0px; }

#nav li { 
	float: left;
	
	
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: White;
	text-decoration: none;
	
}


#h20header{
	background-image: url(../pics/bg_header.jpg);
	background-repeat: no-repeat;
	width:900px;
	height: 177px;
	position: absolute;
	left: 10px;
	top: 50px;
}
#h20menu{
	background-image: url(../pics/bg_menu.jpg);
	background-repeat: no-repeat;
	width:202px;
	height: 468px;
	position: absolute;
	left: 10px;
	top: 227px;
}
#menu{
	width:202px;
	height: 468px;
	position: absolute;
	left: 10px;
	top: 227px;
	border: solid #0000FF;
}
/* -- BODY -- */
#siteWrap { 
	width: 766px; 
	position: absolute;
	left: 60px;
}

#h20body{
	background-image: url(../pics/bg_body.jpg);
	background-repeat: no-repeat;
	width: 697px;
	height: 469px;
	position:absolute;
	left:212px;
	top:227px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: White;
	z-index:1;
	
}
#h20bodyServices{
	background-image: url(../pics/bg_body_services.jpg);
	background-repeat: no-repeat;
	width: 697px;
	height: 469px;
	position:absolute;
	left:212px;
	top:227px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	
	
}
#bg{
	background-color:#EAE6E5;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 800px;
}
#sitemap{
	position: absolute;
	left:290px;
	top:700px;
	word-spacing: 5px;
}
#contact{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	position: absolute;
	z-index:12;
	overflow: hidden;
	left:650px;
	top:600px;
	color:#FFFFFF;
	font-weight:bold;
	width:400px;

}
#content{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: absolute;
	z-index:12;
	overflow: hidden;
	left:210px;
	top:230px;
	color:#FFFFFF;
	font-weight:800;
	width:700px;


}