		body	{
			margin: 0 ;
			font: normal .85em Tahoma, Arial, sans-serif;
			/*background-color: #7952FD;
			color: #000 ;*/
		}
	
		#banner	{
			background: url(images/bannerbg.jpg) repeat-x;
			height: auto ;
			margin: 0 ;
			padding: 0 ;
			top: 0;
			left: 0;
			width: 100% ;
			background-color: #fff ;
			color: #8b0000 ;
		}
		
		#banner img	{
			border: 0 ;
			margin: 20px ;
			float: left ;
		}
		
		#banner h1, #banner h2	{
			background: transparent ;
			color: #8B0000 ;
			margin-left: 100px ;
			text-align: center ;
			font-family: "Times New Roman", Times, serif;
		}
		
		#banner h1	{
			font-size: 3em ;
		}
		
		#banner h2	{
			font-size: 1.75em ;
		}
		
		#banner p	{
			font-size: 1em ;
			color: #4B4B4B;
			background-color: #fff;
			text-align: right ;
			margin-right: 20px ;
		}
		
		#banner ul	{
			list-style: none ;
			margin: 0 ;
			padding: 0 ;
			text-align: center ;
			background-color: #fff ;
			color: #000 ;
		}
		
		#banner li	{
			 display: inline ;
			 padding: 10px ;
		}
		
		#banner a:link, #banner a:visited	{
			text-decoration: none ;
			padding: 10px ;
}
	
		#banner a:hover	{
			background-color: #825CFF;
			color: #eee ;
}
	
	#container	{
		position: absolute;
		top: 180px ;
		left: 0 ;
		width: 100% ;
		margin-top: 20px ;
		padding-top: 20px ;
		border-top: 2px solid #8B0000 ;
		background-color: #fff ;
		color: #000 ;
	}	

#content {
	margin-left: 200px ;
	padding: 0 ; 
	width: auto ;
	position: relative;
	background-color: #fff ;
	color: #000 ;
	}
	
	#content h2	{ font-weight: bold ;
						font-size: 1.3em ;
}

img.right	{ border: 0 ;
				float: right ;
				padding: 0 10px ; 
				display: block ;}

#menu {
	width: 188px;
	padding: 0;
	margin: 0  ;
	float: left ;
	background-color: transparent ;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}	
	
	ul#menu	{
		list-style-type: none ;
		padding: 0 ;
		margin: 0 ;
			}
	
	#menu a {
 		  background: #EED6CC url(images/carnsmall.gif) no-repeat 0 0;
 		display: block ;
		width: 190px ;
		height: 35px ;
		text-decoration: none ;
		color: #0000CD;
		border: 1px solid #8B0000;
	margin: 0 0 0 -37px ;
		   }

	#menu a:visited {
		background-color: #EED6CC ;
		color: #8B0074;
		   }
	
	#menu a:hover  {
		background-color: #eee ;
		color: #800040 ;
		   }

	#menu a:active {
		background-color: #eee;
		color: #800040 ;
		border: 1px inset #ddd ;
		}
	
	#menu li	{
			line-height : 35px ;
			text-align: center ;
			padding-right: 2px ;
			font-weight: bold ;
			font-size: .85em ;
			list-style: none;
			display: block ;
	}
		
		#footer	{
			border-top: 2px solid #8B0000;
			font: italic .8em "Times New Roman", Times, serif;
			text-align: center ;
			padding: 10px 0 ;
			clear: both ;
			margin: 0 ;
}

		p.url	{
			display: none ;
		}
	

