/* CSS Document */

/*  Custom definitions, for Off Shed site

Colours:
	dark grey #241F07
	light grey #EAEAEA
	burgundy red #900

*/

html * {
	border: 0;
	margin: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #241F07;
	}
h1 { 
	font-size: 120%;
	border-bottom: 1px solid #900;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
p, li {
	font-size: 75%;
	}	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#900;
	}
a:visited {
	color:#900;
	}
a:hover, a:focus, a:active {
	background: #900;
	color: #fff;
	}

/* ______________________________________________________________= Main header styles __ */
	
#header {
	background-color: transparent;
	width: 1024px;
	margin-top: 0;
	padding-top: 0;
	border-bottom: 2px solid #900;
	}
	
/* Gilder-levin replaces header with image */
#header #sitename {
	width: 1024px;
	height: 80px;
	position: relative;
	}
	
#header #sitename span {
	background: url(../gfx/main_header.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

/* _____________________________________________________________________= main wrapper __*/
#wrapper {
	background-color:#fff;
	padding: 20px;
	}
	
/* _________________________________________________________= centre column stuff __*/
#center {
	color: #241F07;
	min-height: 500px;
	}

#center #image1,
#center #image2 {
	float: left;
	border: 1px solid #241F07;
	padding: 4px;
	margin: 10px 10px 5px 25px;
	width:400px;
	text-align: center;
	}

	
/* ___________________________________________________________________= footer styles __*/

#footer {
	font-size: 65%;
	text-align: center;	
	padding: 0;
	border-top: 1px solid #900;
	background: #fff;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	clear: both;
	}
	
#footer ul {	
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li {	
	display: inline;
	margin: 0 10px;
	}
#footer img {
	margin: 10px 0;
	}

/* match wrapper class with footer elements */	
.terms #footer #terms a,
.contact #footer #contact a {
	color: #241F07;
	}