h1{
	font-family: 'Electrolize', sans-serif;
	color:#1E82F6;
	font-size: 30px;
        margin-left: 10%;
}

#header{
	width:100%;
	height:200px;
	margin-left: auto;
  	margin-right: auto;
  	background-image: url("../images/gradient.png");
  	background-repeat: repeat-x;
}

#header img{
	display: block;
	margin-left: auto;
  	margin-right: auto;
}

#mainContent{
	width:100%;
	height:400px;
	margin-left: auto;
  	margin-right: auto;
	background-image: url("../images/texturedBackground.gif");		
        
}

#mainContent p{
	font-family: 'Oxygen', sans-serif;	
	color: white;
        text-align:left;
        margin-left: 10%;
        text-shadow: 4px 4px 4px black;
}

#footer{
	width:100%;	
	height:90px;
	margin-left: auto;
  	margin-right: auto;
  	
}

#footer img{
	float:left;
}

#bod{
	margin-top:10%;
}

.borderTop{
	margin-left: auto;
  	margin-right: auto;
  	margin-top: auto;
  	margin-bottom: auto;
	background-color: #1e82f6;
	width:100%;
	height: 9px;
}

.borderBottom{
	margin-left: auto;
  	margin-right: auto;
  	margin-top: auto;
  	margin-bottom: auto;
	background-color: #1e82f6;
	width:100%;
	height: 9px;
}

#leftMode{
	float:left;
	font-family: 'Electrolize', sans-serif;
  	font-size: 10px;
}

#smalltext{	
	font-family: 'Electrolize', sans-serif;
        color: #B3B3B3;
  	font-size: 10px;
        text-align:center;
}

#form{
	text-align:center;
}

#email{
	font-size:30px; 
	height:55px; 
	width:400px; 
	background-color:#DBD9DE; 
	font-family: 'Electrolize', sans-serif;
	color:#999999;
	border: none;	
        box-shadow: 5px 5px 3px black;
}

#submitEmail{
	background-color:#f6921d;
	color:white; 
	height:49px; 
	width:49px;
	margin-left: -55px;
	margin-top: 2px;
	border: none;
	font-size: 30px;

}

#btnContact{
	background-color:#f6921d; 
	color:white; 
	height:49px; 
	width:49px;
	margin-left: -18%;
	margin-top: 2%;
	border: none;
	font-size: 30px;
}

#contact{
	font-size:26px; 
	height:55px; 
	width:250px; 
	background-color:#B3B3B3; 
	font-family: 'Electrolize', sans-serif;
	color:white;
	border: none;	
}

#btn{
	margin-left: auto;
  	margin-right: auto;
  	margin-top: auto;
  	margin-bottom: auto;
}

#leftMode{
        color: #1E82F6;
}

#rightBtn{
	float:right;
	font-family: 'Electrolize', sans-serif;
        font-size: 14px;
        color: #333333;
}
