body{
	background:#000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	}
img{
	border:none;
	}
a, a:link, a:hover, a:active{
	text-decoration:none;
	color:#CCC;
	}
.content{
	background:#000;
	border:1px solid #333;
	border-top:none;
	border-bottom:none;
	max-width:320px;
	margin:auto;
	}
.top{
	background:#333;
	color:#ccc;
	text-shadow: 0px 1px 1px #000;	
	}
.header{
	height:60px;
	background:#000000;
	}
.header img{
	width:100%;
	max-width:320px;
	max-height:60px;
	}
.video{
	position:relative;
	display:inline-block;
	max-width:320px;
	vertical-align:top;
	border-top:1px dotted #333;
	padding:5px;
	}
.video{
	position:relative;
	display:inline-block;
	vertical-align:top;
	border-top:1px dotted #333;
	padding:5px;
	}
	
.thumb{
	width:50%;
	max-width:320px;
	float:left;
	padding:5px 0 ;
	}
.text{
	text-align:left;
	width:50%;
	float:left;
	font-size:11px;
	}
.text p{
	margin:0px;
	padding:0 5px 0 5px;
	}	
.video .thumb{
	width:100%;
	padding:0 ;
	}
.video .text{
	text-align:left;
	width:100%;
	font-size:12px;
	}

.nav{
	clear:both;
	padding:10px;
	background:#830000 url(images/bg_nav.gif) top repeat-x;
	text-shadow: 0px 1px 1px #000;	
	}

.nav a{
	display:inline-block;
	background:url(images/bg_btn.gif) top repeat-x;
	font-weight:bold;
	margin:0 5px;
	padding:5px 10px;
	border:solid 0px #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	}

.footer{
	padding:5px 30px 30px 30px;
	color:#333;
	text-shadow: 0px -1px 1px #000;	
	font-size:10px;
	}
.footer a{
	color:#333;
	}
