/* CSS Document */
a {
	color: #666666;
	text-decoration: none;
	}
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bg2.gif);
	background-position: center;
	}

#header {
	width: 100%;
	height: 154px;
	background-color: #111111;
	}

#nav {
	width: 100%;
	height: 30px;
	padding-top: 9px;
	background-color: #000000;
	border-bottom: 1px solid #222222;
	text-align: center;
	}
	#nav ul {
		display: inline;
		height: 40px;
		width: 800px;
		margin-left: 25px;
		text-align: center;
	}
	#nav li {
		list-style-type: none;
		display: inline;
		margin-right: 60px;
		height: 40px;
		
	}
	#nav li a {
		list-style-type: none;
		font-family: 'Verdana', Helvetica, sans-serif;
		font-size: 14px;
		color: #F0F0F0;	
		text-decoration: none;
		height: 40px;
	}	
		#nav li a:hover {
		list-style-type: none;
		font-family: 'Verdana', Helvetica, sans-serif;
		font-size: 14px;
		color: #999999;	
		text-decoration: none;
		height: 40px;
	}
#wrapper {
	
	background-position: center;
	background-repeat:no-repeat;
	min-height: 400px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	}	

#content {
	width: 50%;
	height: 30%;
	background-color: #000000;
	border: 1px solid #222222;
	font-family: 'Verdana', Helvetica, sans-serif;
	font-size: 12px;
	color: #F0F0F0;
	padding: 30px;
	text-align: left;
	}

h1 {
	font-family: 'Verdana', Helvetica, sans-serif;
	font-size: 24px;
	color: #F0F0F0;
	font-weight: bold;
	margin-top: -10px;
	}
		
#footer {
	
	bottom: 0%;
	height: 30px;
	width: 100%;
	padding-top: 9px;
	border-top: 1px solid #222222;
	background-color: #000000;
	margin-bottom: -20px;
	}
	#footer ul {
		display: inline;
		height: 40px;
		width: 800px;
		margin-left: 25px;
		text-align: center;
	}
	#footer li {
		list-style-type: none;
		display: inline;
		margin-right: 60px;
		height: 40px;
		
	}
	#footer li a {
		list-style-type: none;
		font-family: 'Verdana', Helvetica, sans-serif;
		font-size: 14px;
		color: #F0F0F0;	
		text-decoration: none;
		height: 40px;
	}	
	#footer li a:hover {
		list-style-type: none;
		font-family: 'Verdana', Helvetica, sans-serif;
		font-size: 14px;
		color: #999999;	
		text-decoration: none;
		height: 40px;
	}	
.textfield {
	width: 300px;
	height: 20px;
	background-color: #000000;
	border: 1px solid #222222;
	font-family: 'Verdana', Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	}	
.textarea {
	width: 300px;
	height: 60px;
	background-color: #000000;
	border: 1px solid #222222;
	font-family: 'Verdana', Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	}	
td {
	padding: 3px;
	}	
	
#close2 {
margin-bottom: -15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}	
	
.black_overlay{ 
display: block;
position: absolute; 
top: 0%; 
left: 0%; 
width: 100%; 
height: 100%; 
background-color: black; 
z-index:1001; 
-moz-opacity: 0.8; 
opacity:.80; 
filter: alpha(opacity=80); 
} 

.white_content { 
display: block;
position: absolute; 
top: 10%; 
left: 25%; 
width: 700px; 
height: 70%;
overflow: scroll;
padding: 16px; 
border: 1px solid #666666; 
background-color: #000000; 
z-index:1002; 
overflow: auto;
}

#letter{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF; 
}	