@charset "utf-8";
body {
	background-color: #05023e;
	background-repeat: repeat;
	background-position: center;
	background-image: url(images/background.png);
}
#container {
	background-position: center;
	width: 800px;
	float: none;
	background-color: #000033;
	background-attachment: fixed;
	height: 1700px;
	border: 3px solid #800000;
}

#contanier p {
	margin-left: 4px;

}

#quicklinks {
	float: left;
	width: 390px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	left: 60px;
	top: 0px;
	right: 20px;
	margin-left:20px;
}
#banner {
	width: 800px;
}
#navbar {
	width: 800px;
}
#content {
	float: right;
	width: 370px;
	margin-right: 20px;
}
.style5 {
	color: #FFFFFF;
}
.style6 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-family: Papyrus;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h2 {
	font-family: Papyrus, georgia, "times New Roman", times, serif;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: underline;
}
h3 {
	font-family: Papyrus, georgia, "times New Roman", times, serif;
	color: #FFFFFF;
	text-indent: 15px;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	color: #800000;
}

