/* Ver 9 launched 6/2005 */
/* Layout style */

body
	{
		background-color: #2c0102;
	}
	

#wrap
	{
		width: 770px;
		margin: 0 auto;
		background-color: #000000;
		border: 2px solid #000000;
		color: #333;
		line-height: 110%
	}
	
#header
	{
		height: 75px;
	}	
	
#nav
	{
		width: 770px;
		text-align: center;
		background-color: 2c1611;
		margin: 0;
		padding: 0;
	}
	
#content
	{
		background-color: #4d0000;
		padding: 1em;
	}
	
#footer
	{
	 	margin: 0;
		text-align: center;
		background-color: #000000;
	}

#left
	{
		float: left;
		width: 200px;
	}

#right
	{
		margin-left 200px;
		text-align: center;
	}

#map
	{
		width: 450px;
		text-align: center;
		background-color: #950002;
		border: 2px solid #000000;
		padding: 5px;
	}

#retro
	{
		width: 500px;
		text-align: left;
		background-color: #950002;
		border: 2px solid #000000;
		padding: 5px;
	}
	
#500
	{
		width: 500px;
		text-align: left;
		align: center;
	}

	/* IMAGES */
	
img
	{
		border: 2px solid #000000;
	}
	
img.left
	{
 		float: left;
 		margin: 8px;
 		border: 2px;
 		border: 2px solid #000000;
	}
	
img.right
	{
 		float: right;
 		margin: 8px;
 		border: 2px;	
 		border: 2px solid #000000;
	}	
	
	/*  TEXT FORMATTING */
	

P.title
	{
		font-size: 12px;
		color: #fffdfc;
		font-family: arial, serif;
		font-weight: bold;
	}	
	
P
	{
		font-size: 12px;
		color: #FFFFFF;
		font-family: arial, serif;
		font-weight: normal;
	}	

P.footer
	{
		font-size: 11px;
		color: #fffdfc;
		font-family: arial, serif;
		font-weight: normal;
	}
	
li.nav
	{ 
		display: inline;
	}

	
a:link {font-size: 12px; color: #fffef5; font-family: arial, serif; text-decoration: none; font-weight: bold;}
a:visited {font-size: 12px; color: #fffef5; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a:active {font-size: 12px; color: #fffef5; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a:hover {font-size: 12px; color: #ff8000; font-family: arial, serif; text-decoration: none; font-weight: bold;}

a:link.map {font-size: 14px; color: #ffe157; font-family: arial, serif; text-decoration: none; font-weight: bold;}
a:visited.map {font-size: 14px; color: #ffe157; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a:active.map {font-size: 14px; color: #ffe157; font-family: arial, serif; text-decoration: none; font-weight: bold;} 
a:hover.map {font-size: 14px; color: #ff8000; font-family: arial, serif; text-decoration: none; font-weight: bold;}