@charset "UTF-8";



body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FF00FF;
	background-color: #445B7D;
}
#wrapper {
	background-color: #445B7D;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav {
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0066;
	background-color: #445B7D;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #FFFFFF;
	height: auto;
}
h1 {
	font-size: 24px;
	color: #C4D841;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C6DA42;
}
#body {
	background-color: #445B7D;
	float: left;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #C4D843;
}
#content {
	text-align: justify;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
