@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C9AA36;
	border-left-color: #C9AA36;
}
#wrapper #logo {
	background-color: #000000;
	height: 160px;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-image: url(../images/spryDropBG.gif);
	background-repeat: repeat-x;
}
#wrapper #headerImg {
	background-color: #000000;
	background-image: url(../images/oneteamlogo3%20copy.gif);
	background-repeat: no-repeat;
	height: 250px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C9AA36;
	background-position: center;
}
#wrapper #bodyArea #left {
	background-color: #000000;
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #bodyArea #right {
	float: right;
	width: 550px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #bodyArea #footer {
	background-color: #000000;
	clear: both;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

