@charset "utf-8";
body, html {
	height: 100%;
}
body {
	font-family:"Calibri"Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	margin:0px;
	background:#0c1013 url(../images/back.png) repeat-x;
}

#main{
	margin:0 auto;
	padding:0;
	width:976px;
	min-height:100%;
}
#header{
	height:62px;
}
#content{
	background:url(../images/Banner.png) no-repeat center;
	min-height:670px;
}
#content2{
	margin:30px;
}
#player{
}
myPlayer{
	background:#000;
}
a.myPlayer {	
	display:block;
	width: 600px;
	height:450px; 
	text-align:center;
	margin:0 auto;
	border:1px solid #999;
	background:#000;
}

/* play button */
a.myPlayer img {
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #0CC;
}
#mov{
	margin-left:-5px;
	margin:140px  0 0 -5px;
}

img{
	border:0;
}
#colA{
	width:452px;
	float:left;
	margin-top: 82px;
}
#colA #mn{
	position:relative;
	top:366px;
}
#colA #mn2{
	position:relative;
	top:483px;
}
#colA #mn3{
	position:relative;
	top:490px;
}
#colA a{
	border:none outset  inone;
}
#colB{
	float:right;
	margin-right:20px;
	width:224px;
}
h2{
	color:#1370ab;
	font-size:140%;
	padding-top:30px;
	margin-bottom:0;
	padding-bottom:6px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-left: 40px;
}

#sidebar{
	float:left;
	width:224px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#sidebar ul{
	margin:0;
}
#sidebar ul li{
	padding-left:10px;
	background:white;
	margin:0 0 10px 0;
	border-bottom:1px dashed;
	display:block;
	text-decoration:none;	
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sidebar ul li a{
	color:black;
	text-decoration:none;
}
#sidebar ul li a:hover{
	color:#0CF;
	font-weight:bold;
}
a:hover{

}
#footer{	
	border-top:1px solid #2b2e32;
	height:28px;
	margin:20px auto 0;
	text-align:center;
	width:700px;
	font-size:90%;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer a:hover{
	color:#CCC;
	text-decoration:underline;
}
.clear{clear:both;}
