body {
	margin: 0px;
	background-color: #BFBFC2;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	border-left: solid 2px #032c88;
	border-right: solid 2px #032c88;
	border-bottom: solid 2px #032c88;
	background-color: #fff;
}

#header {
	height: 174px;
	background-image: url(../images/bg-header.jpg);
	position: relative;
}

h1 {
	margin: 0px;
	color: #fff;
	font-family: georgia;
	font-size: 20px;
	line-height: 28px;
	text-align: right;
	font-style: italic;
	position: absolute;
	top: 80px;
	right: 30px;
}

#content {
	padding: 80px 0px 50px 0px;
	text-align: center;
	font-family: arial;
}

h2 {
	margin: 40px 0px 55px 0px;
	color: #032c88;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}

p {
	margin: 0px 0px 15px 0px;
	font-size: 15px;
	font-weight: bold;
}

p a {
	color: #032c88;
}

p a:hover {
	text-decoration: none;
}

#footer {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	padding: 0px 0px 15px 15px;
}