* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px verdana;
	color: #fff;
}
p {
	padding: 10px 0;
	line-height: 150%;
}
h1 {
	font: bold 32px candara, arial;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	color: #fff;
}
h2 {
	font: bold 24px candara, arial;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	color: #fff;
}
h6 {
	font: bold 18px candara, arial;
	text-align: center; 
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
}
body {
	background: #84aad1 url(../img/headerWteam.jpg) no-repeat center top;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#header {
	height: 180px;
	position: relative;
}
#menu {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 990px;
	height: 44px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	padding: 13px 0px 5px 0px;
	width: 130px;
	text-align: center;
	font: bold 14px arial;
	color: #999;
}
#menu a:hover {
	color: #fff;
}
#main {
	margin-top: 13px;
	background: url(../img/main.gif);
}
#maintop {
	height: 20px;
	overflow: hidden;
	background: url(../img/maintop.gif);
}
#mainbot {
	height: 80px;
	overflow: hidden;
	background: url(../img/mainbot.gif);
	clear: both;
	position: relative;
}
#copyright {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 940px;
	text-align: center;
	font: bold 11px tahoma;
	color: #cde;
}
#maincontent {
	width: 940px;
	margin: 0 auto;
}
