body {
	font: 14px Arial, Helvetica, sans-serif;
	color:#000;
	
	
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	width:800px;
}





#header {
	font: 14px Arial, Helvetica, sans-serif;
	color:#000;
	height:58px;

}

#header img {
	
	float:right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align:top;
	
}

#nav {
	float:left;
	margin: 28px 0 0 28px;
	position:fixed;
	
}

#nav li {
	list-style:none;
	display:inline;
	
}

#nav li a {
	padding-right:58px;
	color:#9A9B9A;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
	
}

#nav li a.last {
	margin:0;
}

#nav li a:hover {
	color:#6FC56A;
}

#nav li a.active {
	color:#6FC56A;
}

.clear {
	clear:both;
}

#home_content {

	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	height: 542px;
	
}

#about_content {
	
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	height: 542px;
	
}

#contact_text {
	
	margin:203px 0  0 404px;
	position:fixed;
	
	
	
}
#contact_text a {
	

	color:#000;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	
	
}
#contact_text a:hover {
	
	
	color:#6FC56A;
	
	
}


#about_text li {
	list-style-image:url(../images/li.gif);
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:21px;
}

#clients_content {
	
	background-image:url(../images/clients.jpg);
	background-repeat:no-repeat;
	height: 542px;
	
}

#contact_content {

	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	height: 542px;
	
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}


#preload * {height:1px; width:1px; overflow:hidden}
	#preload1 {background:url(../images/home.jpg)}
	#preload2 {background:url(../images/about.jpg)}
	#preload3 {background:url(../images/clients.jpg)}
	#preload4 {background:url(../images/contact.jpg)}
