
body {
	background-color: #f4f2e3;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	color: #716e5c;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#container {
	width: 970px;
	background-color: #ffffff;
	/*border-left: #2989c6 4px solid;*/
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#head {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#nav {
	margin: 32px 20px 0px 40px;
	float:left;
	width: 670px;
	font-weight: bold;
	color: #dedac2;
}
#logo {
	float: right;
	width: 100px;
	margin: 20px 0 0 0;
}

#standfirst {
	margin: 0 0 0 40px;
	width: 560px;
}
h1 {
	color: #a49d77;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 34px;
}
.highlight {
	color: #fe9807;
}

#maincontent {
	width: 920px;
	margin: 0 0 0 40px;
}
#leftcol {
	width: 560px;
	float: left;
	margin: 0 20px 0 0;
}
#rightcol {
	width: 340px;
	float: left;
}

#maincontent2 {
	width: 920px;
	margin: 0 0 0 40px;
}
#leftcol2 {
	width: 340px;
	float: left;
	margin: 0 20px 0 220px;
}
#rightcol2 {
	width: 340px;
	float: left;
}


#footer	{
	margin: 60px 0 60px 40px;
}

a:link, a:visited, a:hover {
	color: #2989c6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: #f4f2e3;
}

.clearfloat {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}


