@charset "utf-8";
/* CSS Document */
body {
	background: url('images/background.jpg') fixed no-repeat;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style: bold;
	text-align: center;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:link {
	color: #95282F;
	text-decoration: none;
}
a:visited {
	color: #95282F;
}
a:hover {
	text-decoration: underline;
	color: #FF34CB;
}
a:active {
	color: #FF34CB;
}
a {
	font-weight: bold;
}
/*LAYOUT*/

#wrapper {
	width: 963px;
	height: 100%;
	margin: auto;
}
#header {
	background: url('images/header.png');
	width: 960px;
	height: 300px;
}
#nav {
	width: 750px;
	height: 50px;
	float: right;
	margin-top: 185px;
}
#content-background {
	background: #FFFFFF;
	width: 960px;
	height: 100%;
	min-height: 700px;
	margin-top: -50px;
}
#content {
	width: 870px;
	height: 100%;
	margin: auto;
	text-align:center;
}
p.blurb {
	color: #424242;
	font-family: "Adobe Caslon Pro", "Hoefler Text", "Georgia", "serif";
	letter-spacing: 0.1em;
	text-align: center;
	margin: 40px auto;
	line-height: 145%;
	font-size: 18px;
}
p.blurb:first-letter {
	text-transform: uppercase;
}
#footer {
	background: url('images/footer.png');
	width: 960px;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: -45px;
	clear: both;
}
p.heading_text {
	color: #95282F;
	font-family: "Adobe Caslon Pro", "Hoefler Text", "Georgia", "serif";
	letter-spacing: 0.1em;
	text-align: center;
	margin: 40px auto;
	line-height: 145%;
	font-size: 18px;
	font-weight:bold;
}
#feedback-tab-link {
	background-color: #FF34CB !important;
}
.tab {
	position:fixed;
	top:0px;
	left:0px;
	width:125px;
	height:50px;
	background-color:transparent;
	z-index:9;
}
#wrapper #content-background #content p {
	text-align: center;
}

