body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	background-image: url(images/bg_tile.gif);
	color: #5B3E1C;
	background-repeat: repeat;
	text-align: center;
	background-position: center center;
}
body, table, tr, td, form {
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	width: 770px;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 50px;
	height: auto;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	position: absolute;
	width: 770px;
	height: 201px;
	left: 0px;
	top: 0px;
	border-bottom: 1px dotted #5B3E1C;
}
#col1 {
	position: absolute;
	left: 0px;
	top: 204px;
	width: 183px;
	height: auto;
	border-top: 1px dotted #5B3E1C;
	border-right: 1px dotted #5B3E1C;
}
#col2 {
	position: absolute;
	left: 183px;
	top: 204px;
	width: 587px;
	height: auto;
	border-top: 1px dotted #5B3E1C;
	border-left: 1px dotted #5B3E1C;
}
#navbox {
	position: relative;
	width: 183px;
	height: auto;
	border-bottom: 1px dotted #5B3E1C;
}
#story {
	padding-right: 55px;
	padding-left: 55px;
}
/* text styles */
p, ul, li, .bod {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #5B3E1C;
	text-align: left;
	text-transform:none;
	font-variant:normal;
	list-style:disc;
}
ul ul li {
	list-style:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #5B3E1C;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant:small-caps;
	color: #5B3E1C;
	text-align: left;
}
.legal {
	font-size: 9px;
}
.quote {
	font-size: 11px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.quoten {
	font-size: 9px;
	line-height: 11px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	text-transform:uppercase;
}
a.bod:link {
	color:#860123;
	text-decoration: none;
}
a.bod:visited {
	color:#cc680e;
	text-decoration: none;
}
a.bod:hover {
	color:#860123;
	text-decoration: underline;
}
a.legal:link {
	color:#860123;
	text-decoration: none;
}
a.legal:visited {
	color:#cc680e;
	text-decoration: none;
}
a.legal:hover {
	color:#860123;
	text-decoration: underline;
}
/* start nav buttons */
#history span {
	display: none;
}
#history {
	height: 40px;
	width: 183px;
	background-image: url(images/but_history.gif);
	background-position: 0 -39px;
	display: block;
}
#history:hover, #pageHistory a#history {
	height: 40px;
	width: 183px;
	background-image: url(images/but_history.gif);
	background-position: 0 0;
	display: block;
}
#project span {
	display: none;
}
#project {
	height: 40px;
	width: 183px;
	background-image: url(images/but_project.gif);
	background-position: 0 -39px;
	display: block;
}
#project:hover, #pageProject a#project {
	height: 40px;
	width: 183px;
	background-image: url(images/but_project.gif);
	background-position: 0 0;
	display: block;
}
#intown span {
	display: none;
}
#intown {
	height: 40px;
	width: 183px;
	background-image: url(images/but_intown.gif);
	background-position: 0 -39px;
	display: block;
}
#intown:hover, #pageIntown a#intown {
	height: 40px;
	width: 183px;
	background-image: url(images/but_intown.gif);
	background-position: 0 0;
	display: block;
}
#news span {
	display: none;
}
#news {
	height: 40px;
	width: 183px;
	background-image: url(images/but_news.gif);
	background-position: 0 -39px;
	display: block;
}
#news:hover, #pageNews a#news {
	height: 40px;
	width: 183px;
	background-image: url(images/but_news.gif);
	background-position: 0 0;
	display: block;
}
#green span {
	display: none;
}
#green {
	height: 40px;
	width: 183px;
	background-image: url(images/but_green.gif);
	background-position: 0 -39px;
	display: block;
}
#green:hover, #pageGreen a#green {
	height: 40px;
	width: 183px;
	background-image: url(images/but_green.gif);
	background-position: 0 0;
	display: block;
}
#finance span {
	display: none;
}
#finance {
	height: 40px;
	width: 183px;
	background-image: url(images/but_finance.gif);
	background-position: 0 -39px;
	display: block;
}
#finance:hover, #pageFinance a#finance {
	height: 40px;
	width: 183px;
	background-image: url(images/but_finance.gif);
	background-position: 0 0;
	display: block;
}
