body{
	font-family: Optima, Albertus, Verdana, Arial, sans-serif; 
	color:#FFF;
	line-height:1.166;	
	margin:0;
	padding:0;
	font-size:75%;
	background: url(../images/footer.gif) 50% 0  repeat-x;
	background-color:#000;
}


a:link, a:visited, a:active {
	text-decoration: none; 
	color:#FF0066;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	}
	
img{
	border:none;
	}
	
h1{
	color:#FF0066;
	font-size:1.3em;
	font-weight:bold;
	}
	
	
h2{
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
	}
	
h3{
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	}
	
h4{
	color:#FFF;
	font-size:1em;
	margin:0;
	padding:0;
	}
	
h5{
	color:#FFF;
	font-size:1.8em;
	margin:0;
	padding:0;
	font-weight:normal;
	}
	
	
.formtxt{
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	}
	


#wrapper {
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
 }
 

 
 
#nav { 
width:950px;
display:inline;
float:left;
height:40px;
line-height:40px;
text-align:center;
border-bottom:1px solid #534b49;
font-size:1.4em;
color: #534b49;
 }
 
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none; 
	color:#FFF;
	font-weight:bold;
}

#nav a:hover {
	text-decoration: underline;
	}
	
 
 
 
 
  #logo {
	display:inline;
	width:200px;
	height:170px;
	float:left;  
   }


 
   #header {
	display:inline;
	width:950px;
	height:178px;
	float:left;
	background: url(../images/header.gif) 0 0  no-repeat;
	border-bottom:2px solid #FF0066;
 }
 
   
     #cont1 {
	display:inline;
	width:950px;
	height:330px;
	float:left;
	padding:0px;


   }
   
   
#cont2 {
	display:inline;
	width:950px;
	height:200px;
	float:left;
	padding:0;
	border-bottom:4px solid #939393;
	border-top:4px solid #939393;
	
 }
 
 
  #cont3 {
	display:inline;
	width:950px;
	height:500px;
	float:left;
	padding:0px;


   }
   
   
    #contContact {
	display:inline;
	width:930px;
	height:auto;
	float:left;
	padding:0px 10px;
	background: url(../images/contactbk.gif) 0 0  no-repeat;
 }
 
 
    #contdownload {
	display:inline;
	width:930px;
	height:330px;
	float:left;
	padding:0px 10px;
	background: url(../images/download.gif) 0 0  no-repeat;
	
	
	

 }
   
   
   #contact {
	display:inline;
	width:250px;
	height:200px;
	float:left;
	padding:0px;
 }
 
 
 #introTXT {
	display:inline;
	width:300px;
	height:200px;
	float:left;
	padding:0px 0px;
 }
 
 
  #signup {
	display:inline;
	width:330px;
	height:100px;
	float:left;
	padding:100px 0px 0px 70px;
	background: url(../images/signup.gif) 0 0  no-repeat;
 }
   
       
.formbk {
	width:230px;
	height:auto;
	padding-top: 0px;
	float: left;
	text-align:center;
   }
   
   

 #footer {
	height:40px;
	line-height:20px;
	display:inline;
	text-align:center;
	font-size:1em;
	color:#FFF;
	width:950px;
	float:left;
 }
  
  
 
  
  input {
 background-color: #000;
 color:#FFF;
  margin:5px;
  font-size:1em;
  padding:5px;
}

textarea {
 background-color: #000;
   margin:5px;
    color:#FFF;
	  font-size:1em;
}

  
.FLTleft { 
  float:left;
  display:inline;
	overflow:hidden;
  
   }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

