@charset "UTF-8";
#wrapper {
	height: 700px;
	width: 860px;
	left: 0px;
	top: 0px;
}

body {
	background-color: #000000;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7e78b1;
	height: 30px;
	width: 450px;
	position: relative;
	left: 320px;
	top: 20px;
	text-align: center;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 491px;
	position: relative;
	left: 300px;
	top: 10px;
	text-align: center;
	padding-top: 25px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	width: 435px;
	border: thin solid #7e78b1;
	left: 318px;
	top: 0px;
	position: relative;
	line-height: 1.5em;
	padding: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #7e78b1;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7e78b1;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
