body {
	background-image:url(/images/bg.gif);
	background-color: #F0EDDE;
	margin:0px;
	font-size:10px;
}
p {
	font-family: Verdana;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;
	margin:0 0 10px 0;
}
h1 {
	font-family: Georgia;
	background-color: transparent;
	color: #7A0507;
	font-style:italic;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height:normal;
	font-size: 1.5em;
	margin:0 0 15px 0;
}
h2 {
	font-family: Georgia;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0 0 2px 0;
}
.credits {
	font-family: Verdana;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: .9em;
	margin:0 0 10px 0;
}	
/* Links */
a:link {
	color:#7A0507;
	text-decoration:underline;
}

a:visited { 
	color:#9ABD7B;
	text-decoration:underline;
}
a:hover {
	color:#383838;
	text-decoration:underline;
}
img.general {
	border:1px solid #D7D7D7;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#FFFFFF;
}
img.starrow {
	margin:0 0 10px 0;
}
#container {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left:2px solid #E1D8C6;
	border-right:2px solid #E1D8C6;
	background-color:#FFFFFF;
}
#header {
	padding: 0;
	margin:0;
	background-color: transparent;
	height: 300px;
}
#content {
	width:600px;
	margin:0;
	padding:0;
	background-color: transparent;
}
.scrollbox {
	padding: 0 10px 0 0;
	margin: 15px 0 0 0;
	height: 270px;
	background-color: transparent;
	overflow:auto;
}
#section01 {
	padding:0 0 20px 0;
	margin:10px 0 20px 0;
	border-bottom:1px dotted #E1D8C6;
}
#section02 {
	padding:0 0 20px 0;
	margin:10px 0 20px 0;
	border-bottom:1px dotted #E1D8C6;
}
#section03 {
	padding:0 0 20px 0;
	margin:10px 0 20px 0;
	border-bottom:1px dotted #E1D8C6;
}
#section04 {
	padding:0;
	margin:10px 20px 0 20px;
	background-color:transparent;
}
.maincontent {
	padding: 0 0 0 20px;
	margin:0;
	width: 380px;
	height: 300px;
	background-color: transparent;
}
.rightcontent {
	float: right;
	width: 140px;
	height: 300px;
	margin: 0;
	padding: 0 20px 0 20px;
	border-left:1px dotted #E1D8C6;
	background-color: transparent;
}
#section4middle {
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-align:center;
}
#section4middle p{
	text-align:center;
}
#section4left {
	float: left;
	width: 180px;
	height:100px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: transparent;
}
#section4right {
	float: right;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: transparent;
}
#section4right p{
	text-align:right;
}
#footer {
	clear: both;
	height: 100px;
	padding: 0;
	margin: 0;
	background-color: rgb(213, 219, 225);
}
/* Unused */
ul {
	margin:0;
	padding:0;
}
#list li{
	list-style:none;
	font-family: Georgia;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
	vertical-align:top;
	padding:0;
}

/* News Section */
div.news {
}
div.newsentry {
	border: solid 0px #ccc;
}
div.newsdate {
	background-color: transparent;
	border-bottom: dotted 1px #E1D8C6;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-family: Georgia;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0 0 2px 0;
}
div.newstext {
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
	font-family: Verdana;
	background-color: transparent;
	color: #383838;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;
	border-bottom: dotted 1px #E1D8C6;
}
div.newserror {
	color: #f00;
}
