@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	
}
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/rollover-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper #bodyArea {
	background-image: url(../Images/bg_body.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 950px;
}
#wrapper #footer {
	clear: both;
	height: 35px;
	background-image: url(../Images/rollover-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #362710;
	text-align: right;
	line-height: 32px;
	padding-right: 15px;
}
#wrapper #navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	display: block;
	height: 35px;
	width: 118px;
	float: left;
	text-align: center;
	line-height: 32px;
	background-image: url(../Images/rollover2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper #navigation a:hover {
	background-position: top;
}
#wrapper #bodyArea #header {
}


#wrapper #bodyArea #news-header {
	float: left;
	width: 900px;
	margin-left: 15px;
}
#wrapper #bodyArea #news-RIGHT {
	float: left;
	width: 200px;
	background-image: url(../Images/news-right-bg.png);
	background-repeat: repeat-y;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362710;
	line-height: 20px;
	font-size: 11pt;
	padding: 10px;
	height: 1580px;
}
#wrapper #bodyArea #news-LEFT {
	width: 615px;
	clear: right;
	float: right;
	background-image: url(../Images/news-left-bg.png);
	background-repeat: repeat-y;
	margin-right: 30px;
	margin-bottom: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #362710;
	line-height: 20px;
	padding: 10px;
	height: 1580px;
}
#wrapper #bodyArea #location-RIGHT {
	float: left;
	width: 200px;
	background-image: url(../Images/news-right-bg.png);
	background-repeat: repeat-y;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #362710;
	line-height: 20px;
	font-size: 11pt;
	padding: 10px;
	height: 980px;
}
#wrapper #bodyArea #location-LEFT {
	width: 615px;
	clear: right;
	float: right;
	background-image: url(../Images/news-left-bg.png);
	background-repeat: repeat-y;
	margin-right: 30px;
	margin-bottom: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #362710;
	line-height: 20px;
	padding: 10px;
	height: 980px;
}
#wrapper #bodyArea #sound {
	width: 200px;
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
}
#wrapper #footer a {
	color: #dfcdf5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
