body	{
	font: 14px,"Comic Sans MS",Tahoma,sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}
	
a.menu:link	{ 
		color: #cc3333;
		text-decoration: none;
		}

a.menu:active	{
		color: #cc33;
		text-decoration: underline;
		}

a.menu:visited	{
		color: #CC8033;
		text-decoration: none;
		}
a.menu:hover	{
		color: black;
		text-decoration: underline;
		}

a.image:link	{ 
		color: #cc3333;
		text-decoration: none;
		}

a.image:active	{
		color: #cc3333;
		text-decoration: none;
		}

a.image:visited	{
		color: #cc8033;
		text-decoration: none;
		}
a.image:hover	{
		color: black;
		text-decoration: none;
		}

	
#wrapper	{
		position: relative;
		left: 50%;
		width: 720px;
		margin-left: -360px;
		background-color: #ffffff;
		padding: 20px;
		}
		
#mainImage	{
		width: 400px;
		float: left;
		}	
		
#content	{
		width: 485px;
		float: right;
		margin-top: 30px;
		text-align: center;
		}
		

#mainNav	{
		width: 160px;
		float: left;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-right: 20px;
		margin-top: 20px;
		margin-bottom; 20px;
		font-size: 16px;
		background-color: grey;
		color: #CC3333;
		text-align: center;
		}

#table		{
		width: 100%;
		background-color: #000000;
		border-style: solid;
		border-width: 12px;
		border-color: #CC3333;
		cellpadding: 0;
		color: #CC3333;
		font-size: 14px;
		text-align: center;
		}
		
h1	{
	color: #CC3333;
	background-color: #eaeaea;
	padding: 2px;
	width: 220px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	
	}

#content h1, #content h2, #content p	{
					padding-right: 20px;
					}
	
content h2	{
	font-size: 24px;
	text-align: center;
	text-variant: small-caps;
	}


content li	{
	margin: 5px;
	text-align: left;
	line-height: 1.8;
	padding: 2px;
	list-style-type: disc;
	}
	