@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(images/grey_texture.jpg);
	color: #CCCCCC;
	background-attachment: fixed;
	text-align: center;
}
.maintable {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.cellright {
	width: 30px;
}
.celltop {
	background-color: #000000;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	width: 590px;
}
.cellleft {
	width: 130px;
}

.cellheader {
	background-color: #333333;
	height: 120px;
	border: 1px solid #FF9900;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cellmenu {
	vertical-align: top;
}

a {
	color: #FF9900;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

a.menu {
	color: #FF9900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	background-color: #333333;
	display: block;
	width: 130px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	margin-top: 7px;
	line-height: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
a.menu:link {
	color: #FF9900;
	text-decoration: none;
}
a.menu:visited {
	color: #FF9900;
	text-decoration: none;
}
a.menu:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: #000000;
}
a.menu:active {
	color: #FF9900;
	text-decoration: none;
}
.cellmain {
	width: 590px;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: justify;
}

.cellfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-top: 15px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding-top: 10px;
}
p {
	line-height: 150%;
}
li {
	line-height: 150%;
}

hr {
	height: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF9900;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
	line-height: 0px;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	font-size: 24px;
	padding-top: 30px;
}
.quoter {
	font-size: 10px;
	text-align: right;
}
.indent {
	padding-left: 30px;
}
.centrelist {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
}

.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
.advert {
	margin-top: 150px;
}
