@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	opacity:0.9;
}
#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	height:850px;
	background-color:#000000;
}
#header{
	width:900px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	background-color:#000000;	
}
#wrapper{
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-color:#006633;
	padding:5px;
	border:1px solid #000;
		
}
#htext1{
	width:480px;
	height:100px;
	float:left;
	font-size:100px;
	letter-spacing:10px;
	font-family: 'Felipa', cursive;
	padding-left:10px;
	font-weight:bold;
	text-shadow: #333 20px -5px 1px;
	color: white;
}
#htext2{
	width:300px;
	height:100px;
	float:left;	
	padding-right:20px;
	text-align:right;
	font-size:80px;
	letter-spacing:10px;
	font-family: 'Felipa', cursive;
	text-shadow: #333 20px -5px 1px;
	color: white;
}
#himg{
	width:400px;
	height:200px;
	float:right;	
}
#himg > img{
	float:right;	
}

a:link {color:white;}
a:visited {color:white;}
a {text-decoration: none;}
a:hover { color:grey;}

#navbar{
	margin:0;
	padding:0;
	width:600px;
	height:35px;
	float:right;
	background-color:#000000;
	font-size:10px;
}
#navWrapper{
	width:900px;
	height:35px;
	border:1px solid black;	
	background-color:#000000;
}
#navbar ul{
	margin:0;
	padding:0;
	line-height:30px;
}
#navbar li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	border:1px solid grey;
}
#navbar  ul li a{
	text-align:center;
	text-decoration:none;
	height:30px;
	width:90px;
	display:block;	
}
#navbar ul ul{
	position:absolute;
	visibility:hidden;
	top:32px;	
}
#navbar ul li:hover ul{
	visibility:visible;
	background-color:#000;
}


#content{
	width:650px;
		
	float:left;
	color:#fff;
	background-color:#000;
	padding:20px;
}
#content img{
	float:right;
	padding:5px;	
}
#rightnews{
	width:200px;
	height:400px;
	border-left:1px solid black;
	float:right;
	background-color:#000;
	color:#fff;	
}
#rightnews ul{
	list-style-type:square;
}
#rightnews a{
	text-decoration:underline;
	color:blue;	
}
#footer{
	width:900px;
	padding-top:5px;	
	float:left;
	text-align:center;
	font-size:10px;
	color:white;
}
#footer a{
	color:grey;	
}
#footer a:hover{
	color:#333;	
}
#aboutimg{
	float:left;
	padding: 10px;	
}
.elitegroup{
	font-family:"Comic Sans MS", cursive;
	font-style:italic;
	font-size:40px;	
}
.members{
	border:2px solid white;
	width:300px;	
}
.members td{
	border-bottom:1px solid white;
	padding:5px;
}

.tTextRight{
	text-align:right;	
	border-left:1px dashed white;
}
.warningInfo{
	font-size:12px;
}
.underline{
	text-decoration:underline;
	font-size:20px;
}
.leftVideo{
	float:left;
	height:300px;
}
.rightVideo{
	float:right;
	height:300px;
}
#myForm{
	width:400px;
	height:300px;
	border:1px solid white;
	padding:10px;	
}
#myForm input, textarea{
	float:right;
	width:200px;
}
.submit{
	color:red;
}
.formTextSmall{
	font-size:12px;
}