body {
 	background:				url(../images/page_bkg_extended.jpg);
 	background-repeat:		repeat-y;
 	background-position:	center;
	margin:					0;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
}

a:link {
	color: 					#FFFFFF;
	text-decoration:		underline;
}
a:visited {
	text-decoration: 		underline;
	color: 					#FFFFFF;
}
a:hover {
	text-decoration: 		none;
	color: 					#FFE01B;
}
a:active {
	text-decoration: 		underline;
	color: 					#FFFFFF;
}

form {
	margin:					0;
}

#wrapper{
	position:				absolute;
	left:					0;
	right:					0;
	top:					0;
	bottom:					0;
	background-image:		url(../nImages/site_top_bkg.jpg);
	background-position:	top center;
	background-repeat:		no-repeat;
	z-index:				0;
}

#inner_wrapper{
	width:					950px;
	margin:					0 auto;
}

#member_bar{
	width:					270px;
	height:					50px;
	background-image:		url(../nImages/member_bar-bkg.png);
	position:				relative;
	left:					670px;
	top:					0;
	padding:				5px;
	display:				none;
}
#member_bar2{
	width:					270px;
	height:					50px;
	color:					#FFCC00;
	font-size:				18px;
	text-align:				right;
	position:				relative;
	left:					670px;
	top:					0;
	padding:				5px;
	display:				none;
}
#member_loader {
	margin-left:			150px;
	margin-top:				20px;
}

#member_bar input{
	width:					75px;
}
#member_bar #member_bar_submit{
	width:					30px;
}

#menu_bar{
	width:					950px;
	height:					43px;
	margin-top:				20px;
	background-image:		url(../nImages/menu_bar-bkg.jpg);
	line-height:			43px;
}

#menu_bar #search_bar {
	margin-top:				0px;
	margin-left:			5px;
	float:					left;
}
#menu_bar #search_bar input{
	width:					335px;
	height:					14px;
	font-size:				12px;
}
#menu_bar #search_bar #btn{
	width:					25px;
	height:					18px;
	position:				relative;
	top:					3px;
}
#menu_bar #menu_bar_items {
	float:					right;
}


#footer {
	width:					950px;
	margin-bottom:			30px;
}
.footer_left {
	border-top:				solid 1px #000;
	margin-top:				10px;
	color:					#11006a;
	float:					left;
	width:					475px;
	padding-top:			10px;
	text-align:				left;
	display:				inline;
}
.footer_right {
	border-top:				solid 1px #000;
	margin-top:				10px;
	color:					#11006a;
	float:					right;
	width:					470px;
	padding-top:			10px;
	padding-right:			5px;
	text-align:				right;
}

#latestvids {
	width:560px;
	height:400px;
	background-image:url(../images/latest_vid_bkg.png);
	background-repeat:repeat-x;
	padding-top:40px;
	padding-left:20px;
	z-index:0;
	float:left;
}
#featurevid{
	width:350px;
	height:400px;
 background-image:url(../images/featured_vid_bkg.png);
	background-repeat:repeat-x;
	padding-top:40px;
	padding-left:20px;
	z-index:0;
	float:left;
}

#featuredblogquicklist{
	width:220px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	color:#FFF;
}

#video{
	position:absolute;
	top:0%;
	left:0;
	width:550px;
	height:400px;
	z-index:9999;
}

/* Font Classes */
.yellow_text_12px{
	color:					#FF0;
	font-size:				12px;
}