html, body { 	
	background: Black;
	margin: 0; padding: 0;
	height: 95%;
}
h1, h2, h3, h4, h5, h6, strong {color: #F5F5F5;font-family:"Century Gothic";}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	min-height: 92%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: Black;
	color: White;
}

#header {
	height: 60px;	
	background: Black 0 2px;	
	border: 0px solid #A52A2A; 
	padding: 0px 0px 0px 0px;
	color: White;
}

.title_site { 
	float: right;
	padding: 14px 10px 4px 8px;
	width: 30%;	
	font-size: 24px; 
	letter-spacing: 0px;
	color: White;
	font-weight: bolder;
	background: Black;
	text-align: right;
}


#pageheader {
font-family:"Century Gothic";
font-size: 40px; font-weight: lighter;
padding: 14px 10px 10px 22; 
color: White;
border-bottom: 0px solid #AC0000;
background: Black;
}

#pageheader h3 {	
	font-size: 16px; color: White;
}
 
#infobox { /* Currently holds the login box */
	float: left;
	display:inline;
	width: 220px;
	margin-left:0px;
	margin-right:30px;
	background: Black;
}

.clearcontent {
	height:80px; 
	clear:both
}
#innerinfo {
padding: 5px 10px 5px 10px; 
border: 0px solid #B22222; 
margin-bottom:20px; 
color: Red;
 background: #FF1493;
	}

#content img { 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	padding: 2px;border: 1px solid #D4D4D4;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

}

#content { /* main content from the WYSIWYG goes in here */
	width: 950px;
	float: left;
	display:inline;
	margin-left: 0px;
	color: #EBEBEB;
	background: Black;
	font-size: 13px;
}


#content a { 
	 
}

#infobox {
	color: White;
}

#infobox a {
	color: #CBCBCB;
	text-decoration: none;
}


#rightbox {width: 180px;
	float: left;
	display:inline;
	margin-left: 20px;
	background: Black;
	color: White;
}

#rightbox a {
	color: #CBCBCB;
}



#footer  {
	margin: 0px auto 10px auto; 
	height:20px; width: 950px;
	background: Black;
	color: White;	
	text-align: right;
	border-top: 1px solid #AC0000;

	}
 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in header */
#search_box {
	color: White;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 150px;
	padding:10px 0 0 0;
}

#search_box .searchstring { width:100px;
	border: 1px solid White;
}

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:10px;
	color: Black;
	font-weight: bold;
}
#prevnext a {color: Red;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 
/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}




/* Customise the Login Box */


#login-box { padding-top:5px; border: 1px solid #ccbfd0;}
#login-box fieldset {border:0; text-align:center;}
#login-box legend		{
	font-size: 90%;	
	color: #333;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box label {clear:left; width: 100px; display:block;
	float:left;}
#login-box input {
	display:block;
	float:left;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}
#login-box div {clear:left;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */





