html,body { 
	margin: 0; 
	padding: 0; 
	height: 100%;
}
body{
	background-color: #0C0C0C;
	background-image: url('images/top_detail.png');
	background-repeat: repeat-x;
	font-size:16px;
	font-family: calibri,verdana,sans-serif,times;
	min-height: 100%;
	color: #FFFFFF;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
img{
	border: 0;
}
.center{
	text-align: center;
}
.ptable{
	margin: 0 auto;
}
table.ptable img {
	border:1px solid #FFFFFF;
	padding:5px;
}
#container{
	width: 960px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/*border: 2px solid #383838*/
}
#b_menu{
	width: 850px;
	height: 33px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 3;
	bottom: 38px;
}
#login{
	width: 295px;
	height: 40px;
	position: relative;
	z-index: 4;
	margin: 0 auto;
	top: 30px;
}
#login_left{
	height:40px;
	width: 5px;
	background-image: url('images/bg_login_left.png');
	float: left;
}
#login_main{
	height:40px;
	width: 285px;
	background-image: url('images/bg_login_center.png');
	float: left;
}
#login_right{
	height:40px;
	width: 5px;
	background-image: url('images/bg_login_right.png');
	float: right;
}
.b_side_l{
	height: 33px;
	width: 6px;
	background-image: url('images/bg_nav_end_r.png');
	float: left;
}
.b_side_r{
	height: 33px;
	width: 6px;
	background-image: url('images/bg_nav_end_l.png');
	float: right;
}
#b_menu_main{
	width: 828px;
	height: 28px;
	background-image: url('images/bg_nav_main.png');
	background-repeat: repeat-x;
	padding: 4px 0 0 10px;
	margin-left: 6px;
}
#b_header{
	width: 956px;
	height: 130px;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
	padding: 70px 0 0 0;
	border: 2px solid #383838;
	border-bottom: 2px solid #000000;
}
#b_main_site{
	bottom:73px;
	clear:both;
	min-height: 100%;
	/*margin:5px auto 20px;*/
	/*padding-bottom:20px;*/
	position:relative;
	vertical-align:text-bottom;
}
#b_header_title{
	font-size: 39px;
	font-weight: bold;
	margin: 0 0 0 50px;
}
#b_header_blue{
	font-size: 39px;
	font-weight: bold;
	color: #0094FF;
}
#b_header_sub{
	font-weight: bold;
	margin: 0 0 0 55px;
}
#b_body{
	height: 100% !important;
	min-height: 100% !important;
	/*width: 100%;*/
	/*background-image: url('images/bg_wood.png');*/
	/*padding: 50px;*/
}
#b_body_top{
	height: 61px;
	width: 960px;
	background-image: url('images/bg_main_top.png');
	background-repeat: no-repeat;
	overflow: visible;
}
#b_body_main{
	min-height: 200px;
	height: auto;
	width: 960px;
	background-image: url('images/bg_main_main.png');
	background-repeat: repeat-y;
}
#b_body_low{
	height: 61px;
	width: 960px;
	background-image: url('images/bg_main_low.png');
	background-repeat: no-repeat;
}
#b_{
	width: 795px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#b_footer{
	height:auto;
	width: 795px;
	margin: 0 auto;
	text-align:center;
}
.header1{
	font-size: 35px;
	/*font-weight: bold;*/
	text-align: center;
	margin: 0 0 10px 0;
}
div #b_menu_main ul li{
	display: inline;
	list-style-type: none;
	margin: 0px 3px;
	color: #FFFFFF;
	text-decoration:none;
}
div #b_menu_main ul li a{
	color: #FFFFFF;
	text-decoration:none;
}
div #b_menu_main ul{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration:none;
}
.hidden {
	display:none;
}
.crossout {
	text-decoration:line-through !important;
}
/*for favorites page*/
table#vidtable th {
	font-weight:bold;
}
table#vidtable td {
	width:300px;
}
div#videos a {
color:#FFFFFF;
font-weight:normal;
padding:0.2em 0.6em;
text-decoration:none;
}
img[src*="images/link.png"] {
height:15px;
width:15px;
position:relative;
top:5px;
}
div#videos{
	width: 795px;
	margin: 0 auto;
}
#vidtable{
	margin: 0 auto;
}
