body {
	background: #fff;
	color: #000;
	font-family: georgia,'times new roman',times, serif;
}
#header {
	height:132px;
	background: #fff url(logo2.jpg) no-repeat;
	color: #829E8F;
}
#header .strapline {
	position:absolute;
	top:3em;
	right:0;
	font-size:120%;
}
#menu {
	display:none;
}
#content ul li {
	margin-bottom:0.5em;
}
#footer {
	font-size:80%;
}
a {
	background: #fff;
	color: #000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,hr,dt,legend {
	background: transparent;
	color: #829E8F;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:120%;
}
h3 {
	font-size:100%;
}
dt {
	font-weight:bold;
	margin-top:20px;
}
dd {
	margin-bottom:5px;
}


/* General */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
