html, body, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	font-size: 14px;
	color: #2E368F;
}

#wrapper {
	width: 790px;
	border: 5px solid #2E368F;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper a {
	text-decoration: none;
}

#wrapper a:hover {
	text-decoration: none;
}

#wrapper a div {
	background-color: #2E368F;
	color: #CCCCCC;
}

#wrapper a:hover div {
	background-color: #CCC;
	color: #2E368F;
}	

#back {
	position: relative;
	color: #FFF;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

#to-top {
	position: relative;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}

#to-top a {
	text-decoration: none;
	color: #2E368F;
}

#to-top a:hover {
	text-decoration: none;
	color: #999;
}