/*------------------------------------------------------------

	- www.jameslindsay.co.uk
		
------------------------------------------------------------*/

*
 {	margin:0px;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	border:0px;
 }

body
 {	font-size: 80%;
	text-align: justify;
 }

#container
 {	height:100%;
	width:800px;
 }

#header
 {	height:187px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
 }

#header, #header ul li a
 {	background-color: #791e75;
	color:#d3bcd4;
 }

#header ul li a, #content h3, #content p.contact1, #content p.contact3, #content p.contact3 a, #content p.contact2
 {	font-family: Arial, verdana, sans-serif;
 }

#content h1, #content p.contact3 a, #content p.contact2, #content a
 {	color: #791e75;
	background-color: #fff;
 }

#content h2, #content h3, #content p.contact1, #content p.contact3, #content p.contact3 a:hover, #content a:hover
 {	color: #9d6298;
	background-color: #fff;
 }

#header img
 {	margin: 25px 0px 50px 35px;	
 }

#header ul
 {	text-align: right;
	margin-top:2px;
 }

#header ul li
 {	list-style-type: none;
	display: inline;
 }

#header ul li a
 {	text-decoration: none;
	font-size: 85%;
	padding:6px 10px;
 }

#header ul li a:hover
 {	background-color:#d3bcd4;
	color: #791e75;
 }

#content
 {	border-left: 6px solid #791e75;
	border-right: 6px solid #791e75;
	background-image: url(../images/content_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height:350px;
	padding: 15px 25px 0px 10px;
 }

#spacer
 {	height:350px;
	width:1px;
	float:right;
 }

#member_logos
 {	float:right;
	padding:10px 10px 0px 10px;
 }

#member_logos img
 {	margin:0px 2px;
 }

#content h1, #content h2
 {	font-family: Times, Arial, sans-serif;
	margin-left:50px;
 }

#content h1
 {	font-size: 165%;
	padding: 1px 0px;
 }

#content h2
 {	font-size: 165%;
	padding: 6px 0px;
 }

#content h3
 {	margin: 5px 0px 0px 50px;
	font-size: 115%;
	text-transform: uppercase;
 }

#content p
 {	margin-left:50px;
	font-size: 85%;
	padding: 5px 0px;
	line-height: 1.6em;
 }

#content p.contact1, #content p.contact3
 {	text-align: center;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
 }

#content p.contact1
 {	padding:10px 0px 0px 0px;
 }

#content p.contact3
 {	padding:0px 0px 0px 0px;
 }

#content p.contact3 a
 {	text-transform: lowercase;
	font-size: 110%;
 }

#content p.contact2
 {	text-align: center;
	font-size: 220%;
	font-weight: bold;
	padding:0px;
 }

#content ul
 {	margin-left:70px;
 }

#content ul li
 {	list-style-image: url(../images/bullet.gif);
	font-size: 85%;
	padding: 3px 0px;
 }

#content a
 {	font-weight:bold;
 }

#clear
 {	clear: both;
 }

#footer
 {	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 48px;
	clear: both;
 }

#footer p
 {	text-align: left;
	color:#791e75;
	font-size: 85%;
	padding:25px 0px 0px 20px;
	background-color: inherit;
	font-family: Arial, verdana, sans-serif;
 }
 

