body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc9966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width: 800px;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 0px;
	padding: 0px;
}
#header {
	vertical-align: bottom;
	height: 78px;
	width: 100%;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffcc99;
	letter-spacing: 0.3em;
	font-weight:normal;
	margin: 0px;
	padding-top: 45px;
}
#sidenav {
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#ffcc99;
	letter-spacing: 0.2em;
	font-weight:normal;
	}

#sidenav ul {
	padding-top: 175px;
	padding-bottom: 25px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidenav li {
	list-style: none;
	text-decoration: none;
	height: 28px;
	width: 200px;
	background-image: url(../images/navback.gif);
	padding: 0px;
	margin: 0px;
}

#sidenav li a {
	color: #ffcc99;
	text-decoration: none;
	text-align:left;
	padding-left: 0px;
}

#sidenav li a:hover {
	color: #D06540;
	text-decoration: none;
	padding-left: 0px;

	}

#content {
	float: right;
	width: 580px;
	margin-bottom: 25px;
}

.footer {
	font-size: 12px;
	color: #cc9966;
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #D06540;
}
.footer a:link {
	color: #cc9966;
	text-decoration: none;
}

.footer a:active {
	color: #cc9966;
	text-decoration: none;
}
.footer a:visited {
	color: #cc9966;
	text-decoration: none;
}
.footer a:hover {
	color: #cc9966;
	text-decoration: underline;
}
hr {
	clear: both;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D06540;
}

p { font-size: 13px; letter-spacing: 0.1em; font-style: normal; line-height: 19px; }

h1 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: normal;
	font-weight: bold;
	color: #F0CEA7;
	margin-top: 20px;
	text-transform: uppercase;
}

h2 { font-size: 14px; letter-spacing: 0.1em; line-height: normal; font-weight: bold ; color: #ffcc99;}

h3 {
	font-size: 13px; 
	letter-spacing: 0.1em;
	color: #F0CEA7;
	font-weight: bold;
}

h5 {  color: #CC0000; font-size: 13px; letter-spacing: 0.1em; font-style: normal; font-weight: normal}

li {  padding-bottom: 6px}


a:link {  color: #D06540; text-decoration: underline}

a:hover {  color: #FF9900; text-decoration: none}

a {  color: #D06540; text-decoration: underline}

.tableline {  border-color: black black #585858; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}

.quote {
	background-image: url(../images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 70px;
	padding-left: 75px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #F0CEA7; 
}
.imgborder {
	float: left;
	padding: 0px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.smital {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
