body 
{
	background-image: url('../graphics/bg-stripe.png');
	background-repeat: repeat;
}

#page
{
	width:			930px;
	height: 	680px;
	background:		white;
	margin: 		20px auto;
	padding: 		2px;

}

#content
{
	margin: 		2px;
	border: 		1px solid #7f7f7f;
	width: 			924px;
	height: 	648px;
	margin-bottom:	0px;
	padding-bottom: 0px;
	border-bottom:	none;
}

#header
{
	height: 		89px;
	border-bottom: 	1px solid #7f7f7f;
	margin:			0px;
	margin-bottom:	5px;
}

#collage
{
	background-image: url('../graphics/collage.jpg');
	height:			209px;
	border-bottom: 	1px solid #7f7f7f;
	
}

#maps
{
	background-image: url('../graphics/maps.jpg');
	height:			209px;
	border-bottom: 	1px solid #7f7f7f;
	
}

#streetmap
{
	background-image: url('../graphics/streetmap.png');
	height:			209px;
	border-bottom: 	1px solid #7f7f7f;
}



#logo
{
	float: 			left;
	margin:			0;
	padding:		0;
}

#navcontainer
{
	padding-right:	5px;
	line-height:	0px;
	float: 			right;
}

#navlist li
{
	display: 		inline;
	list-style-type: none;
	padding-right: 	5px;
}

#active
{
	text-decoration: underline;
}

#navlist li a,
#navlist li a:visited
{
	font-family: 	"Times New Roman", Times, serif;
	font-size: 		18px;
	text-decoration: none;
	color: 			black;
	font-style: 	italic;
}

#navlist li a:active,
#navlist li a:hover
{
	text-decoration: underline;
	
}

#footer
{
	background: 	#666;
	height: 		24px;
	display: 		block;
	margin: 		0px 2px;
	border: 		1px solid #7f7f7f;
	border-top:		none;
}

#footernav
{
	float: 		left;
	padding:	0px;
	margin:		0px 4px;
}

#footernav li
{
	display: 		inline;
	list-style-type: none;
	color: 			white;
	padding-right: 	5px;
}

#footernav li a,
#footernav li a:visited
{
	font-family: 	"Times New Roman", Times, serif;
	font-size: 		18px;
	text-decoration: none;
	font-style: 	italic;
	color: 			white;
}

#footernav li a:hover
{
	text-decoration: underline;
	
}

#copyright
{

	font-family: 	"Arial", sans-serif;
	font-size: 		10px;
	color:			white;
	line-height:	25px;
	padding-left:	300px;
	
}


h1
{
	font-family: 	"Times New Roman", Times, serif;
	font-size: 		30px;
	font-weight: 	normal;
	text-decoration: none;
	color: 			black;
	font-style: 	italic;
	padding-left: 	15px;
	
}



#welcome p
{
	padding-left: 	375px;
	padding-right: 	30px;
	font-size: 		15px;
	line-height: 	20px;
}



a img
{
	border: none;
}
