@charset "utf-8";
body {
	background-image: url(../images/sitebackground.jpg);
	background-attachment: fixed;
	overflow-y: scroll;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 1220px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 150px;
	position: relative;
}
#nav {
	height: 53px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	z-index: 1500;
}
#player {
	height: 400px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-top-style: none;
	position: relative;
}
#maincontent {
	padding-left: 15px;
	position: relative;
	background-repeat: no-repeat;
	height: 885px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.85) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.85) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.85) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.85) 100%);
}
#bbb {
	position:absolute;
	left:717px;
	top:536px;
	width:231px;
	height:134px;
	z-index:1;
}
#pic1 {
	position:absolute;
	left:227px;
	top:447px;
	width:275px;
	height:200px;
	z-index:1;
}

#logobar {
	background-image: url(../images/logobar.png);
	height: 90px;
}

#footer {
	height: 100px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#copyright {
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	background-image: url(../images/copyrightbackground.png);
	height: 18px;
	padding-top: 2px;
}
#wrapper #copyright a:link {
	color: #000;
	text-decoration: none;
}
#wrapper #copyright a:visited {
	color: #000;
	text-decoration: none;
}
#wrapper #copyright a:hover {
	color: #990505;
	text-decoration: none;
}


#appt {
	position:absolute;
	left:732px;
	top:17px;
	width:197px;
	height:50px;
	z-index:2;
}

.bold {
	font-weight: bold;
	color: #0D3FF6;
}
h1 {
	color: #0C1B7F;
}
