/* CSS Document */

.body{
	background:#000000 url(../images/splash_bg.jpg) no-repeat center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodyVideos{
	background:#000000 url(../images/videos_bg.jpg) no-repeat center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyPhotos{
	background:#000000 url(../images/photos_bg.jpg) no-repeat center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body2 {
	background:#000000 url(../images/index_bg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodyJoinNow {
	background:#000000 url(../images/joinnow_bg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body3 {
	background:#000000 url(../images/about_bg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
}

.body4 {
	background:#000000 url(../images/new_about_bg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
}

.text{
	font-family:verdana,Arial, Helvetica, sans-serif;
	font-size:10px !important;
	color:#FFFFFF;
	text-align:justify;
	}
	
.text_bt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	}

.bottom{
	background:url(../images/bottom.jpg) no-repeat;
	height:179px;
	width:1000px;
	}
	
	
.menutext{
	font-family:Tahoma;
	font-size:13px !important;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.menubg {
	padding:2 0 0 0;
	margin:2 0 0 0;
	
}
.menubg-base {
	padding-top:8px;
	margin-top:8px;
}

/* MENU */

.menutext a:link {
        COLOR:                  #FFFFFF;
        text-decoration:        none;
        font-weight: bold;

        }

.menutext a:visited {
        COLOR:                  #FFFFFF;
        text-decoration:        none;
        font-weight: bold;
        }

.menutext a:active {
        COLOR:                  #FFFFFF;
        text-decoration:        none;
        font-weight: bold;
        }

.menutext a:hover {
        COLOR:                  #fec418;
        text-decoration:        none;
        font-weight: bold;
        }



.join_table { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	padding: 0px; 
	width: 500px; 
	margin: 0 0 0 30px;  
	 
	
}
.join_name { font-weight: bold; text-align: right; border: none; }
.join_value { text-align: left; border: none; }
.join_error { color: #EE0000; }
.join_access { font-size: 12px; text-right: center; color: #333333; }
.join_header { text-align: center; border: none; }
.join_option { color: #87d0e8;}
.join_footer { font-size: 10px; font-weight: bold; text-align: center; border: none; color: #000000; }
.join_input { 

	font-family: "Trebuchet MS";
	font-size: 12px;
	width:200px;
	height:18px;
	border: 1px groove #b42c1c;

}
.join_select { }
.join_button { FONT-SIZE: 10pt; WIDTH: 200px; height: 20px; COLOR: #000000; FONT-FAMILY: Arial;  }


