body {
	background: #eee;
	font: 11px/18px Helvetica, Arial, sans-serif;
	color: #222;
	margin: 0;
	padding: 0;
}

	#wrapper {
		background: #fff;
		width: 773px;
		padding: 98px 20px 10px 20px;
		border: 5px solid #ccc;
		margin: 70px auto 20px auto;
		position: relative;
	}
	
	#header {
		background: url(images/header.png) no-repeat;
		width: 773px;
		height: 201px;
		position: absolute;
		top: -55px;
		left: 20px;
		z-index: 1000;
	}
	
	#menu { font-weight: bold; position: relative;}
	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0; 
		position: absolute;
		right: 30px;
		top: 110px;
	}
	#menu ul li { display: inline; margin: 0 5px; }
	#menu ul li a { color: #000; }
	
	#container { margin: 15px 0; }

#banner { height: 157px; }
	
	#footer { text-align: center; font-size: 11px; border-top: 1px solid #ccc; padding-top: 10px; font-weight: bold;}
	#footer ul { list-style: none; padding: 0; margin: 0; }
	#footer ul li { display: inline; margin: 0 10px; }
	
	h1, h2, h3 {
		color: #6fccdd;
		margin: 5px 0;
		padding: 0;
		font-size: 24px;
		
	}
	
	h2 { font-size: 17px; font-weight: normal; }
	h3 { font-size: 14px; font-weight: normal; }
	
	a:link, a:visited {
		color: #6fccdd;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}