body {
	font-family: 'Tahoma';
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #515151;
}

img {
	border: 0;
}

a {
	color: #ff0000;
}

a.pagination, a.current {
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	float: left;
	margin: 3px;
	color: #ff0000;
	text-decoration: none;
}

a.pagination:hover {
	background-color: #ff0000;
	color: #fff;
}

a.current {
	background-color: #ff0000;
	color: #fff;
}

span.pagination_spacer {
	display: block;
	padding: 3px;
	float: left;
	margin: 2px;
	text-decoration: none;
}

#header {
	position: relative;
	width: 1000px;
	height: 140px;
	margin: auto;
	background-image: url('/images/edgyvids_01.png');
}

#banner_top {
	width: 728px;
	height: 90px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#banner_left, #banner_right {
	text-align: center;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 250px;
	width: 725px;
}

#navigation a {
	color: #fff;
	display: block;
}

.section_off {
	background-image: url('/images/nav_bg_off.png');
	width: 134px;
	height: 23px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#content {
	width: 1000px;
	margin: auto;
	background-image: url('/images/edgyvids_05.png');
}

#content_main:after, .video:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#content_header {
	width: 1000px;
	height: 35px;
	background-image: url('/images/edgyvids_02.png');
}

#content_sub_header {
	width: 1000px;
	height: 16px;
	background-image: url('/images/edgyvids_03.png');
}


#content_footer {
	width: 1000px;
	height: 18px;
	background-image: url('/images/edgyvids_07.png');
}

#webmasters {
	padding: 10px;
}

.left_col {
	float: left;
	width: 170px;
	margin: -10px 1px 0px 15px;
}

.middle_col {
	float: left;
	width: 460px;
	margin: -10px 8px 0px 8px;
}

.right_col {
	float: left;
	width: 320px;
	margin: -10px 8px 0px 2px;
}

.video {
	width: 460px;
	height: 125px;
	margin-bottom: 10px;
}

.video_title {
	background-image: url('/images/video_bg.png');
	width: 439px;
	height: 24px;
	margin: auto;
	padding-left: 10px;
	padding-top: 7px;
	color: #fff;
	font-weight: bold;
}

.video_title a {
	color: #fff;
	text-decoration: none;
}

.video_img {
	float: left;
	width: 128px;
	height: 96px;
	margin-left: 10px;
	border: 1px solid #000;
}

.video_description {
	float: left;
	width: 300px;
	margin-left: 5px;
}

.video_img img {
	width: 128px;
	height: 96px;
	border: 0;
}

#video {
	text-align: center;
}

#video h4 {
	margin-top: 0;
}

.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	width: 450px;
}

.comments li {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	border-bottom: 1px solid #EDEDED;
}

.comments li .author {
	color: #ff0000;
	font-weight: bold;
}

.comments li .time_posted {
	color: #8A8A8A;
}

.comments li .comment {
	margin-top: 5px;
	margin-bottom: 5px;
}

.comments_previous {
	float: left;
	margin: 5px;
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
}

.comments_next {
	float: right;
	margin: 5px;
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
}

#footer {
	width: 1000px;
	margin: auto;
	background-image: url('/images/edgyvids_09.png');
}

#footer_end {
	width: 1000px;
	margin: auto;
	background-image: url('/images/edgyvids_11.png');
	height: 17px;
}