body {
	background-color: #2B2B2B;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	
}

h1 {
	margin-left: -999px;
}

h2 {
	font-weight: normal;
}

#head {
	width: 100%;
	height: 171px;
	background: url('images/bgpattern.gif') repeat-x;
}

#headcenter {
	position: relative;
	width: 900px;
	height: 171px;
	margin-left: auto;
	margin-right: auto;
}

#phonenumber {
	position: absolute;
	left: 470px;
	top: 137px;
}

#body {
	width: 900px;
	background: url('images/bodypattern.gif') repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 700px;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 40px;
}

#menubar {
	position: relative;
	width: 850px;
	height: 58px;
	background: url('images/menubar.gif');
	color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	line-height: 32px;
}

.nav {
	position: absolute;
	height: 32px;
	text-align: center;
}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.stripe	{
	position: absolute;
	height: 0px;
	top: 34px;
	border-bottom: 8px solid #f79525;
}

	#overview {
		left: 25px;
		width: 240px;
	}
	
	#overview .stripe {
		left: 40px;
		width: 160px;
	}
	
	#services {
		left: 266px;
		width: 155px;
	}
	
	#services .stripe {
		left: 45px;
		width: 70px;
	}
	
	#projects {
		left: 422px;
		width: 155px;
	}
	
	#projects .stripe {
		left: 45px;
		width: 70px;
	}
	
	#clients {
		left: 578px;
		width: 130px;
	}
	
	#clients .stripe {
		left: 35px;
		width: 60px;
	}
	
	#contactus {
		left: 709px;
		width: 170px;
	}
	
	#contactus .stripe {
		width: 100px;
		left: 35px;
	}

#sidebar {
	float: left;
	margin-right: 20px;
}

#mainbody {
	width: 760px;
}

.sidepic {
	margin-bottom: 30px;
}

.clear {
	clear: both;
}