/* basic */
body { 
	font: 8pt/16pt lucinda sans, tahoma, verdana, sans serif; 
	color: #555753;
	margin: 0px; 
	background: url('/wchs/images/wchs95bg.jpg') repeat-y -50px 0px #CCCCCC;
	}

p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	}

a:link { 
	text-decoration: none; 
	color: #FF9900;
	border: 0px;
	}

a:visited { 
	text-decoration: none; 
	color: #FF9900;
	border: 0px;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #999999;
	border: 0px;
	}

img {
	text-decoration: none; 
	border: 0px;
	background: #FFF;
	}
	
/* layout specific */
#wrapper { 
	margin: 0px 0px 0px 50px;
	padding: 10px;
	width: 600px;
}

#header {
	background: url('/wchs/images/wchs95.jpg') no-repeat top left;
	padding: 120px 10px 0px 10px;
	margin: 0px;
	height: 900px;
	text-align: right;
}

#nav {
	padding: 0px 5px 10px 5px;
	z-index: 2;
	width: 90px;
	text-align: right;
	float: right;
}

#footer {
	background: #FFF url() no-repeat top center;
	text-align: center;
	padding: 10px 0px 50px 50px; 
	margin: 10px 0px 0px 0px;
	clear: both;
}

#content {
	text-align: right;
}

p.narrow {
	padding: 0px 0px 0px 225px;
}

p:first-line {
	font-weight: bold;
}