/* CSS Document */

body{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#7b744a;	
}


#container{
	background: url(images/bg_splash.jpg) no-repeat top;
	position:relative;
	text-align:center;
	width: 930px;
	height:642px;
	border: solid #603913 ;
	display:block;
}
#flash{
	background-color:#7b744a;
	position:relative;
	text-align:center;
	width: 930px;
	height:642px;
	border: solid #603913 ;
	display:block;
}

#splash_warning{
	position:absolute;
	left:450px;
	top:125px;
	width:460px;
	height:475px;
	display:block;
	font-family:Georgia;
	font-size:10px;
	color:#000000;
	padding:10px;
}
#splash_warning a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}
#splash_warning h1{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
#splash_warning p{
	text-align:justify;
}
#splash_warning .enter_text{
	font-size:14px;
	color: #5E4C00;
}
#splash_warning .enter_text a{
	color: #FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}
#splash_warning .exit_text{
	font-size:12px;
	color: #5E4C00;
}
#splash_warning .exit_text a{
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}
#splash_warning .filter_text{
	font-size:10px;
	color: #FFFFFF;
}
#splash_warning .filter_text a{
	color: #FFFFFF;
	font-size:10px;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}
#footer{
	color: #FFFFFF;
	font-size:10px;
	font-family:Georgia;
}
#footer a{ 
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}
#search_text{
	display:none;
}
#popUp{
background:#603913 url(members/images/screens/bg_members_popup.jpg) no-repeat;
	width: 484px;
	height: 403px;
	position: absolute;
	top:4px;
	left:10px;
	
}
#popUp #heading{
	position: absolute;
	top:113px;
	left:47px;
	width:382px;
	height:34px;
}
#popUp #heading .nameTitle{
	font-size:14px;
	font-family:Georgia;
	font-weight: bold;
	color:#FFFFFF;
	line-height:14px;
}
#popUp #heading .clipInfo{
	font-size:12px;
	font-family:Georgia;
	color:#FFFFFF;
	line-height:20px;
}
#popUp #screenCap{
	position: absolute;
	top:148px;
	left:71px;
	width:358px;
	height:199px;
}
#popUp #download{
	position: absolute;
	left:88px;
	top:350px;
	width:150px;
	height:12px;
}
#popUp #download a{
	font-size:11px;
	font-family:Georgia;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#popUp #close{
	position: absolute;
	left:306px;
	top:350px;
	width:150px;
	height:12px;
}
#popUp #close a{
	font-size:11px;
	font-family:Georgia;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}