body
{
	font-family:Verdana;
	margin: 0px;

}

#header
{
	background-color: #336699;
	background-image:url('../images/cowlitzLogo.gif');
	background-repeat: no-repeat; 
	height:118px; 
}

#banner
{
	position: absolute;
	left: 488px;
	z-index: 9;
	
}


#headerCurve
{
	background-image:url('../images/cowlitzCurvePiece.gif');
	background-repeat:no-repeat; 
	width:75px; 
	height: 118px;
	position: absolute;
	top:0px;
	left: 481px;
	z-index:10;
	}

#content
{
	margin-left: 40px;
	margin-top: 40px;
	width: 550px;
}

.bar
{
	height: 20px;
	background-color: #709c84;
}

a
{
	color:#336699;
	text-decoration:none; 
}

a:hover
{
	text-decoration:underline;
}


