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


/* Sets Body styles */

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: 3px;
	height: 140px;
	position: relative;	
	background-repeat: no-repeat;
	background-position: right;
	text-align:right;
	background-image:url(../images/top_bar_2.jpg);
	}
	

/* 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: 720px;
	font-style:normal;
	}

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

#content

	{
	background-color:#000;
	border: 1px solid #FFF;
	width: 875px;
	margin-top: 1em;
	padding-top: .5em;	
	margin-left:auto;
	margin-right:auto;
	min-height: 500px;
	padding-bottom:1em;
	
	}
	

#content p

	{
	padding:0px;
	margin-bottom:0px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	font-style:normal;
	}

#gall_content

	{
	border: 1px solid #FF701f;
	width: 875px;
	margin-top-2em;
	padding-top: 1em;	
	margin-left:auto;
	margin-right:auto;
	min-height: 450px;
	padding-bottom:1em;
	
	}
	

#footer

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

/*styles for new horiz bar*/


#navigation {
  font-size: 90%;
  
}

#navigation ul 

{
  text-align:center;
  list-style: none;
  padding-top: 0;
  margin: 0;
  padding:0;
  
}

#navigation li {
  display: inline;
  
}

#navigation a:link, #navigation a:visited {
  padding: 0.1em .5em 0.1em .5em;
  color: #FFFFFF;
  background-color: #000;
  text-decoration: none;
  border-right: 1px solid #FF701f;
}

#navigation a:hover {
  color: #FF701f;
  background-color: #000;
}


/* Non Nav bar links*/

a
	{
	margin-top:0px;
	font-size:1em;
	color:#FF701F;
	text-decoration: none;
	}
	
a:hover 
	{
	margin-top:0px;
	font-size:1em;
	color: #CCC;
	text-decoration: none;
	
	}


/* Styles h3 headings */



h1

	{
	margin-top:0px;
	margin-left: 0px;
	padding: 0;
	font-weight: normal;
	color: #FF701F;
	font-size: 1.5em;
	text-align: center;
	}

h2

	{
	padding: 0;
	font-weight: normal;
	color: #FF701F;
	font-size: 1em;
	text-align: center;
	}
	
	
h3

	{
	margin-left: 2.5em;
	padding: 0;
	font-weight: normal;
	color: #FF701F;
	font-size: 1em;
	bottom: 4px;
	left: 0;
	}

/* Styles h4 headings */
h4

	{
	margin: .5em;
	padding: 0;
	font-weight: normal;
	color: #cb352d;
	font-size: 1.2em;
	bottom: 4px;
	left: 0;
	}


#image_placer

{
	width: 850px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:0px;
}

.imgborder

{

	border: .5em solid #FFFFFF;
}


div.thumbnail
	{
		float: left;
		width: 150px;
		margin: 0 5px 5px 0;
		padding-bottom: 10px;
		border: 1px solid #777;
	}
	
	div.thumbnail img
	{
		float: left;
		border: 1px solid #777;
		margin: 10px 10px 0 10px;
	}
	
	div.thumbnail p
	{
		margin: 0;
		padding: 10px;
	}

.next

	{
		text-align:center;
		width:150px;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	
	
