/* ------------------------------------
XXXX Style Sheet (screen)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

/*typography and colours
--------------------------------------*/

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#e7e8e9;
	}
	
h1 {

	}
	
h2 {

	}	
	
p {
	line-height:1.2em
	}	
	
a {
	color:#651b14;
	text-decoration:none;
	}		
	
a:hover {
	color:#ed5024;
	text-decoration:none;
	}	
	
.intro {
	margin-top:8px;
	color:#ed5024;
	}
	
a.second {
	color:#ed5024;
	}
	
a:hover.second {
	color:#651b14;
	}

/*structure
--------------------------------------*/

#wrapper {
	text-align:left;
	width:680px;
	margin:60px auto 0 auto;
	background-color:#fff;
	padding:25px 18px 18px 25px;
	}

/*navigation
--------------------------------------*/

/*lists
--------------------------------------*/	

/*images
--------------------------------------*/

img {
	border:none;
	}
	
.large {
	float:right;
	margin-top:150px;
	}

/*forms
--------------------------------------*/	

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}		
