* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	background: #255C72;
}
a {
	color:  #FFFFFF;
}
a:hover {
	color:  #FFFFFF;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
p {
	margin-bottom: 14px;
}
#center {
	width: 780px;
	height: 430px;
	position: absolute;
	top: 45%;
	margin-top: -215px;
	left: 50%;
	margin-left: -390px;
}
#wrapper {
	width: 780px;
	margin: 0px auto;
	font-size: 0.7em;
	background: #28647C;
	border: 1px solid #184E65;
	border-top: 0px;
	background: url(../img/layout/bg_wrapper_centered.jpg) no-repeat;
	color: #FFFFFF;
	position: relative;
}
#head {
	width: 780px;
	font-size: 0.7em;
	margin: 0px auto;
	border: 1px solid #184E65;
	border-bottom: none;
	padding: 21px 0px 13px 0px;
	margin-top: 10px;
	background: #28657C url(../img/layout/bg_head_centered.gif) no-repeat left bottom;
}
h1 {
	width: 330px;
	height: 380px;
	position: relative;
	overflow: hidden;
	float: left;
}
h1 span {
	position: absolute;
	left: 2000px;
}
.clear {
	clear: both;
}
#mainNav {
	background: #184E65;
	text-align: center;
	width: 100%;
	padding: 2px 0px;
}
#mainNav li {
	display: inline;
}
#mainNav li.first a {
	border: none;
}
#mainNav li a {
	color: #AAAAAA;
	padding: 0px 15px;
	border-left: 1px solid #AAAAAA;
	text-decoration: none;
}
#mainNav li.current a, #mainNav li a:hover {
	color: #FFFFFF;
}
#rightColumn {
	float: left;
	padding: 90px 20px 20px 20px;
	width: 380px;
	line-height: 1.5em;
}
#member {
	position: absolute;
	bottom: 0px;
	width: 710px;
	left: 0px;
	height: 66px;
	text-align: right;
	padding: 10px 70px 0px 0px;
	border-top: 1px solid #185069;
	background: #28647C;
}
#member img {
	margin-left: 30px;
}
#footer {
	text-align: center;
	width: 780px;
	border: 1px solid #184E65;
	border-top: none;
	padding: 4px 0px;
	color: #FFFFFF;
	background: #28647C;
	font-size: 0.7em;
}