@charset "UTF-8";
body {
	background-image: url(images/bg1.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	min-width:100px;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}


#bodydiv {
	margin: 0 auto;
	width: 1000px;
	height: 660px;
	text-align: left;
}
#navframe {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 430px;
	width: 260px;
	position: relative;
	left: 25px;
	top: 195px;
}
#bodyframe {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 430px;
	width: 640px;
	position: relative;
	left: 50px;
	top: 195px;
}
#bodyimage {
	position: absolute;
	left: 340px;
	top: 0px;
}
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #444333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #444333;
	text-decoration: underline;
	font-weight: bold;
}
