body {
			background-image: url(legion.jpg);
			margin:0;
			font-family: Arial, Verdana, sans-serif;
}

#wrapper { 
			padding: 0 200px 0 200px;
			color:#000000;
			min-width:800px;
} 

#leftcolumn { 
			background-color:#0000FF;
			float:left;
			width:125px;
} 

#rightcolumn { 
			margin-left:125px;
			color:#000000;
} 

#logo { 
			background-color:#FF0000;
			color: #000000; 
			font-size:1.25em;
			border-bottom: 1px solid #000000;

}
.content {	
         	text-align:center;
			padding:20px 20px 0 20px; 
} 

#floatright {
			margin:10px;
            float:right;
}

#footer {
			font-size:.75em;
         	text-align:center;
			clear:right;
}	

#leftcolumn a { 
			text-decoration:none;
			color: #000000;
			margin: 15px;
			display:block;
} 

a {
			font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
			color:#000000;
			text-decoration: underline; 
}

a:visited {
			color: #0000CD;
			text-decoration: underline;
}

a:hover, a:active, a:focus { 
			text-decoration: none;
			background-color: #FF0000;
}