/* global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* typography */

img {
	display: block;
}

body {
  font-family: Georgia, serif;
  font-size: 0.8em;
  background: #333333 url("../images/topleft.gif") no-repeat fixed top left;
}

p {
  line-height: 1.5em;
}

.bigtext {
  font-size: 2em;
  line-height: 1.4em;
  color: #ffffff;
}

.white {
color: #ffffff;
}

.lightgrey {
color: #999999;
}

.darkgrey {
color: #666666;
}

.red {
color: #660000;
}

.lightbrown {
color: #cccc99;
}

a.lightbrown {
	color: #660000;
	text-decoration:none;
}

a.lightbrown:link {
	color: #660000;
	text-decoration:none;
}

a.lightbrown:hover {
	color: #999999;
}

a {
	color: #ffffff;
	text-decoration:none;
}

a:link {
	color: #ffffff;
	text-decoration:none;
}

a:hover {
	color: #cccc99;
}

a.big {
	font-size: 2em;
  line-height: 1.4em;
	color: #cccc99;
	text-decoration:none;
}

a.big:link {
	font-size: 2em;
  line-height: 1.4em;
	color: #cccc99;
	text-decoration:none;
}

a.big:hover {
	font-size: 2em;
  line-height: 1.4em;
	color: #fff;
}




/* layout */

#wrapper { 
margin: 0 auto;
width: 960px;
}

#headerspace {
width: 960px;
height:40px;
}

#header {
	position:relative;
width: 960px;
text-align: left;
}

#topmenu {
width: 960px;
text-align: right;
padding: 20px 0px 5px 0px;
}

#midleft {
float: left;
width: 225px;
background-color: #ffffff;
height:390px;
}

#midcentre { 
float: left;
width: 225px;
background-color: #ffffff;
height:390px;
}

#midright { 
float: left;
width: 470px;
background-color: #ffffff;
height:390px;
}

.space {
float:left;
width:10px;
background-color: #ffffff;
height:390px;
}

.hspace {
height:10px;
width:10px;
background-color:#ffffff;
}

.padding {
padding:7px;
}

.paddingtop {
padding: 7px 0px 0px 0px;
}

#redbox {
clear:left;
background-color:#660000;
width:225px;
height:180px;
}

#footer1 { 
clear: both;
width: 960px;
padding: 5px 0px 5px 0px;
}

#footer2 { 
clear: both;
width: 960px;
text-align:right;
}