/*
div {
	border: 1px solid #FF0000;
}
 ABOVE IS JUST FOR CHECKING LAYOUT*/
body {

	background-image: url(i/bgNew.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;

	margin: 0px;
	padding: 0px;
}
#container {
	width: 760px;
	margin: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#fixednav {
	margin: 0px;
	padding: 0px;
}
/*#logo {
	float: left;
}*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#subnav, #permaLinks {
	float: left;
	/*border: 1px solid #ffffff;*/
	/*background-color: #848484;*/
	padding: 0px;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin-right: 5px;
	margin-left: 3px;
	margin-bottom: 25px;
}
#permaLinks {
	clear: left;
}
#subnav a:link, #permaLinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#subnav a:visited, #permaLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#subnav a:hover, #permaLinks a:hover {
	color: #ffffff;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: bold;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	padding: 0px 5px 5px 0px;
	margin-left: 122px;
	margin-right: 0px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #subnav, html #permaLinks {
  margin-right: 8px;
  }

* html #content {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#pagedates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	clear: both;
	padding-top: 20px;
	float:right;
}
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	clear: both;
	padding-top: 20px;
	float:right;
}
#credits a:link {
	color: #999999;
	text-decoration: none;
}
#credits a:visited {
	color: #999999;
	text-decoration: none;
}
#credits a:hover {
	color: #FF0000;
	text-decoration: underline;
}
