body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	width: 980px;
	background-image: url(http://www.pchswi.org/archives/backgrounds/bp.gif); 
	}

p {
text-align:justify;
text-indent: 2em;
	}

#wrapper {
	width: 975px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-width: 5px;
	border-style: solid;
	border-color: #800000;
	}
	
#header {
	height: 175px;
	}

#content {
	float: left;
	width: 940px;		
   	}
   	
#content-main {
	float: right;
	width: 760px;
	/* border-left:1px solid #368; 
	border-right: 1px solid #368;
	border-bottom: 1px solid #368;
	border-top: 1px solid #368;
	padding-right: 5px; */
	}
 
/*  Main navigation */  
	
#navsite p {
	display: none;
	}
	
#navsite {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	width: 170px;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	color: #333;
	background-color: #9cc;
	}

#navsite ul {
	list-style: none;
	margin: 0;
	padding:0;
	}
	
#navsite ul li {
	margin: 0;
	border-top: 1px solid #003;
	}
	
#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #368;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}
	
html>body #navsite ul li a {
	width: auto;
	}
	
#navsite ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #69f;
	color: #fff;
	}
	
/* End of Main Navigation */
	

#footer {
	clear: both;
	width: 930px;
	font-size: 80%;
	color: #666;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	}
	
.arthead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
	text-align: center;
	}
	
.artsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	}