@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#totalcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(ParchmentBG2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	height: 900px;
	font-size: 135%;
	color: #630;
	padding: 50px;
}
img {
	vertical-align: text-top;
	display: inline;
	float: left;
	padding: 5px;
}

#header{
	width: 600px;
	height: 184px;
	padding-right: 150px;
	padding-left: 150px;
	margin: 0px;
}#show {
	width: 600px;
	padding-right: 150px;
	float: left;
	padding-left: 150px;
	margin: 0px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
a {
	color: #630;
}
#leftcol {
	float: left;
	width: 225px;
	padding-left: 75px;
}
#rightcol {
	width: 440px;
	float: left;
	padding-left: 60px;
	padding-right: 40px;
}
#rightfull {
	float: right;
	width: 475px;
	padding-right: 25px;
	clear: both;
}
#footer {
	width: 400px;
	padding-right: 250px;
	padding-left: 250px;
	clear: both;
	text-align: center;
	text-decoration: none;
	display: block;
}
#main {
	clear: none;
	width: 850px;
	padding-right: 25px;
	padding-left: 25px;
}

#footer ul {
	font-size: 125%;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#footer ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #C00;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(../LayoutPhotos/NavStar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../LayoutPhotos/NavStar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

