#wrapper{
	width:980px;
	height:650px;
	margin:0 auto;
	font-family:arial;
}	

	#header{
		height:186px;
		background:url(../images/header.jpg);
	}
	
	#menu{
		height:33px;
		background:url(../images/menu.jpg);
		text-align:right;
		line-height:28px;
		padding-right:20px;
		color:#f1fbff;
	}
		#menu a{
			color:#f1fbff;
			text-decoration:none;
			font-weight:bold;
			margin:10px;
			font-size:12px;
		}
		
	#content{
		height:431px;
		background:#fff;
	}	
	

