@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #8a7254 url(../images/harradine_bg.gif) top repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #197F8B;
	font-size: 1.4em;
	padding: 0.2em 0.2em;
	border-bottom: 1px solid #8A7254;
	margin-bottom: 0.5em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.2em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 0;
}

a {
	color: #197F8B;
	text-decoration: none;		
}

a:hover {
	text-decoration: underline;
}



/* Layout Divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

	#header {
		height: 257px;
		background: url(../images/splash_head.jpg);
		position:relative;
	}
	
		#header p.contact {
			display: block;
			position: absolute;
			width: 310px;
			height: 35px;
			line-height: 35px;
			color: #fff;
			right: 20px;
			bottom: 20px;
			font-size: 1.1em;
		}
		
			#header p.contact span {
				font-size: 1.3em;
				font-weight: bold;
			}
			
		#header p.contact a {
			color: #fff;
		}
	
	#content {
		padding: 1em;
	}
	
		#content img {
			padding: 0.3em;
			border: 1px solid #8A7254;
			background: #8A7254;
		}
	
		#homeHarradine {
			width: 48%;
			float: left;
		}
		
		#homeBunvet {
			width: 48%;
			float:right;
		}
	
	#footer {
		padding: 1em;
		font-size: 0.85em;
		text-align: center;
		letter-spacing: 0.1em;
		clear: both;
	}
