body{
	font: 10px Verdana, sans-serif;
	margin: 0;
	background: url(graphics/toprepeat.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#page{
	margin-right: auto;
	margin-left: auto;
	width: 932px;
}
#pageCon{
	height: 610px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#header{
	background: url(graphics/header.jpg) no-repeat;
	width: 932px;
	height: 123px;	
}
#desc{
	width: 650px;
	position: relative;
	top: -238px;
	left: 220px;
	padding: 3px;
	line-height: 2em;
	border: 2px solid #eee;
}
#services{
	width: 200px;
	padding: 3px;
	position: relative;
	font: 11px Verdana;
	top: 28px;
}
.item{
	border-left: 1px solid #dcee94;
	padding: 5px;
	margin: 2px;
	width: 160px;
	color: #919191;
}
.ourservicestitle{
	padding: 5px;
	background: #efffb1;
	border-left: 1px solid #dcee94;
	margin: 2px;
	color: #799215;
}
a:link, a:visited{
	text-decoration: none;
}

#footer{
 	position: absolute;
 	top: 750px;
 	background: #222;
 	color: #fff;
 	height: 25px;
 	width: 932px;
}
.footer_content{
	width: 500px;
	position: relative;
	top: 5px;
}

.about_us{
	line-height: 2em;
	width: 600px;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #000;
	position: relative;
	top: 10px;
}
.services_info{
	position: absolute;
	top: 520px;
	left: 400px;
	line-height: 2em;
	font-size: 11px;
}
/*NAVIGATION*/
.nav{
	position: absolute;
	top: 123px;
	left: 700px;
	padding: 6px;
}
.nav_link{
	color: #1f507a;
}
.nav_link:hover{
	color: #000;
}