@charset "UTF-8";
/* CSS Document */

/* ----------| =Initial Page Structure |---------- */ 





#wrap {

background: #fff;
text-align: center;
}

/* ----------| =Basic Page Elements |---------- */ 


h2 {
font-size: 16px;
color: #fff;
margin-top: 2px;
padding-bottom: 10px;
}

a {
font-size: 13px;
color: #666;
text-decoration: underline;
font-weight: bold;
}




/* ----------| =Header |---------- */ 

#header {
margin-top: 200px;
}


/* ----------| =Form |---------- */ 

#form {
margin-top: 20px;
margin-left: 0px;
padding-top: 0px;
min-height: 20px;
max-height: 20px;
background-color: #fff;
}


/* ----------| =Footer |---------- */ 

#footer {
	margin-top: 225px;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
#footer p{ 
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}



#footer a {
text-decoration: none;
}
