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

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



body {
	width: 1265px; 
	height: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
}

#wrap {
margin: 0 auto;
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: 0px;
margin-left: 0px;
padding-top: 0px;
min-height: 20px;
max-height: 20px;
background-color: #fff;
}


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

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



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