body 
{
	color: #000000;
	background-color: #660000;
	font-size: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 1.3em;
	text-align: center;
/*	margin: 0;*/
	margin-left: 24;
	margin-right: 24;
	margin-top: 24;
	margin-bottom: 0;
	padding: 0;
	min-width: 600px;
}


/* Default link colors for document */
a
{
	color: #000000;
	text-decoration: underline;
}
a:link 
{
	color: #000000;
	text-decoration: underline;
}
a:vlink 
{
	color: #dddddd;
	text-decoration: underline;
}
a:hover 
{
	color: #660000;
	text-decoration: underline;
}


img
{
	padding: 3px;
	border: 1px;
}


/* Inherit font, size, text-align from "body". All content goes in this container. */
#container
{
	color: #000000;
	background-color: #FFFFEE;
	width: 100%;
	padding: 0px;
}


#navheader
{	/* Make this a containing block */
	position: relative;
	text-align: center;
	height: 370px;
	padding: 1px;
/*border: 1px dotted red;*/
}


#bldgbox
{ /* Only works when you know how wide the content is. */
	position: absolute;
	top: 0;
	left: 50%;
	height: 368px;
	width: 800px;
	margin-left: -400px;
/*	text-align: center;*/
/*border: 1px dotted green;*/
}


/* Position the text for each building */
#bldgtxt
{
	width: 100%;
	text-align: center;
	visibility: visible;
	position: absolute;
	top: 320px;
	left: 0px;
}

#bldgtxt a
{
	text-decoration: none;
}

#bldg1
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 367px;
	width: 113px;
}

#bldg2
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 113px;
	top: 0px;
	height: 367px;
	width: 87px;
}

#bldg3
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 200px;
	top: 0px;
	height: 367px;
	width: 92px;
}

#bldg4
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 292px;
	top: 0px;
	height: 367px;
	width: 118px;
}

#bldg5
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 410px;
	top: 0px;
	height: 367px;
	width: 106px;
}

#bldg6
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 516px;
	top: 0px;
	height: 367px;
	width: 77px;
}

#bldg7
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 593px;
	top: 0px;
	height: 367px;
	width: 88px;
}

#bldg8
{
	padding: 0px;
	visibility: visible;
	position: absolute;
	left: 681px;
	top: 0px;
	height: 367px;
	width: 112px;
}

#captimg
{
	padding: 2px;
	visibility: visible;
	text-align: center;
	float: none;
}


#toptitle 
{
/*	color: white;*/
	font-size: 28px;
	line-height: 1.3em;
/*	background-color: #660000;*/
	text-align: center;
	height: 1.3em;
	width: 100%;
}


.content
{
	font-size: 16px;
	line-height: 1.4em;
	text-align: justify;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
}


#footer 
{
	color: white;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #660000;
	text-align: center;
	letter-spacing: 3px;
	height: 1.3em;
	width: 100%;
	clear: both;
}


#footer a
{
	color: #ffffff;
	text-decoration: none;
}


#footer a:link 
{
	color: #ffffff;
	text-decoration: none
}


#footer a:hover 
{
	color: #dddddd;
	text-decoration: underline
}
