@charset "utf-8";


#bodyImposter {
	background-image: url(../images/forum/bg.jpg);
/*    background-color: #000000;
*/	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#headerbg {
	background-image: url(../images/header.gif);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	height: 180px;
}

#menu  {
	height: 43px;
	margin: 0px;
	width: 960px;
}
#header {
	height: 120px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-top: 30px;
}
#divider {
	height: 150px;
	background-image: url(../images/index/divider.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#footer {
	margin-top: 40px;
	margin-bottom: 0px;
}
.videothumb {
	height: 200px;
	width: 320px;
	float: left;
}
.content {
	height: 162px;
	width: 288px;
	background-color: #333333;
	margin-top: 17px;
	margin-left: 22px;
}

.entry {
	background-image: url(../images/videodates/video_thumb.gif);
	height: 220px;
	background-repeat: repeat-y;
	margin-bottom: 60px;
}
.videodescription {
	float: left;
	width: 480px;
	margin-left: 40px;
	margin-top: 35px;
	height: 135px;
	color: #000000;
	clear: right;
}
.rating {
	float: left;
	width: 500px;
	margin-left: 50px;
	height: 40px;
	margin-top: 5px;
}

.duration {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.videodescription a {
	color: #000000;
	font-weight: bold;
}

