body {
	background-color: #000;
	font-size: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#9a9393;
	padding:0;
	margin:0;
}
p {
	color: #9a9393;
	font-size: 76%;
	font-weight: lighter;
	line-height: 18px;
}
h1 {
	color: #c8c9b7;
	font-size: 80%;
	padding-bottom: 6px;
}
td {
	font-size: 80%;
}
a:link {
	color: #e6ceb6;
	text-decoration: none;
	outline-style: none;
}
a:visited {
	color: #e6ceb6;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	color: #c6252c;
	text-decoration: none;
	outline-style: none;
}
a:active {
	color: #e6ceb6;
	text-decoration: none;
	outline-style: none;
}
a img {
	border:none;
}
@font-face {
font-family: regular;
src: url(../fonts/MasonSerReg.eot);
}
@font-face {
font-family: regular;
src: url(../fonts/MasonSerReg.ttf);
}
@font-face {
font-family: super;
font-size: 24pt;
src: url(../fonts/MasonSerSup.eot);
}
@font-face {
font-family: super;
font-size: 24pt;
src: url(../fonts/MasonSerSup.ttf);
}
.title {
	color: #e5cdb4;
	font-size: 20pt;
	font-family: super;
	font-weight: lighter;
	letter-spacing: 4pt;
	vertical-align: bottom;
	padding-bottom: -6px;
	display: inline;
}
.bigtitle {
	color: #c6252c;
	font-size: 24pt;
	font-family: super;
	font-weight: lighter;
	text-align: left;
	letter-spacing: 5pt;
	vertical-align: bottom;
	display: inline;
}
.gigtitle {
	color: #c6252c;
	font-size: 100%;
	font-family: serif;
	font-variant: small-caps;
	padding-bottom: 6px;
}
#wrapper {
	background-color: #000;
	width: 800px;
	height: 650px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #000;
	background-image: url(../images/header31.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 140px;
	min-height: 140px;
	padding: 3px 4px 3px 8px;
	border-bottom: 2px solid #c6252c;
}
ul, li {
	display:inline;
	list-style:none;
	margin-bottom: 12px; /*removes indent IE and Opera*/
	padding: 6px; /*removes indent Mozilla and NN7*/
}
li img {
	padding:8px;
}
#content {
	padding: 12px 5px 6px 4px;
	margin-left: 220px;
	margin-right: 0;
}
#content2 {
	width: 220px;
	margin-right: 0;
	float:right;
	padding: 12px 5px 0 4px;
}
div#content {
	min-height:300px;
}
form {
	width:250px;
	padding: 5px;
	border: solid 1px #fff;
}
#left {
	float: left;
	width: 210px;
	margin: 0;
	padding: 12px 0 0 6px;
}
#footer {
	clear: both;
	margin: 0;
	padding: 6px 0 0;
	text-align: right;
	border-top: 1px solid #c6252c;
}
