body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bfbfbf;
}
.wrapper{
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}
.logo{
	margin: 0;
	padding: 0;
}
.logo a{
	display: block;
	width: 800px;
	height: 211px;
	background-image: url(../images/logo.png);
	text-indent: -3000px;
	overflow: hidden;	
}
ul.nav{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #767561;
	width: 800px;
	height: 32px;
}
ul.nav li{
	float: left;
	line-height: 32px;
}
ul.nav li a.level1{
	display: block;
	line-height: 32px;
	text-indent: -3000px;
	overflow: hidden;
}
ul.nav li a.level1:hover{
	background-position: 0 -32px;
}
ul.nav li.m_home{
	padding-right: 70px;
}
ul.nav li.m_home a.level1{
	background-image: url(../images/home.gif);
	width: 78px;
}
ul.nav li.w70{
	width: 70px;
}
ul.nav li.m_whoweare a.level1{
	background-image: url(../images/whoweare.gif);
	width: 135px;
}
ul.nav li.m_services a.level1{
	background-image: url(../images/services.gif);
	width: 92px;
}
ul.nav li.m_portfolio a.level1{
	background-image: url(../images/portfolio.gif);
	width: 95px;
}
ul.nav li.m_contactus{
	padding-left: 80px;
}
ul.nav li.m_contactus a.level1{
	background-image: url(../images/contactus.gif);
	width: 110px;
}
ul.nav ul{
	display: none;
	position: absolute;
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
	width: 179px;
}
ul.nav .over ul{
	display: block;
}
ul.nav ul li{
	float: none;
	padding: 8px 12px 8px 15px;
	background-image: url(../images/level2bg.png);
	line-height: 16px !important;
}
ul.nav ul li.last{
	background-image: url(../images/level2footer.png);
	height: 40px;
}
ul.nav ul a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
ul.nav ul a:hover{
	color: #000000;	
}

.content{
	padding: 12px;
	min-height: 350px;
}
.copyright{
	background-color: #8cc540;
	text-align: center;
	color: #ffffff;
	padding: 10px 12px 8px;
}
