/* CSS Document */

body {margin:0px; padding:0px; background: url(../bgimage.gif) repeat-y top center; background-color: 5a5a5a} /* Need to set body margin and padding to get consistency between browsers. */

#content {
	position:absolute;
	left:50%;
	width:770px;
	margin-top:20px;
	margin-left:-385px;
	text-align:left;
	padding:0px;
	border:0px;
	z-index: 3;

	/*background-color:#eee;*/
	}
	
#contentarea {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 12px;
	color: #4d4c4c;

}

#testimonials {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 11px;
	color: #4d4c4c;

}

#bold {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 12px;
	color: #4d4c4c;
	font-weight: bold;
}

#header {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 14px;
	color: #4d4c4c;
	font-weight: bold;
}

a:link, a:active, a:visited {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 11px;
	color: #ef5100;
	font-weight: bold;
}	

a:hover {
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}	

	
#logo {
	position:absolute;
	left:50%;
	width:194px;
	margin-top:2px;
	margin-left:-385px;
	text-align:left;
	padding:7px;
	border:0px;
	z-index: 3;
	/*background-color:#eee;*/
	}
	

#links a:link {

	padding:5px;
	border:0px;
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	
	}

#links {

	padding:5px;
	border:0px;
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#links a:active {

	padding:5px;
	border:0px;
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#links a:visited {

	padding:5px;
	border:0px;
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#links a:hover {

	padding:5px;
	border:0px;
	font-family: Arial, Times New Roman, Helvetica;
	font-size: 9px;
	color: #fe9a42;
	font-weight: bold;
	}		
			
#background {
	position:absolute;
	left:50%;
	width:800px;
	margin-top:0px;
	margin-left:-400px;
	text-align:left;
	padding:0px;
	border:0px;
	z-index: 1;
	/*background-color:#eee;*/
	}
	#menu {
	position:absolute;
	left:50%;
	width:770px;
	margin-top:80px;
	margin-left:-385px;
	text-align:left;
	padding:0px;
	border:0px;
	z-index: 2;
	/*background-color:#eee;*/
	}

