body {
	background-color: #000;
	color: #FFF;
	font-family: Verdana, sans-serif;
}
#wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/logo68.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 732px;
	height: 68px;
	min-height: 68px;
	padding: 4px 4px 4px 4px;
}
#menu {
	background-color: #FC0;
	color: #000;
	width: 732px;
	min-height: 16px;
	padding: 4px 4px 4px 4px;
	font-size: small;
	font-weight: bold;
	text-align: right;
}
#menu a:link {
	color: #000;
	text-decoration: none;
}
#menu a:visited {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu a:active {
	color: #000;
	text-decoration: none;
}
#content {
	background-color: #FFF;
	color: #000;
	width: 724px;
	overflow: visible;
	padding: 8px 8px 8px 8px;
	font-family: Georgia, serif;
	font-size: small;
}
#content a:link {
	color: #000;
	text-decoration: underline;
}
#content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	background: #FC0;
	text-decoration: underline;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	text-indent: 64px;
}
.firstpara {
	text-indent: 0px;
}
.firstpara:first-letter {
	font-size: 400%;
	font-weight: bold;
	float: left;
	margin: 0px 2px 0px 0px;
	line-height: 70%;
}
.noindent {
	text-indent: 0px;
}
#footer {
}
img.left {
	float: left;
	margin: 8px;
}
img.right {
	float: right;
	margin: 8px;
}
h1{
	font-size: large;
	font-weight: bold;
	color: #000;
	background: #fc0;
}
h2{
	font-size: medium;
	font-weight: bold;
	color: #000;
	background: #fc0;
}
h3{
	font-size: small;
	font-weight: bold;
}
div.building{
	width: 260px;
	height: 512px;
	padding: 16px 16px 16px 16px;
	background: #000;
	margin: 16px auto 16px auto;
}
div.window{
	width: 32px;
	height: 32px;
	margin: 16px 16px 16px 16px;
	background: #FFF;
	float: left;
}
.window img{
	border-style: solid;
	border-width: 2px;
	border-color: #0F0;
}
.window a:link img{
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	text-decoration: none;
}
.window a:visited img{
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	text-decoration: none;
}
.window a:hover img{
	border-style: solid;
	border-width: 2px;
	border-color: #FC0;
	text-decoration: none;
}
.window a:active img{
	border-style: solid;
	border-width: 2px;
	border-color: #FC0;
	text-decoration: none;
}
.windowspacer {
	width: 0px;
	height: 0px;
	clear: left;
}
img.centre {
	display: block;
	margin: 0px auto 0px auto;
}
div.example {
	float:left;
	margin: 0px auto 8px 0px;
}
hr {
	width: 100%;
	border-style: solid;
	boder-width: 2px;
	border-color: #000;
	margin: 8px auto 16px auto;
	clear:both;
}
div.description {
	margin: 0px 0px 8px auto;
	text-align:left;
	width: 120px;
	font-size: smaller;
}