body {
	background: #000;
	color: #fff;
	font: normal 100% Arial, Helvetica, sans-serif;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}


#container {
width:1000px;
margin:10px auto;
background: #000;
font-size:100%;
position:relative;

  
}

#header {
	height:265px;
	background:url(../images/banner2.gif) no-repeat;
	background-position:center;
  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
  margin-bottom:-25px;
  
  
  }
  
#background {
background:url(../images/collage2.gif);
background-repeat:no-repeat;
background-position:center;
clear:both;
height:700px;  

}
  
  
  
#navigation {
background:#000000;
clear:both;

} 

#navigation a{
text-decoration:none;
color:#000000;
}
#navigation a:hover{
text-decoration:none;
color:#000000;
}
#navigation a:visited {
text-decoration:none;
color:#000000;
}  
#navigation a:active{
text-decoration: none;
color:#000000;
}  
  
#navigation li {
	list-style: none;
	display: inline;
	padding:13px;
	
}  
  

#textarea {
align:center;
width:580px;
text-align:justify;
font-size:14px;
font-weight:normal;
padding-top:20px;
height:480px;
margin-left: auto; 
margin-right: auto;
overflow:auto;

}  
#textarea a{
text-decoration:none;
background-color:#000000;

}

#textarea a:hover
{
	text-decoration:none;
 
}

#textarea a:visited {
text-decoration:none;
color:#000000;
}  
#textarea a:active{
text-decoration: none;
color:#000000;
}

#textarea p{
margin-right:10px;
background:#000000;
}

#textarea h3{
font-size:18px;
font-weight:normal;

}
  
#footer {  

clear:both;
background-color:#000;
color:#ffffd3;
font-size:16px;
font-weight:bold;
}


#footer p{
margin-left:300px;
color:#ffffd3;
}


#footer a{
text-decoration:none;
color:#ffffd3;
}

#footer a:hover {
color:#000000;
background-color:#ffffd3;
}

form {
	margin-left: 100px; 
}

input.fields {display: block;
        width: 140px;
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-left: auto; 
margin-right: auto;}

label {
	color: #fff;
	font-style: bold;
	
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	margin-left: auto; 
	margin-right: auto;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 250px;
	margin-top: 15px;
	margin-left: 100px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 250px;
        
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 250px;
          
margin-right: auto;
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
		  margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	margin-left: 100px; 
}
  