@charset "UTF-8";
/* DCTM Site Css */



html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-image:url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
}



/* Navigation Styles */

#header{
	width:1280px;
	height: 200px;	
	margin-left: auto;
	margin-right: auto;
}


#nav_wrapper {
	height: 40px;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
}


#navcontainer {
	height: 40px;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;

}

#navlist ul, #navlist li
{	
	margin:0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	
	float:none ;
  	text-align: center;
  	width: 10%;
	margin-left: 12%;
  	margin-right: 12%;
	line-height: 14px;
	font-weight: bold;
	/*margin: 0 140px 4px 0px;*/
	text-decoration: none;
	color: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #ec0c16;
	padding-bottom: 2px;
	background: transparent;
	color: #ffffff;
}

#navlist a:hover { color: #ffffff; }


/* page wrapper */

#wrapper {
	position: relative;
	width: 710px;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-top: 45px;
}

#player {
	width: 280px;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-left:auto;
	padding-right: auto;
	padding-bottom: 25px;
}
	
#footer {
	font-family:Arial, Helvetica, sans-serif;
	color: #c8131c;
	font-size:13px;
  	text-align: center;
	height:auto;

		
}
