/* screen display style */

BODY {
	color: white;
	background: #200000;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}

A:link {
	color: #c58800;
	}

A:visited {
	color: #c58800;
	}
	
img {
	border: 0px;
}
	
/*********************Header************************/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:110px;
	background: #2d0000;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	}
	
#coin {
	position:absolute;
	top:87px;
	left:114px;
	width:118px;
	height: 113px;
	background-image:url(coin.jpg);
	background-repeat:no-repeat;
	}

#headernav {
	position:absolute;
	top:110px;
	left:0px;
	width: 100%;
	height: 22px;
	background-color: #334253;
	border-top: 2px solid #b38149;
	border-bottom: 2px solid #b38149;
	}

* html #headernav{/*for ie to have the correct navbar height*/
	height: 25px;
	}
	
#headernav p {
	text-align: right;
	color: #b38149;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	margin: 3px;
	}

#headernav A:link {
	color: white;
	text-decoration: none;
	}

#headernav A:visited {
	color: white;
	text-decoration: none;
	}
	
#headernav A:hover {
	color: #b38149;
	}
	
/********************Nav Bar**********************/

#nav {
	position:absolute;
	top:0px;
	left:0px;
	width: 175px;
	height:583px;
	padding-left:8px;
	padding-right: 0px;
	background-image:url(gradient.jpg);
	background-repeat:no-repeat;
	}

#clearnav {/*to ensure navbar items are not place under the header*/
	margin-top:204px;
	}

* html #nav{/*for ie to have the correct navbar width*/
	width: 183px;
	}

#navtitle {
	position:absolute;
	top:0px;
	left:0px;
	width: 22px;
	height: 100%;
	height:583px;
	padding-left:8px;
	padding-right: 0px;
	background: #334253;
	}	

* html #navtitle{/*for ie to have the correct navbar width*/
	width: 30px;
	}
	
#navtitle img {
	margin-left: -7px;
	margin-top: 120px;
	}

#nav img {
	margin: 0px;
	}	

#nav ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
	margin-top: 16px;
    width: 173px; 
	}
	
#nav li {
	margin-left: 30px;
    padding: 1px;
    border-bottom: 1px dotted #b38149; 
	}

#nav li A:link {
	color: white;
	text-decoration: none;
	}

#nav li A:visited {
	color: white;
	text-decoration: none;
	}
	
#nav li A:hover {
	color: #b38149;
	}

/********************Page Body*******************/

/*
* Using page footer from http://scott.sauyet.com/CSS/Demo/FooterDemo1.html
*/

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */



#contents {
	position: absolute;
	top: 0;
    left: 0;
	background-image:url(nav.jpg);
	background-repeat:repeat-y; 
	}

#pagebody{
	height: auto;
	padding: 30px;
	margin-left:181px;
	padding-top: 201px;
	margin-bottom: 25px;
	}

#pagebody table {
	margin: 0px;
	border: 0px;
	}

#pagebody td {
	vertical-align: top;
	font: 78% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-right: 12px;
	margin-bottom: 12px;
	}

#pagebody p {
	font: 88% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-right: 3px;
	}

#pagebody b {
	font:13px Arial, Arial, Helvetica, sans-serif;
	}
	
#pagebody h1 {
	font:17px Arial, Arial, Helvetica, sans-serif;
	color: #c58800;
	margin-top: 0px;
	margin-bottom: 12px;
	}

#pagebody .header_img {
	margin-top: -35px;
	}

#pagebody .right_img {
	float: right;
	margin: 1em 0em 1em 1em;
	}
	
#pagebody .left_img { 
	float: left;
	margin: 1em 1em 1em 0em;

 	}
	
#pagebody .img_centre {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:5px;
	text-align:center;
 	font-size:0.3px; /* Mozilla needed a non-zero value here */
	}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right; 
}

#footer img {
	margin: 0px;
}

#rightbody {
	float: right;
	margin: 1em 0em 40px 1em;
	background: #2e0000;
	padding-bottom: 20px;
	padding-top: 12px;
	}

* html #rightbody {
	padding-bottom: 17px;
	}

#rightbody img {
	margin: 5px;
	margin-bottom: -3px;
	margin-right: 0px;
	}
	
* html #rightbody img {
	margin-right: 5px;
	}
	
/***************News Body*******************/
	
#news td {
	padding-right: 0px;
	}

#news td.header {
	font: 15px Arial, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid white;
	}
	
#news td.content {
	font: 78% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-top: 12px;
	padding-right: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	}

#news td.image {
	padding-top: 12px;
	}
	
/**********************Collage Body************************/
#collage {
	padding-left: 20px;
	}

#collage td {
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	}