body {
	font: 11px/17px Verdana, Arial, sans-serif; 
	text-align: center; /* center the layout in IE 5 */
	background: url(img/fadebg.jpg) top left repeat-x; background-color: #ffffff;
}

h1 {
	font: 20px Georgia, serif;  font-weight: bold; color: #006666; 
	border-bottom: solid 2px #006666;
}

h2 {
	font: 18px Georgia, serif;  font-weight: bold; font-style: italic; color: #009999; 
	border-bottom: dotted 2px #009999;
}

#container {
	width: 85%; /* the width of our layout overall */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left; /* put the text back where it should be */
}

#sidebar {
	float: right; /* put the sidebar on the right */
	width: 25%; /* the width of our sidebar column */
	text-align: justify; margin-top: 138px;
}

#content {
	float: left; /* put the content on the left */
	width: 75%; /* the width of our content column */
	background: url(img/titletop.gif) top left no-repeat;
	padding-top: 116px;
}
 a {
   color: #339999;
   text-decoration: none; font-weight: bold;
}
a:hover {
   color: #006666;
   text-decoration: none; font-weight: bold;
}

#nav {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#nav li {
   margin-bottom: 2px; 
}
#nav a {
   background: #ccffff;
   color: #006666;
   display: block;
   padding-left: 10px; text-decoration: none;
   border-left: 5px solid #006666; font-weight: bold;
}
#nav a:hover {
   background: #006666;
   color: #ffffff;
   border-left: 5px solid #ccffff; font-weight: bold;
   padding-left: 10px; text-decoration: none; }
.footer {
   color: #999999;
   border-top: 2px solid #006666; text-align: center; }

/*
	PHP Fan Update classes
*/
.credit {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 0px;
	text-align: center;
	font-size: 10px;}

A.credit:link {font: 10px "Arial", Helvetica, Sans-Serif; font-variant: small-caps;}
A.credit:visited {font: 10px "Arial", Helvetica, Sans-Serif; font-variant: small-caps;}
A.credit:active {font: 10px "Arial", Helvetica, Sans-Serif; font-variant: small-caps;}
A.credit:hover {font: 10px "Arial", Helvetica, Sans-Serif; font-variant: small-caps;}
