/*
	Default Mediachrome stylesheet
	
	palette		#xxxxxx
	
*/


body { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, san-serif;
	background: #eef1e0 url('graphics/body-bg.jpg') no-repeat center top;
	color: black;
	text-align: center;
	}

#page	{
	width: 760px;
	margin: 26px auto 5px;
	padding: 0;
	background: #eef1e0 url('graphics/page-bg.jpg') repeat-y left top;
	text-align: left;
	position: relative;
	}

.accessfeature	{
	position: absolute;
	top: -999em;
	left: -999em;
	}

hr	{
	visibility: hidden;
	}


/*	header
----------------------------------------------------------- */	
	
#header	{
	background: #eef1e0 url('graphics/header-bg.jpg') no-repeat left top;
	height: 150px;

	}
	
#header h1	{
	
	}

#header a img	{
	display: block;
	border: 0;
	}
	
/*	Main menu
----------------------------------------------------------- */	

#menu	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 43px;
	width: 760px;
	background: transparent url('graphics/menu-bg.jpg') no-repeat left top;
	position: absolute;
	top: 150px;
	left: 0;
	}
	
#menu ul	{
	list-style-type: none;
	margin: 0 25px;
	padding: 0;
	border: 0;
	text-align: center;
	}

#menu ul li	{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	}
	
#menu ul li a	{
	float: left;
	display: block;
	line-height: 43px;
	color: #eef1e0;
	text-decoration: none;
	padding: 0 25px;
	font-size: 1.3em;
	text-align: center;
	}

#menu ul li a:hover	{
	color: white;
	}



/*	content
----------------------------------------------------------- */	
	
#content	{
	margin: 70px 50px 10px;
	padding: 0;
	}

#content h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #434028;
	}

#content h2	{
	color: #7a2020;
	margin: 1em 0 0.4em 0;
	font-size: 1.4em;
	border-bottom: 1px solid #7a2020;
	}
	
#content h3	{
	
	}

#content p	{
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content p a, #content li a	{
	
	}
	
#content p a:hover, #content li a:hover	{
	
	}
	
dl	{
	font-size: 1.2em;
	line-height: 1.5em;
	}

dt	{
	font-weight: bold;
	}
	
dd	{
	margin: 0 0 0.8em 4em;
	}

#content img.right	{
	float: right;
	margin: 0 0 1em 1em;
	}

div#map	{
	clear: right;
	border: 0;
	padding: 0 10px 10px 0;
	background: transparent	url('graphics/map-bg.png') no-repeat right bottom;
	width: 650px;
	height: 350px;
	}

	
/*	footer
----------------------------------------------------------- */	

#footer	{
	margin: 0;
	padding: 20px 0 30px 0;
	background: transparent url('graphics/footer-bg.jpg') no-repeat left bottom;
	
	}

#footer p	{
	margin: 0 50px;
	color: #434028;

	}

#footer a	{
	
	}

#footer a:hover	{
	
	}


/*	credits
----------------------------------------------------------- */	

#credits	{
	width: 740px;
	margin: 5px auto 20px;
	color: #434028;
	text-align: right;
	font-size: 0.9em;
	}

#credits a	{
	text-decoration: none;
	color: #434028;
	}
