/***********  Universal Selectors ************/

html {
	height:100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
/***********  Body & Wrappers ************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
}
/***********  Main Content ************/
#mainBody {
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 6px;
	color: #000000;
	background-image: url(../images/contentBG3.jpg);
	background-repeat: no-repeat;
	height: auto !important;
	height: 480px;
	min-height: 480px;
}
#mainBody h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px;
}
#mainBody p {
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 15px;
}
#mainBody a {
	text-decoration: none;
	color: #3366FF;
	font-weight: bold;
}
#mainBody a:hover {
	text-decoration: underline;
}
/***********  Header ************/
#header {
	background-image: url(../images/headerBG.jpg);
	height: 281px;
	font-style: italic;
}
/***********  Menu ************/
#menu {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 36px;
}
#menu a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
}
#menu li {
	display: inline;
	padding-right: 44px;
	margin: 0px;
	padding-top: 0px;
}
.menuItem {
	width: 141px;
}
#menu a:hover {
	color: #70ADD7;
}
/***********  Left Col Content ************/
#picHolder {
	margin: 4px;
	width: 265px;
}
/***********  Footer ************/
#footer {
	background-image: url(../images/footerBG58.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 4px;
	color: #FFFFFF;
	padding-top: 8px;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: center;
	padding-left: 220px;
}
/***********  MP3 Player (left Col) ************/
#player {
	width: 265px;
	margin: 4px;
}
#player h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
#player p {
	font-size: 11px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 0px;
}

#picHolder img {
	margin-bottom: 6px;
}
#downline {
	font-size: 11px;
	float: right;
	margin-right: 8px;
}
#downline a {
	color: #FFFFFF;
	text-decoration: none;
}
#downline a:hover {
	text-decoration: underline;
}
#playerCopyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#playerCopyright a {
	color: #666666;
	text-decoration: none;
}
#playerCopyright a:hover {
	text-decoration: underline;
}

