body	{	background-color: #006;
			color: #e5e5e5;
			margin: 2%;
			font: 85%/120% Optima, Tahoma, Geneva, Verdana, Arial, sans-serif;
			
		}

#menu	{
			padding:7px;
			border:3px solid #f90;
			color: #f90;
			float: right;
			font-size:130%;
		}

#break	{	clear: both;	}

a		{	text-decoration:none;
			color:#f90;
			padding:0px 2px;
		}

a:visited	{	text-decoration:none;
				color:#f90;
				padding:2px;
			}
			
a:hover {	color: #e5e5e5;
			padding:2px;
		}
		
.current	{	background-color: #006;
				padding:2px;
				color: #e5e5e5;
			}
			
h2 	{	
		font-style: italic;
		margin-top: 0px;
		line-height:140%;
	}
h2.former
	{	float:left;	}

h1	{	
		color: #f90;
		float: left;
		padding: 0px 5px;
		margin: 0px;
		letter-spacing: 130%;
		line-height:150%;
	}
	
p	{	padding: 5px 0px;
		margin: 0px;
		border: 0px;
	}

#main_left	{	width: 45%;
				float: left;
				margin-right: 15px;
				margin-bottom: 25px;
			}
			
#main_right	{	float: right;
				width: 51%;
				
				margin-bottom: 25px;
				line-height: 1.2;
			}
			
#footer		{	clear: both;
				width: 96%;
				margin: 0px auto;
				text-align:center;
			}
			
img.thumb	{	border: 0px;
			padding-right: 5px;
			padding-top: 5px;
			float: left;
			clear: left;
		}
img.thumb_detail	{	border: 0px;
				padding: 5px;
			}

.spacer	{	
		clear: both;
		float: none;
		height: 2px; text-align: center;
		border-bottom: 2px solid #f90;
		border-top: 0px ;
		border-left: 0px;
		border-right: 0px;
	}
div.whatsnew
		{	border: 2px solid #f90;	
			padding: 5px;
		}