* {
	margin: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 90px;
	background-image: url(../images/BannerBackground_S.jpg);
	background-repeat: repeat-x;
}

#wrapper #header #Banner {
	height: 90px;
	width: 420px;
	padding-left: 0px;
	margin-left: 50px;
	background-repeat: no-repeat;
}
#wrapper #header #topNavigation {
	float: right;
	height: 18px;
	width: 410px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	clear: right;
}
#wrapper #header #SocialNetworkFollow {
	width: 300px;
	float: right;
	height: 35px;
	margin-right: 55px;
	text-align: right;
	white-space: nowrap;
	margin-top: 10px;
}
#wrapper #header #topNavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
}

#wrapper #navigation {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F90;
	padding-left: 0px;
	background-image: url(../images/navigationBar.jpg);
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FF8000;
	display: block;
	height: 18px;
	width: 109px;
	float: left;
	text-align: center;
	line-height: 18px;
	background-image: url(../images/BlueRollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	background-repeat: no-repeat;
}
#wrapper #bodyArea {
	height: 550px;
}

#wrapper #copyright  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	height: 25px;
}
p {
	margin: 15px;

}
#wrapper #footer  {
	background-color: #333333;
	height: 15px;
}
#wrapper #bodyArea #Left {
	float: left;
	margin-top: 90px;
	margin-left: 20px;
	width: 270px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
#wrapper #bodyArea #Right {
	float: left;
	width: 680px;
	margin-top: 25px;
	margin-right: 0px;
	height: 0px;
	text-align: center;
	margin-left: 0px;
}

