@charset "UTF-8";

body {
	font-family: "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

#wrapper {
	width: 750px;
	height: 660 px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
}


#header {
	width: 750 px;
	height:150 px;
	padding-bottom: 50px;
}

#content {
	width: 750px;
	height: 450px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



	
	
	
a:link {
	font-family: "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;

}
	
a:hover {
	font-family: "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#078FE6;
	text-decoration:underline}
	
a:visited {
	font-family: "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:line-through;
	color:#000;
	
}

