
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	text-align: center;
	height: 100%;
	margin: 0px;
	background-image: url("images/page-background.gif");
	background-position: center;
	background-repeat: repeat-y;
	background-color: #EDEFEF;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 0.75em;

}

.wrapper {
	position:relative;
	width: 790px;
	min-height: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}

img {
	border: 0;
	
}

.footer-left {
	width: 462;
	BORDER-top: #CDA59E 1px solid;
	color: #902B1E;
	text-align: left;
	
}	

.footer-right {
	color: #902B1E;
	BORDER-top: #CDA59E 1px solid;
	text-align: right;
	
}	

h1 {
	font-size: 1.8em;
	font-weight: lighter;
	color: #BE3524;
	margin-top: 25px;
	margin-bottom: 3px;
} 

h2 {
	font-size: 1.4em;
	color: #BE3524;
	margin-top: 15px;
	margin-bottom: 2px;
} 

h3 {
	font-size: 1.00em;
	color: #BE3524;
	margin-top: 10px;
	margin-bottom: 2px;
} 

h4 {
	font-size: 0.95em;
	color: #BE3524;
	margin-top: 10px;
	margin-bottom: 8px;
}

h5 {
	color: #BE3524;
	font-weight: bold;
}


.news-block {
	BORDER-top: #CDA59E 1px solid;
	padding: 15px 0px 15px 0px;

}

.news-title {
	color: #BE3524;
	font-weight: bold;
}

.heading {
	text-align: left;
	
}	

.left-col {
	width: 462;
	text-align: left;
	BORDER-top: #CDA59E 1px solid;
	
}	

.left-col-media {
	width: 500;
	BORDER-top: #CDA59E 1px solid;
	
}	

.right-col {
	BORDER-top: #CDA59E 1px solid;
	
}	

.review {
	BORDER-top: #CDA59E 1px solid;
	padding: 3px 0px 5px 0px;
	
}	

.quote {
	padding: 5px;
	margin: 0px 15px 5px 10px;
	font-size: 0.93em;
	color: #945F58;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}



/*----------------------------------------------------------------------------------------------------
 * link behaviours
 ----------------------------------------------------------------------------------------------------*/

a:link {
	color: #336699;
}
a:visited {
	color: #604B81;
}
a:hover {
	color: #528BC5;
}
a:active {
	color: #8CB3D9;
}



/*----------------------------------------------------------------------------------------------------
 * divs for structure
 ----------------------------------------------------------------------------------------------------*/

.banner-title {
	display: block;
	width: 790px;
	height: 92px;
	margin-left: auto;
    margin-right: auto;
	background-image: url("images/banner-title.gif");
} 

.banner-pics {
	display: block;
	width: 790px;
	height: 80px;
	margin-left: auto;
    margin-right: auto;
	background-image: url("images/banner-pics.jpg");
} 


.footer-content {
	margin-left: auto;
    margin-right: auto;
	font-size: 0.7em;
}



/*----------------------------------------------------------------------------------------------------
 * table for lists
 ----------------------------------------------------------------------------------------------------*/
 

table.list {
	border-collapse: collapse;
}

table.list th {
	border: 3px solid #FFFFFF;
	background: #D8E1D2;
	font-weight: strong;
	padding: 5px;
	
}

table.list td {
	border: 3px solid #FFFFFF;
	background: #F7F5F4;
	padding: 5px;
	valign: top;
	
}

/*----------------------------------------------------------------------------------------------------
 * stops images falling out bottom of divs
 ----------------------------------------------------------------------------------------------------*/

 
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



