@charset "UTF-8";
/* CSS Document */

body {
padding: 0;
background: #000000;
background-image: url(images/page-elements/bkg.gif);
background-repeat: repeat-x;
font-family: Verdana;
font-size: 12px;
color: #ffffff;
font-style: normal;
line-height: 1.2em;
text-align: left;
}

#container {
width: 955px;
margin:auto;
}

#header {
width: 950px;
height: 250px;
float: left;
margin-top: 2px;
background-color:#000000;
background-image:url(images/page-elements/header.png);
background-repeat:no-repeat;
}

#logo {
margin-left: 340px;
}

#content-left {
width: 465px;
float:left;
margin-top: -50px;
}

#content-right {
	width: 465px;
	height: 500px;
	float:left;
	margin-left: 10px;
	margin-top: -20px;
	padding: 5px;
	background-image:url(images/page-elements/banner.gif);
	background-repeat:no-repeat;
}

#right-text {
width: 420px;
padding: 20px;

}

#right-text p {
font-family: Verdana;
line-height: 1.5em;
letter-spacing: 0.5px;
font-size: 8pt;
}

#bottom-links {
	height: 46px;
	width: 600px;
	float: left;
	margin-top: 32px;
	margin-left: 50px;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	text-transform:capitalize;
	vertical-align: middle;
}

#bottom-links a {
color: #000000;
}

#bottom-links a:hover {
color: #a10460;
}

#bottom-links ul li {
float: left;
display: inline;
}

#bottom-links ul li a {
line-height: 40px;
float: left;
display: block;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
padding: 0 10px;
}

#bottom-links ul li a:hover {
background-color: #000000;
}

#footer {
width: 850px;
float:left;
margin-top: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: left;
color: #666666;
}

#footer a{
color: #666666;
text-decoration:none;
}

#footer a:hover{
color: #ffffff;
text-decoration:underline;
}
#player {
width: 200px;
height: 100px;
margin-left: 70px;
margin-top: 20px;
float: left;
}
