div.header {
	height: 60px;
	background-image:url(images/titlebg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #000000;
}

body {
	color: #ffffcc;
	background-color: #000000;
	margin: 0;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

#frame {
	background-color: #240000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #772600;
	border-right: 1px solid #772600;
	border-bottom: 1px solid #772600;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	color: #ffffaa;
	font-weight: bold;
	width: 100%;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #772600;
	border-bottom: 1px solid #772600;
}



#menu ul li{
display: inline;
}

#menu ul li a{
float: left;
color: #FFE0A7;
padding: 2px 7px;
text-decoration: none;
margin-left: 3px;
}

#menu ul li a:visited{
	color: #FFE0A7;
}

#menu ul li a:hover{
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active { color: #FFFFAA;}

div.main {
	color: #ffffcc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 17px;
}

.imgleft {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #333333;
}

.imgright {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #333333;
}

.img {
	margin: 5px 5px 5px 5px;
	border: 1px solid #333333;
}

table {
	font-size: 12px;
	font-family: arial;
	color: #ffffcc;
}

th {
	background-color:#eeeeee;
	text-align:left;
}

hr {
	color: #FFFFcc;
}

h1 {
	font-family: arial;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 0px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	margin-bottom: 0px;
}

div.article {
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	background-image:url(images/articlebg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div.footerbar {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	text-decoration: none;
	text-indent: 10px;
	padding: 2px;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	color: #ffffaa;
}

.footerbar a:link, .footerbar a:visited { color: #FFFFCC; text-decoration: none;}
.footerbar a:hover, .footerbar a:active { color: #FFFFCC; text-decoration: none;}
