#maindiv {
	position:relative; 
	left:0px; 
	top:0px; 
	width:760px; 
	height:800px; 
	background:#000000;
	}

#headerimg {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:760px; 
	height:149px;
	}
	
#homebuttondiv {
	position:absolute; 
	left:15px; 
	top:149px; 
	width:129px; 
	height:40px;
	}

#aboutusbuttondiv {
	position:absolute; 
	left:144px; 
	top:149px; 
	width:164px; 
	height:40px;
	}
	
#servicebuttondiv {
	position:absolute; 
	left:308px; 
	top:149px; 
	width:158px; 
	height:40px;
	}

#blogbuttondiv {
	position:absolute; 
	left:466px; 
	top:149px; 
	width:120px; 
	height:40px;
	}

#contactbuttondiv {
	position:absolute; 
	left:586px; 
	top:149px; 
	width:159px; 
	height:40px;
	}
	
#contentarea {
	position:absolute; 
	left:0px; 
	top:221px; 
	width:760px; 
	height:475px;
	background:url(images/contentarea.jpg);
}

a:focus, a:hover, a:active { 
	outline: none; 
	}

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body{
	background-color:#000000; 
	text-align:center;
}

#vertical{
	float:left;
	height:50%;
	margin-top:-364px;/* half vertical height*/
	width:100%;
}

#hoz {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	height:800px;
	text-align:left;
	clear:both;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	padding: 0px;
}
.divmargins {
	margin: 5px;
}
.topmargin {
	margin-top: 10px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	background-color: #303030;
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #303030;
	border: thin solid #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 15px;
}
a {
	color: #FFFFFF;
}

h1 {
	font-size:24px;
	margin:5px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;
	vertical-align:bottom;
	}

h2 {
	font-size:18px;
	margin:5px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial;	
	}

h3 {
	margin:0px;
	}