


body{
	background:#111;
	color:#999;
    font-family: trebuchet MS, arial, verdana, helvetica, sans serif;
	font-size:13px;
}

#container{
	width:950px;
	height:560px;
	background:#000;
	border: 1px solid #333;
	margin: 0 auto;
}

#head{
	text-align:right;
	width:270px;
	padding-right:10px;
	float:right;
}

#left{
	height:555px;
	width:231px;
	float:left;
	border-right:10px solid #333;
	border-left:1px solid #333;
	padding:5px 0 0 30px;
}

#right{
	width:600px;
/*	height:420px;*/
	float:left;
}

#right_vid{
	width:448px;
	height:560px;
	float:right;
/*	background:url('img/ccm.jpg');*/
}

#vid{
	margin-top:70px;
}

#nav{
	margin:20px auto;
	width:950px;
	padding-left:50px;
	
}

#content{
	float:right;
	width:310px;
	height:390px;
	padding:20px 15px 0 0;
}

ul.nav{
	margin:70px 10px 10px 0px;
	padding:0 0 0 10px;
}

ul.nav li{
	list-style:none;
	padding-bottom:25px;
}

ul li{
	list-style-image:url('img/bullet.jpg');
	padding-bottom:30px;
	background-repeat: no-repeat; 
	padding-bottom:20px;
}

a {
	color:#555;
	text-decoration:none;
}

a:hover{
	color:#ccc;
}

a img{
	border:0;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	margin:40px 0 20px 0;
	
}

#footer{
	width:952px;
	height:90px;
	background:url('img/footer.jpg');
	margin:0 auto;
	border-top:1px solid #f00;
}

hr {
	color:#BBB;
	background-color:#ccc;
	margin-top:40px;
	border:0;
	height:1px;
}

img.h{
	margin-top:30px;
}

h1{
	font-weight:normal;
	color:#555;
}