/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Rob George
      Author: Rob George
======================================*/
 
.bgred {background-color:red;}
.bgblue {background-color:blue;}
.bggreen {background-color:green;}


.container p {
	line-height:1.1em;
}

.container h2 {
	font-size:36px;
	line-height:1.2em;
	margin-top:0;
}
.container h3 {
	font-size:26px;
	margin-top:8px;
}
.container h4 {
	margin-top:0;
}


div#pagewrapper {
	border:1px solid black;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#header {
	height:114px;
	background: #EEE;
	overflow:hidden;/*IE6*/
}
  
span.fire {
	width:175px;
	height:114px;
	float:left;
	background:red url(../img/fire.jpg) no-repeat;	
}

div#logo {
	width:600px;
	height:114px;
	float:left;
	background:#999 url(../img/title.gif) no-repeat center top;
	text-align:center;
}

div#logo h1 {
	margin:0;
	padding:0;
	height:76px;
	text-indent:-9999em;}



div#navigation {
	width:161px;
	float:left;
	padding:15px 7px;
	background-color:#999;
}

div#contentwrapper {
	overflow:auto;
	height:100%;
	background:white url(../img/bg_content.gif) repeat-y;
}

div#content {
	width:570px;
	padding:15px;
	float:left;
}

div#mainstory{
	width:275px;
	float:right;
	margin:0 10px 0 20px;
	display:inline;
}

div#mainimage{
	float:left;
	width:264px;
}

div#credits {float:left;width:100%;}
span.photocredit {float:left;width:50%;}
span.sitecredit {float:right;width:50%;}

div#extra {
	width:161px;
	float:left;
	padding:15px 7px;
	background-color:#999;
}

div#footer {
	clear:both;
	float:none;
}


