body{
	margin:0;
	padding:0;
	text-align: center;
	font-family:  Georgia, "Times New Roman", Times, serif;
}
p.colorline{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 20px;
	background-color: #7B1314;
	border-bottom: 3px solid #FCFAD5;
}
#contain{ 
	width: 680px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#header{
	text-align: left;
	font-size: .8em;
	height: 90px;
	border: 1px solid  #666;
	padding: 0;
}
#header div{
	height: 72px;
	margin: 8px;
	border: 1px solid #ddd;
	padding-left: 25px;
}
#header h1{
	margin: 8px  0 8px 0;
	padding: 0;
}	
#header h3{
	padding: 0;
	margin: 0 0  5px 0;
}

/*     CONTENT     */

}
a{
	color: #7B1314;	
}
a:hover{
	color: #1981F6;
	text-decoration: underline;
}
.block a{
	text-decoration: none;
}

/*     	
	Main Content
*/


#left{
	float: left;
	width: 600px;
	margin-top: 15px;
}
#left h1{
	font-size: 1.2em;
	color: #7B1314;
}
#left h2{
	font-size: 1.2em;
	color: #FFFFFF;
}
#left h3{
	font-size: 1.1em;
}
#left h4{	 
	color: #FFFFFF;
}
blockquote{
	 border-top: 2px solid #7B1314;
	 border-bottom: 2px solid #7B1314;
	 background: #FCFAD5 url(quote.gif)  no-repeat;
	 margin-top: 15px;
	 padding: 0 25px 0 25px;
	 font-size:  .9em;	
}


/* 
	Footer
*/
#footer{
	clear: both;
	font-size: .8em;
	border-top:1px solid #7B1314;
	padding-top: 5px;
	text-align:center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #7B1314;
}
a:hover{
	color: #1981F6;
	text-decoration: underline;
}