@charset "UTF-8";
/* CSS Document */

body

	{
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: center;
	background-color: #000000;
	} 
	
/* Stretches this section to bottom of page - whatever its length */

.clear
{
clear: both;
}


/* Styling for header and h1 */

#header

	{
	margin-top:1px;
	margin-bottom:1px;
	height: 140px;
	position: relative;	
	background-repeat: no-repeat;
	background-position: right;
	text-align:center;
	}
	

/* This contains all of the page content and has text left aligned */	
	
#page_container
	
	{
	background-repeat:repeat-y;
	position: relative;
	text-align:left;
	width: 900px;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	font-style:normal;
	}

/* Organises all main content on right hand panel, inside page container*/

#content

	{
	width: 875px;
	padding-top: 1em;	
	margin: 0 auto;
	min-height: 350px;
	padding-bottom:1em;
	
	}
	
#content p

	{
	margin-top:1px;
	margin-bottom:1px;
	margin-left:.5em;
	font-size:.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	font-style: normal;
	text-align:left;
	}
	


#footer

	{
	border-top: 1px solid #FF701f;
	padding-top:1em;
	width: 874px;
	margin-top: .75em;
	margin-bottom:2em;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	text-align:right;
	color: #666;
	background-color: #000;
	
	}

a.image-border {
	text-decoration: none;
	border: 0 none;
	}


/* Boxes to hold columns left and right */ 
	
.box_left 

{
    float: left;
    width: 450px;
    padding: 1em 0 5px 0;
    background-color: #000;
    text-align: left;
}

.box_right 

{
	float: right;
	text-align: left;
	width: 350px;
	background-color: #000;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

.box_menu

{	
	float: right;
	width: 350px;
	background-color: #000;
	text-align: right;
	padding-top: .2em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
/* Styles links and hover for links not in nav_bar */

a
	{
	font-size:1em;
	color: #cb352d;
	text-decoration: none;
	}
	
a:hover 
	{
	font-size:1em;
	color: #FF701f;
	text-decoration: none;
	
	}

