@charset "UTF-8";

a { text-decoration:none }
li {text-align: left; margin: 1px; line-height: 15px; padding: 10px;}

body {
	background-color:#222;
	margin: 0px;
}


#container {
	width:1002px;
	padding:0;
	border:0;
	    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
	}
	
#logo {
	background:url('img/header.jpg');
	width:1000px;
	height:162px;
	border:0;
	margin:0;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}
	
#header {
	width:1000px;
	height:28px;
	background:url('img/landing_header.jpg');
	padding:4px 0 0 0;
	border:0;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	}
	
#headerl {
	width:400px;
	height:28px;
	padding:0 0 0 40px;
	border:0;
	float:left;
	}

#headerr {
	width:337px;
	height:28px;
	padding:0;
	border:0;
	float:right;
	text-align:left;
	}

#content {
	width:1000px;
	height:484px;
	background:url('img/landing_content.jpg');
	padding:0;
	border:0;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	line-height:14px;
	letter-spacing:1px;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	}
	
#leftcol {
	width:565px;
	padding:20px 0 0 40px;
	border:0;
	float:left;
	text-align:left;
	}
 
	
#leftcol p{
margin-top:0;
margin-bottom:10px;
	}
	
#rightcol {
	width:370px;
	padding:0;
	border:0;
	float:right;
	}
		
#rightsocial {
	width:337px;
	height:67px;
	padding:13px 22px 0 0;
	border:0;
	float:right;
	text-align:right;
	}
	
#righthead {
	width:337px;
	height:25px;
	padding:11px 0 0 0;
	border:0;
	float:right;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	}
	
#rightdates {
	width:337px;
	height:109px;
	padding:14px 0 0 0;
	border:0;
	float:right;
	text-align:left;
	}
	
#rightrelease {
	width:337px;
	height:108px;
	padding:14px 0 0 0;
	border:0;
	float:right;
	text-align:left;
	}
	
#rightrelease img{
	border:0;
	margin-right:20px;
	}
	
#rightrelease a {
	color:#CCC;
	text-decoration:none;
}

#rightrelease a:hover {
text-decoration:underline;
}

#rightplayer {
	width:337px;
	height:83px;
	padding:0;
	border:0;
	float:right;
	text-align:left;
	}

#button {
	border:0;
	float:left;
	background-color:#998881;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align: center;
	}
	
#button a {
	background-color:#998881;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:47px 0 10px 0;
}

#button a:hover {
	background-color:#252947;
}

#navigation {
	width:1000px;
	height:25px;
	padding:3px 0 0 0;
	border:0;
	float:left;
	text-align: center;
	background:url('img/landing_nav_bar.jpg');
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	}
	
#navigation a {
	color:#FFF;
	text-decoration:none;
	padding:0 15px 0 15px;
}

#navigation a:hover {
text-decoration:underline;
}

#bottom {
	width:1000px;
	height:157px;
	padding:20px 0 0 0;
	border:0;
	float:left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	background:url('img/landing_copyright_bottom.jpg');
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	}
	
	#bottom a {
	color:#777;
	text-decoration:none;
}

#bottom a:hover {
text-decoration:underline;
}