#body {
	text-align: left;
	background-color: #b6daef;
	background-image: url('images/blue_background3.jpg');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 475px;
	font-family: Helvetica, sans-serif;
	
}


#left {
	float: left;
	width: 140px;
	padding: 5px;
	margin: 5px;
	/*border: 1px solid #000000;*/
	display: inline;
	
}

#right { 
	/*border: 1px solid #000000;*/
	padding: 5px;
	margin: -6px 5px 5px 0;
	float: right;
	width: 280px;
	font-size: 0.8em;
	height: 1% /* Holly hack for Peekaboo Bug */
	

}

#left li {
	/*list-style: none;*/
	font-size: 0.7em;
	text-align: left;
	margin-left: -20px;
}


		a {
			text-decoration: none;
			color: #0066cc;
		}
		
		a:hover {
			text-decoration: underline;
		
		}
		
		

h1 {
			width: 100%;
			background-color: #000000;
			font-size: 1.4em;
			font-family: Helvetica, sans-serif;
			color: #ffffff;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding-top: 2px;
			text-align: center;
			font-weight: 200;	
		}
		
		
		h2 {
			font-size: 1.2em;
			font-family: Helvetica, sans-serif;
			color:  #000000; /*#0066cc;*/
			text-transform: uppercase;
			text-align: center;
			font-weight: 200;	
			text-decoration: underline;
		}
		
		
		img {
		width: 140px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		}
		

