html, body, div,{ margin: 0; padding: 0; }

#page {	
	float:left;
	height:auto;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top:5px;		
	width: 1000px;	
}

#banner {
	background-color:#5d989c;
	margin:0px;	
	width:100%;		
}

#leftBg {
	background-color:#ba4029;
	float:left;
	height:100%;
	left:0px;
	position:absolute;
	top:79px;
	width:73px;
	z-index:-1;
}

#rightBg {
	background-color:#ba4029;
	float:right;
	height:100%;
	left:927px;
	position:absolute;
	top:79px;
	width:73px;
	z-index:-1;
}

#navigation {
/*position*/	
	float:left;
	height: 43px;
	margin-left:220px;
	margin-top:5px;
	width:857px;
/*text + colour*/	
	color: #5d989c;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#navigation a{
/*position*/
	float:left;
	padding-right:15px;
	outline: 0;
/*text + colour*/	
	color: #ba5129;	
	text-decoration:none;
}
#navigation h2 {
/*position*/
	float:left;
	margin-top: -1px;
	padding-right:15px;
/*text + colour*/
	font-size:18px;
}
#navigation a:hover{
	color: #ba5129;	
	text-decoration:underline;
	outline: 0;
}

#footer h2{
/*position*/
	margin-top:100px;
/*text + colour*/	
	color: #5d989c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;	
}

#imageContent {
/*position*/
	float:left;
	margin-left:73px;	
	margin-top:20px;	
	width:857px;
/*text + colour*/	
	text-align:center;
}
#imageContent img{
	border: solid 1px #5d989c;
	margin:5px;
}
#imageContent p {
	color: #51704b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	
}
#imageContent a{
	color: #ba5129;	
	text-decoration:none;
	outline: 0;
}
#imageContent a:hover{
	color: #ba5129;	
	text-decoration:underline;	
	outline: 0;
}