@charset "utf-8";
body {
	position:absolute;
	left:10px;
	background-color: #000000;
	background-image: url(../bgnd/tuff.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 650px;
	width: 950px;
	margin:0;
}
#content {
	position: absolute;
	top: 170px;
	left: 333px;
	width:570px;
	height: 400px;
	color: #FFF;
	font: 14px Arial;
	border-style: solid;
	border-width: 2px;
	border-color:#520608;
	padding:5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	text-align: justify;
}
#left_menu {
	position: absolute;
	margin:0;
	padding:5;
	top:170px;
	left:18px;
	width:258px;
	height:410px;
	text-align: center;
	font: 14px Arial;
	color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	border-color:#520608;

}
#top_menu {
	position: absolute;
	top: 85px;
	left: 18px;
	width:900px;
	height: 20px;
	color: #FFF;
	font: 14px Arial;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(bgnd/foot.jpg);
	font-size:13px;
	color:#666;
	position:absolute;
	top:602px;
	left:163px;
	width:570px;
	height:40px;
	text-align:center;

}
.bold_head {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a:link { 	
color:#CC0000; 	
text-decoration:none; 
}
#listings_title {
	position: absolute;
	margin:0;
	padding:0;
	top: 275px;
	left: 50px;
	width:150px;
	height:25px;;
	background-image: url('images/your-videos.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#listings_box {
	position: absolute;
	top: 173px;
	left: 31px;
	width: 268px;
	height: 400px;
	border: solid #998E70 1px;
	overflow: auto;
	text-align: center;
}

.listings .list {
	margin: 10px;
	margin-bottom:7px;
	font: 12px Arial;
	line-height: 16px;
	padding:20px;
	border-top: solid #FFFFFF 1px;
}

.listings .list:hover {
	background-color: #036;
}

.listings .list .date {
	text-transform: uppercase;
	color: #93886B;
}
.listings .list .title {
	font-weight: bold;
	font-size: 11px;
}
.listings .list .times, #listings_box div .cost {
	color: #999999;
	text-align: left;
}

.listings .list .links {
	font-size: 12px;
	font-weight: bold;
}
.right_back{
background:url(images/bg.jpg) repeat;
float:right;
width:22%;
height:650px;
}
