@charset "utf-8";
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	width: 1000px;
	float: left;
}
#trimage {
	float: left;
	width: 1000px;
}
#navbar {
	background-image: url(../Slices/navimg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 1000px;
}
#navtxt {
	float: left;
	width: 400px;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

#navbuttons {
	float: right;
	width: 275px;
	padding-top: 30px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: right;
	padding-right: 20px;
}
#contentheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	width: 1000px;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#maincontent {
	float: left;
	width: 1000px;
	background-image: url(../Slices/logo_fade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	background-color: #FFFFFF;
}
#aboutxt {
	width: 800px;
	float: right;
	font-size: 17px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	padding-right: 100px;
}
#spacer {
	float: left;
	width: 1000px;
}
#contentleft {
	float: left;
	width: 200px;
	padding-right: 20px;
}
#contentright {
	float: left;
	width: 650px;
	padding-left: 25px;
	padding-top: 10px;
}
#footer {
	background-image: url(../Slices/footer.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 1000px;
	float: left;
}
#footertxt {
	height: 25px;
	width: 225px;
	padding-top: 30px;
	padding-left: 375px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	float: left;
	clear: both;
}
a:visited {
	text-decoration: none;
	color: #000000;
}

#footertxt2 {
	float: right;
	height: 75px;
	width: 175px;
	color: #FFFFFF;
	padding-top: 10px;
}
#spacer2 {
	height: 10px;
	width: 1000px;
	float: left;
}

#credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

body {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

