body {
	font-size: 14pt;
	font-family: 'Helvetica', sans-serif;
	font-weight: 100;
}

#header {
	background-color: #70bfe0;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}

h1 {
	color: #b44816;
	font-weight: 700;
}

a {
	text-decoration: none;
}

a:link {
	color:  #e93052;
}

a:visited{
	color:  #e93052;
}

p {
	font-size: 14pt;
	font-weight: 200;
}

.b{
	font-size: 16pt;
	font-weight: 300;
}

.box {
	width: 900px;
	margin: 25px auto;
}

.textbox {
	margin: 25px auto;
	padding: 0px 25px;
}

#navigation{
	background-color: #c6cdd9;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	height: 50px;
	position: absolute;
	top: 250px;
	left: 0px;
	text-align: center;
	font-weight: 500;
	font-size: 16pt;
}

#navigation a{
	position: relative;
	top: 12px;
	padding: 0px 35px;
}

.content_background {
	position: absolute;
	display: block;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	min-width: 100%;
	background-color: #fff0de;
	background-size: cover;
	opacity: 0.9;
}

#content {
	min-width: 980px;
	margin: 0px;
}

div.background {
	opacity: 0.9;
	background-size: cover;
	min-width: 100%;
}

.footer {
    padding: 5px 20px 5px 20px;
	font-size: 12pt;
    background-color: #f0f0f0;
}
