/****************************
Copyright ninefootone creative (www.ninefootone.co.uk)
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-image: url(../images/bgnd.gif);
}

/* THIS is to hide any text you need hiding */
.hidetext {top: -10000px; left: -10000px; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

/*******************************************
CONTAINER, HEADER, FOOTER STUFF STARTS HERE
********************************************/

#page_bg{
	margin: auto;
	padding: 0px;
	width: 815px;
}

#page_outline{
	margin: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	height: auto;
	width: 815px;
	background-color: #FFFFFF;
}

#date_container{
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	width: 200px;
	height: 15px;
	top: 8px;
	left: 5px;
}

#search_container{
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 22px;
	top: 3px;
	float:right;
}
	
#header_logo_container{
	width: 815px;
	height: 56px;
	padding-bottom: 5px;
}

#footer_text_container{
	z-index: 1;
	width: 785px;
	height: 30px;
	float: left;
	position: relative;
	color: #A5B4B5;
	font-size: 9px;
}

#footer_text_container a:link, #footer_text_container a:active, #footer_text_container a:visited {
	color:#CC0033;
	font-weight:bold;
	text-decoration:none;
}

#footer_text_container a:hover {
	text-decoration:underline;
}

#chat {
	float:right;
	padding:25px 15px 0px 0px;
}

/****************************
CONTENT STUFF STARTS HERE
******************************/

#content_container{
	float: left;
	width:815px;
	height:auto;
}

#spacer1{
	float: left;
	width: 15px;
	height: 250px;
}


#submenu_container div{
	color: #000000;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
}

#spacer2{
	float: left;
	width: 107px;
	height: 250px;
}

#copy_container{
	float: left;
	width: 388px;	
	height: auto;
}