@charset "utf-8";
* {
	margin: 0px;
}

#wrapper {
	height: 650px;
	width: 1024px;
	border: 0px none #FF0000;
	margin-right: auto;
	margin-left: auto;
}
#homebg {
	background-image: url(Images/index_650.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}
#linksbg {
	background-image: url(Images/links_650.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}
#contactbg {
	background-image: url(Images/contact_650.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}
#audiobg {
	background-image: url(Images/audio_650.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}



#wrapper #header {
	border: 1px none #FF0000;
	height: 40px;
}
#wrapper #left {
	float: left;
	height: 640px;
	width: 510px;
	border: 1px none #0000FF;
}
#wrapper #right {
	float: right;
	height: 640px;
	width: 510px;
	border: 1px none #00FF00;
}

#wrapper #footer {
	clear: both;
	height: 78px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: auto;
	vertical-align: text-bottom;
}
#wrapper #left #navigation {
	height: 25px;
	border: thin none #0033CC;
	margin-top: 60px;
	text-align: center;
	width: 350px;
	margin-left: 100px;
}

#wrapper #left #leftBody {
	height: 460px;
	border: 1px none #66FF99;
	margin-left: 50px;
	margin-right: 20px;
}
#wrapper #right #rightHeader {
	height: 160px;
	border: 1px none #999999;
}
#wrapper #right #rightBody {
	height: 390px;
	border: 1px none #66CCCC;
	margin-right: 40px;
	margin-left: 50px;
}
#wrapper #right #rightBody #picture {
	background-image: url(Images/photos2.jpg);
	height: 273px;
	width: 420px;
	margin-top: 19px;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
