@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Optima;
	font-size: 12px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo {
	background-color: #1E8F9F;
	height: 100px;
	background-position: left center;
}
#nav {
	height: 20px;
	background-color: #CC0000;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumm {
	float: left;
	width: 265px;
	margin-bottom: 12px;
	font-size: 12px;
	background-color: #ACCCC6;
}
#rightColumm {
	float: right;
	width: 465px;
	margin-bottom: 12px;
	font-size: 12px;
	text-align: justify;
}
#footer {
	margin-top: 12px;
	margin-bottom: 0px;
	background-color: #1E8F9F;
	height: 50px;
	clear: both;
	background-image: url(img/footer.png);
}
#footerleftColumm {
	float: left;
	width: 365px;
}
#footerrightColumm {
	float: right;
	width: 200px;
	text-align: justify;
	font-size: 9px;
	color: #FFFFFF;
}
.h1 {
	border-bottom-color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	text-align: left;
	text-transform: uppercase;
}
