html{
	overflow-y:scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #dfb96e;
	text-align: center;
	margin: 0;
	background: url(../img/back.jpg) center top repeat-x;
	background-color: #000;
	}

a:link,a:hover,a:visited{
	text-decoration: none;
	cursor:pointer;
	}
	
a:link,a:visited{
	color: #999;
	border:none;
}

a:hover{
	color:#887143;
}

#wrapper {
	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	/*margin-top: 150px;*/
	background: url(../img/content_back.jpg) center top no-repeat ;
	}

#header {
    text-align: left;
	height: 100px;
	}
	
#header_link{
	display:block;
	height:100px;
	width:450px;
	float:left;
	text-indent:-10000px;
	overflow:hidden;
}

#feed_icon_grunge{
margin-left:860px;
margin-top:-32px;
}

#sm{
border:medium none;
margin:0 0 0 -230px;
}

#top_bar{
background-color:#000000;
border:medium none;
margin:0 0 0 -50px;

	}

#content {
	text-align: left;
	}
	

#vid_area{
	padding: 20px;
    text-align: center;
	height:404px;

}

h1#vid_name{
	padding:0px;
	font-size:14pt;
	display:inline;
}

#vid_area_left{
	float: left;
	padding-top:5px;
	padding-left:13px;
	text-align:left;
}

#vid_area_right{
	float: right;
}

#vid_player{
	width: 450px;
	margin-top:25px;

	height: 360px;

}
#vid_playlist{
	width: 345px;
	height: 280px;
}

#vid_playlist_list{
	width: 345px;
	height: 260px;
	margin-top:25px;
}

#vid_misc_navi{
	padding:20px;
	}



#comments_and_channels{
	margin:0px auto;
	width:859px;
	background:url(../img/footer_add.gif) right bottom no-repeat #131313;
}

#comments_and_channels_inlay{
	padding: 0px 20px 20px 20px;
	background:url(../img/comments_shadow.gif) right top repeat-x ;
}

#comments{
	width: 440px;
	float: left;
}

#comments_inlay{
margin-top:0px;
padding:0px 10px 10px 10px;
background:#0D0D0D;
}

#comments_inlay h1{
font-size:13pt;
line-height:26px;
vertical-align:middle;
margin:0px;
float:left;
}

#comments_headframe{
height:26px;
line-height:26px;
vertical-align:middle;
}

#commentForm_toggler{
display:block;
float:right;
width:119px;
height:16px;
padding:5px;
background:url(../img/button1.gif) center top no-repeat;
font-size:7.5pt;
text-indent: 15px;
line-height:16px;
vertical-align:middle;
}

#commentForm_toggler:hover{

background:url(../img/button1.gif)  center -26px no-repeat;

}

#page_content{
	width: 440px;
	float: left;
}

#channels{
	width: 331px;
	float: right;
	padding-bottom:40px;
}
#channel_inlay{
	padding-top: 40px;

}

#footer{
	margin-left: 20px;
	margin-right: 20px;
	background: url(../img/footer_bottom.gif) center top no-repeat ;
	margin-bottom: 50px;
	width:	859px;
	height:121px;
}
#footer_inlay{
	width:	650px;
	margin-left:15px;
	padding-top:6px;
}
#contact_form_overlay{
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
text-align: center;
border-top: 6px solid #111;
background: #0d0d0d;
margin-left: -50%;
}
html>body #contact_form_overlay{
margin: 0;
}
#contact_form_overlay_inlay{
width: 750px;
margin:auto;
padding: 20px;

}
#contact_form_textarea textarea{
height:65px;
width:300px;
}