

* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	color: #6d6d71;
	width: 960px;
	float: left;
	padding: 0px;
	height:60px;
	margin: 0px 0px 0px 0px;
}

#header #logo,
#header #logo a{
	width:312px;
	height:45px;
	cursor:pointer;
}
#header #logo{
	text-indent:-999999px;
	float:left;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #logo a{
	display:block;
	background:url(graphics/Richard_Clatworthy.jpg) no-repeat;
}

#top-bar {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	background: #E7DBD5;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 350px;
	width: 70px;
	float: left;
}
#rightcolumn {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 520px;
	width: 880px;
	display: inline;
}

#contactcolumn {
	float: right;
	height: 520px;
	width: 540px;
	display: inline;
	padding: 0px;
}

#contactcolumn a: hover {
    color: #be0000 ;
}

#base-bar {
	width: 960px;
	clear: both;
	color: #333;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	width: 960px;
	clear: both;
	color: #333;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul
{
	list-style-type: none;
	list-style-position: outside;
}

#col-left {
	float:left;
	width:60px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#col-left h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding:5px 0 5px 13px;
	border-left:6px solid #ccc; }

#col-left ul {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
}

#col-left ul li {
	padding:0;
	margin:5px 0 0 2px;
	color:#b4b4b4;
	text-decoration: none;
}

#col-left ul li a {
	padding:0;
	margin:0;
	font-size:1.1em;
	color:#6d6d71 !important;
	text-decoration: none;
	line-height: 1.4em;
}

#col-left ul li a:hover, #col-left ul li a.selected {
	color:#be0000 !important;
}

#col-left ul li a:hover, #col-left ul li a.current{
	color:#be0000 !important;
	text-decoration: underline;
}


#col-left2 {
	float:left;
	width:360px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 10px;
}

#col-left2 a {
	padding:0;
	margin:5px 0 0 2px;
	color:#999999;
	text-decoration: none;
}

#col-left2 a:hover {
	color: #333333;
}

#rightcolumn2 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 580px;
	list-style-type: none;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: right;
}

#rightcolumn2 p {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}

#rightcolumn2 a {
	padding:0;
	margin:5px 0 0 2px;
	color:#6d6d71;
	text-decoration: none;
}

#rightcolumn2 a:hover {
	color: #333333;
}

#rightcolumn2  li a {
	padding:0;
	margin:0;
	font-size:1.2em;
	color:#6d6d71 !important;
	text-decoration: none;
}
.highlite {
	color: be0000;
}

