/* Interior CSS */

* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
}

body {
	height:96%;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/g_bground_stripes.jpg);
	background-repeat:repeat-x;
	background-color:#bacadc;
	}
	
#container_main {
	margin: 0 auto;
	width: 960px;
	}


a {
	color: #336699;
	text-decoration: underline;
	}
	
a:hover {
		color: #cc9900;
		text-decoration: none;
		}
	

/*------MAIN CONTENT---------------------------------------------------------------------------------*/
#content_box {
				width:771px;
				height:464px;
				margin:50px 0px 0px 100px;
				background-image:url(../images/content_box_login.png);
				background-repeat:no-repeat;
				float:left;
				}
				
	/*- Image content (logo and swf video) -*/
	#image_content {
					width:255px;
					height:350px;
					margin:50px 0px 0px 55px;
					float:left;
					}
		
		.team_logo_login {
						background: url(../images/g_team_logo_login.png) no-repeat 0 0;
						width: 140px;
						height: 80px;
						margin-left: 60px;
						}
						
			.team_logo_login a {
							display: block;
							width: 140px;
							height: 80px;
							cursor: pointer;
							}
		
		#flash_login {
					margin-left: 7px;
					}
	
	
	
	
	/*- Login content  -*/
	#login_content {
					width:385px;
					height:400px;
					margin:40px 0px 0px 340px;
					}
					
		.login_header {margin:0px 0px 0px 55px;}
					
		.para_space {margin:15px 0px 0px 70px;}
		.para_space2 {margin: 10px 0px 0px 70px;}
		.para_space3 {margin: 5px 0px 0px 70px;}
		
		
		#form_fields {margin:30px 0px 0px 70px;}
			#name_field {width:230px;}
			#location_field {width:230px;}
			
			.form_space {margin-top:35px;}
			.text_space {margin-top:5px;}
			
		#sound_btns {
					margin:-18px 0px 0px 130px;
					width:200px; 
					height:80px;
					}
			.btn_soundON {}
			.btn_soundOFF {}
			
		


/*------FOOTER---------------------------------------------------------------------------------*/

#footer {
	margin:0px 50px 0px 40px;
	font-size:11px;
	clear:both;
	text-align: center;
		}
		
	#footer a {
				color:#000000;
				text-decoration:none;
				}
	#footer a:hover {
					color:#336699;
					text-decoration:none;
					}					

#footer2 {
	margin:0px 0px 0px 0px;
	font-size:11px;
	clear:both;
	text-align: center;
		}
		
	#footer a {
				color:#000000;
				text-decoration:none;
				}
	#footer a:hover {
					color:#336699;
					text-decoration:none;
					}					
