html { background: #000000 url(images/bg.png) repeat; }
body {
	background: url(images/head2.png) repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
}
a:active, a:visited {
	outline:none;
}
.clear { clear:both; }
#container {
	width: 990px;
	margin: 0 auto;
}
#header {
	width: 990px;
	height: 200px;
}
#city {
	width: 990px;
	height: 158px;
	background: url(images/header.png) no-repeat;
}
#logo {
	background: url(images/logo-moll.png) no-repeat;
	height: 101px;
	width: 233px;
	float: left;
	margin: 15px 0 0 100px;
}
#top-ad {
	height: 60px;
	width: 468px;
	float: right;
	margin: 20px 30px 0 0;
}
#top-ad img {
	border: none;
}
#menu {
	width: 990px;
	height:40px;
	background: #000000;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	padding: 10px 20px;
	font-size: 18px;
}
#menu ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li:hover {
	background: #c20d0d;
}
#menu ul li a:hover {
	background: #c20d0d;
}
#content {
	width: 990px;
	min-height: 500px;
	background: #ffffff;
	color: #ffffff;;
	margin: 0;
}
#kvideos {
	margin: 0;
}
#kvideos img { border: none; margin: 3px; }
#kvideos a img { width: 160px; height: 120px; }
#main {
	width: 670px;
	float: left;
}
#main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main ul li {
	float: left;	
}
#main img {	border: none; margin: 1px; }
.video-m {
	background: #000;
	width:162px;
	height: 136px;
	margin: 5px 2px 5px 2px;
	font-size:10px;
	text-align: center;
}
.video-m a { color: #ffffff; text-decoration: none; }
.video-m:hover {
	background: #c20d0d;
	width:162px;
	max-height: 136x;
	text-align: center;
	margin: 5px 2px 5px 2px;
	font-size:10px;
}
#sidebar {
	background: #000;
	width: 320px;
	float: right;
	margin: 10px 0 0 0;
}
#sidebar h1 {
	background: #c20d0d;
	margin: 0 0 10px 0;
	padding: 5px 0;
	width: 320px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
#sidebar a img {
	margin: 0 10px;
	border: none;
}
#footer {
	background: url(images/footer.png) no-repeat;
	width: 990px;
	height: 179px;
	font-size: 10px;
}
#footer a {
	background: #000000;
	color: #ffffff;
	font-size:10px;
	padding: 5px 6px;
	text-decoration: none;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}
#left {
	width: 330px;
	padding: 155px 0 0 20px;
	float: left;
}
#center {
	width: 330px;
	padding: 155px 0 0 20px;
	float: left;
}
#right {
	padding: 155px 20px 0 0;
	float: right;
}
#video {
	width: 670px;
	overflow: hidden;
	margin: 10px 0 10px 5px;
	background: #000000;
}
#video h1 {
	background: #c20d0d;
	font-size: 22px;
	color: #ffffff;
	padding: 0 10px 5px 10px;
	margin: 0 10px 2px 0;
}
#video h3 {
	background: #c20d0d;
	color: #ffffff;
	font-size: 14px;
	padding: 2px 30px;
	margin: 0 0 5px 0;
}
#video_info {
	margin: 20px 10px 0 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
}
.description {
	padding: 5px 0 10px 5px;
	font-size: 18px;
}
.description p {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-style:italic; 
}
.description p a {
	color: #c20d0d;
	background: #ffffff;
	padding: 0 8px;
	margin: 0 5px;
	text-decoration: none;
}
.description p a:hover {
	color: #ffffff;
	background: #c20d0d;
	padding: 0 8px;
	text-decoration: underline;
}
.rating-pos {
	background: url(images/rate-plus.png) no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 0;
	color: #eeeeee;
}
.description span {
	color: #fff;
	background: #c20d0d;
	font-size: 18px;
	padding: 0 3px;
	font-weight: bold;
	float: left;
}
.rating-neg {
	background: url(images/rate-minus.png) no-repeat;
	width: 24px;
	text-decoration: none;
	color: #eeeeee;
	height: 24px;
	float: left;
	font-size: 0;
	display: block;
}
.nav-left {
	float: left;
}
.nav-right {
	float: right;
}
.pagenav {
	margin: 5px;
	height: 20px;
}
.pagenav a {
	padding: 5px;
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}
.pagenav a:hover {
	padding: 5px;
	font-size: 12px;
	background: #c20d0d;
	color: #ffffff;
}

