@charset "utf-8";
/* CSS Document */

body {
		background-color: #999966;
		color: #999999;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


a {
		color: #999;
		text-decoration: none;
		font-size: 13px;
	}

a:hover {
	text-decoration: underline;
	text-transform: none;
	}
	
		
a:visited {
	color: #999;
	}

img {
		border:0px;
		
	}

#wrapper {
		width: 770px;
		margin: auto;
		
	}
	
#links {
		width: 175px;
		height: 420px;
		float: left;
		display: inline;
	}
	
#main
	{
		width: 595px;
		height: 420px;
		background-color: #FFFFFF;
		float: right;
		display: inline;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
img.floatRight { 
    float: right; 
    margin: 1px; 
}

#footer {
		text-align: center;
		font-size: 11px;
		clear: both;
    	}

#footer a { 
		color: #fff; 
		font-size: 11px;
		}

	
