body 
{
   background: black;
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   margin: 0px;
   padding: 0px; }

/* dinky div which holds everything in the middle */
#container
{
		background: white; 
		color: black;
		position: relative; 
		width: 780px;
		margin: 8px auto;
		padding: 0px;
		text-align: left;
		border: solid 1px white; }


/* image at the top + menu */
#banner {
		width: 780px;
		height: 155px;
		border: 0px;
		background: white url("../images/header.gif") no-repeat top left; 
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: black;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px; }

/* link colours in the top menu */

#banner a {
		background: transparent;
		color: black;
		text-decoration: none;
		font-weight: normal; }

#banner a.on {
		background: transparent;
		color: black;
		text-decoration: none;
		font-weight: bold; }

#banner a:hover {
		background: transparent;
		color: black;
		text-decoration: underline;
		font-weight: normal; }

#banner a.on:hover {
		background: transparent;
		color: black;
		text-decoration: underline;
		font-weight: bold; }

#banner a:active {
		background: transparent;
		color: #ffff00;
		text-decoration: underline;
		font-weight: normal; }

#banner a.on:active {
		background: transparent;
		color: #ffff00;
		text-decoration: underline;
		font-weight: bold; }

#banner p {	
		width: 780px;
		padding: 135px 0px 0px 25px;
		margin: 0px;
		color: green;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		line-height: 20px; }


/* container for the sidebar + content */
#pagebody	{
		background: transparent;
		padding-top: 8px;
		padding-bottom: 8px;
		margin: 0px;
		border: 0px;
		text-align: left;
		clear: both; }

#footer {
		padding: 0px;
		margin: 36px 0px 0px 0px; 
                text-align: center} 



/* content area */
#content {
		position: relative;
		border: 0px;
		background: transparent;
		margin: 0px 0px 0px 0px;
		padding: 16px 24px;
		text-align: left;
		width: 730px; }

#content a {
		background: transparent;
		color: gray;
		text-decoration: none;
		border-bottom: 0px;
		font-weight: normal; 
                text-decoration: underline;}

#content a:hover {
		background: transparent;
		color: black;
		text-decoration: underline; }



.left {
		text-align: left; }
		
.centered {
		text-align: center; }

.right {
		text-align: right; }

.dulled {
		padding-left: 1em;
		color: #a0a0a0; }



h2 {
		color: #404040;
		font: bold 14px Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		margin: 0px;
		margin-top: 0px;
		padding: 2px;
		padding-left: 4px;
		text-transform: none; }


img	{
		border: 0px;
		float: left;
		padding: 0px 15px 15px 0px; }
	


p {
		margin: 0px;
		padding: 8px 0px 4px 0px;
		background: transparent;
		text-align: justify;
		color: #444;
		font: 11px/16px trebuchet, verdana, arial, helvetica, sans-serif; }

p.footer {
		font: 9px/10px trebuchet, verdana, arial, helvetica, sans-serif;
		color: black;
		text-align: center; }

.comments {
		background: url('/images/icons/comment_bullet.png') no-repeat 0 50%;
		margin: 0px 0px 0px 8px;
		padding: 2px 0px 0px 14px; }

.plink {
		background: url('/images/icons/link_bullet.png') no-repeat 0 50%;
		margin: 0px 0px 0px 8px;
		padding: 2px 0px 0px 14px; }

/*
ul {
		list-style-type: none;
		list-style-position: outside;
		padding: 0px;
		margin: 8px 0px 0px 0px; }
li {
		background: url('/images/icons/bullet.png') no-repeat 0 2px;
		font: 10px/14px trebuchet, verdana, arial, helvetica, sans-serif;
		color: black;
		margin: 2px 0px 0px 4px;
		padding: 0px 0px 2px 18px; }

li.link {
		background: url('/images/icons/arrow_bullet.png') no-repeat 0 50%; }

li.download {
		background: url('/images/icons/download_bullet.png') no-repeat 0 50%; }

*/

