/*=============================================*/
/* CSS stylesheet for homepage                 */
/* Author: Richard Forbes-Simpson              */
/* Contact: forbes@forbeswebdesign.co.uk       */
/*=============================================*/

body {
	background:#292F33;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	background: url(wrap.jpg) repeat-y left top;
	width: 773px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	background: url(header6.jpg) no-repeat left top;
	margin: 20px 0px 0 0;
	padding: 0 0px 0 0;
	height: 160px;
	width: 773px;
	border-bottom: 1px #990000 solid;
	}
	
#header h1 {
	text-indent: -99999px;
	height: 164px;
	padding: 0px;
	margin: 10px  0px 0 0px;
	padding: 10px 0px 0 0;
	}


	
#left {
	float: left;
	width:400px;
	margin: 10px 0 20px 30px;
	padding: 0;
	}
	
#left p {
	line-height: 2em;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-align: justify;
	}
	
#right {
	float: right;
	width: 300px;
	margin: 0px 20px 20px 10px;
	padding: 0;
	}
	


#footer {
	clear: both;
	margin: 0px 0 0 0px;
	padding-top: 10px;
	background:  url(foot.jpg) no-repeat left bottom;
	height: 25px;
	border-top: 1px solid #990000;
	
	}
	
#footer p {
	margin: 0px 0 0 50px;
	padding: 0px 0 0 0;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #666666;
	
	}

.drop {
	float: left;
	font-size: 400%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;
	}
	
blockquote {
	width: 350px;
	margin: 10px 0 0 20px;
	padding: 0;
	font-family: georgia, serif;
	font-size: 200%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
	color: #555;
	background: #eee url(topquote.gif) no-repeat top left;
	}
	
#quote {
	margin: 0 10px 0 0;
	padding: 30px 0px 10px 20px;
	background: url(bottomquote.gif) no-repeat right bottom;
	}
	
#author {
	margin: 0px 0px 0 0px;
	padding: 0px 0 10px 30px;
	color: #999;
	font-size: 60%;
	background: url(bottom.gif) no-repeat bottom;
	}
	
h2 {
	background: url(contactbox.jpg) top left no-repeat;
	text-indent: -99999px;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#body {
	background: url(contactbody.jpg) top left repeat-x;
	width: 280px;
	height : px;
	margin: 0 0 0 0px;
	padding: 10px 0 30px 10px;
	font-family: georgia, serif;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 1.5em;
	text-align: justified;
	color: #555;
	}
	
#bottom {
	background: url(contactbottom.jpg) top left no-repeat;
	width: 290px;
	height: 400px;
	margin: 0;
	padding: 0px 0 0 0;
	}

#nav {
	width: 700px;
	font-family: Georgia, verdana, sans serif;
	margin: 0 20px 0 0;
	padding: 5px 0px 0 40px;
	font-weight: bold;
	}
	
#nav li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0px 0px 0 0;
	list-style: none;
	}
	
#nav a {
	line-height: 14px;
	text-decoration: none;
	color: #ccc;
	margin: 0 40px 4px 30px;
	}
	
#nav a:hover {
	color: #990000;
	}


