@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration:none;
	color:#0000CC;
}

a:visited {
	text-decoration:none;
	color:#000066;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

a:active {
	text-decoration:none;
	color:#FFCC66;
}

h2 {
	border-bottom-width: 0px;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a img {
	border:0px;
}

#container {
	position:relative;
	min-height:100%; 
	width: 960px;
	background-color: #5068de;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -318px;
	margin-left: 50px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #9393D7;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/top-bg.jpg);
	height: 616px;
	width: 960px;
}
#title {
	height: 81px;
	width: 639px;
}

#audio-player {
	border:2px;
	border:#FFFFFF;
	height: 51px;
	width: 267px;
	background-color: #c6d0ff;
	position: absolute;
	left: 670px;
	top: 14px; 
	font-size: 9px;
	color: #000000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.roundcorners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#top-line {
	margin-left:auto;
	margin-right:auto;
	width:912px;
	height:2px;
	position: absolute;
	left: 36px;
	background-color: #FFFFFF;
	top: 88px;
}
#border1 {
	background-color: #FFFFFF;
	height: 500px;
	width: 2px;
	position:relative;
	top:20px;
	left:33px;
	float:left;
}

#border2 {
	background-color: #FFFFFF;
	height: 500px;
	width: 2px;
	position:relative;
	top:20px;
	left:-32px;
	float:left;
}

div #menu {
	position:relative;
	top:14px;
	height:285px;
	width:253px;
	padding:0px;
	float:left;
}

div #footer {
	position:relative;
	margin-top:-250px;
	height:318px;
	width: 960px;
	background-image: url(../images/footer-bg.png);
}

.clearfooter {
	height: 318px;
	clear:both;
}

#bottom-line {
	position:relative;
	top: 155px;
	width:800px;
	height:2px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

div #rocketgirl {
	width: 353px;
	height:357px;
	position:absolute;
	padding: 0px;
	margin: 0px;
	bottom: 30px;
	left: 645px;
	z-index:1;

}

div #inside-footer {
	position:relative;
	width:800px;
	top: 155px;
	left:80px;
	font-size:11px;
	color:#FFFFFF;

}

#inside-footer a {
	color:#B0BDF9;
}

.headline {
	margin-top:15px;
}
