body {
	margin: 0;
	padding: 0;
	background-color: black;
	font: arial;
	font-size: 12px;
	height: 700px;
}
a img { border: none ; }
#wrapper {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
	width: 1100px;
	position:absolute;
	left: 50%;
	margin-left: -530px;
	margin-top: 0px
	}
#header {
	height: 25px;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-left: 55%;
	margin-top: 85px;
}
#maincontent {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000;
	height: auto;
	width: 600px;
	margin-left: 420px;
	padding-bottom:60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#pagetitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	float: left;
	width: auto;
}
#pagetitleright {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	float: right;
}
#buttons{position: absolute; top: 20px; right: 110px; left:890px;
	width:170px;
}

.showtitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.note {
	font-size:10px;
}
a.menu:active {
	text-decoration: none;
	color: #999;
	font-size:12px;
}
a.menu:link {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
a.menu:visited {
	text-decoration: none;
	color: #999;
	font-size: 12px;
}
a.menu:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
a.pdf:active {
	text-decoration: none;
	color: #C00;
	font: arial;
	font-size: 12px;
}
a.pdf:link {
	color: #C00;
	text-decoration: none;
	font: arial;
	font-size: 12px;
}
a.pdf:visited {
	text-decoration: none;
	color: #C00;
	font: arial;
	font-size: 12px;
}
a.pdf:hover {
	text-decoration: none;
	color: #999;
	font: arial;
	font-size: 12px;
}
a.lightred:active {
	text-decoration: none;
	color: #F00;
	font-size: 16px;
}
a.lightred:link {
	color: #F00;
	text-decoration: none;
	font-size: 16px;
}
a.lightred:visited {
	text-decoration: none;
	color: #F00;
	font-size: 16px;
}
a.lightred:hover {
	text-decoration: none;
	color: #999;
	font-size: 16px;
}
.whitetext {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.biggertext {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-align:justify;
}
#wrapper #indextext h4 {
	color: #F60;
}
#wrapper #indextext h4 {
	font-size: 24px;
}
#wrapper #indextext h4 {
	font-size: 24px;
}
#wrapper #indextext h1 {
	color: #F60;
	font-size: 16px;
}
.itunes {
	float:right;
	padding-right: 5px;
}


