@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	}

#wrapper {
	background-color: #9B0000;
	width: 800px;
	border: thick solid #650000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../_images/prime_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 1350px;
}
#logo   {
	float: left;
	height: 180px;
	width: 200px;
	text-align: center;
	margin: 10px;
}
#bodyleft   {
	float: left;
	width: 200px;
	clear: left;
	margin-left: 10px;
	height: 180px;
	text-align: center;
}
#bodyright   {
	width: 540px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	clip: rect(auto,auto,auto,auto);
	margin-top: 170px;
	border-top-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#footer  {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	text-align: right;
	font-size: 72%;
	font-variant: small-caps;
	clear: both;
	line-height: 50%;
}
#nav {
	float: left;
	width: 200px;
	background-color: 9b0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 150px;
	font-size: 90%;
	top: 150px;
	clear: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
	font-weight: bold;
	color: #000;
	font-variant: small-caps;
	padding-left: 20px;
	line-height: 48px;
}
h1 .caps{
	font-size: 66px;
	color: #FFF;
}
#twitter {
	clear: left;
	float: left;
	height: 200px;
	width: 200px;
	margin: 10px;
}
.setsTable {
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	text-align: center;
}
.setsTable h3 {
	color: #000;
}
.leftimage {
	text-align: center;
	height: 200px;
	width: 200px;
}
