@import "menu.css";
html {
	background: #FFF url('images/greenpattern_repeat.gif') repeat-x 70px 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 159px;
	background: url('images/greenpattern_banner.gif') no-repeat 255px 0px;
	font-family: Arial, Verdana, sans-serif;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
}
a,a:visited {
	color: #3a3e31;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 0.7em;
}
p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #3a3e31;
	font-weight: normal;
	line-height: 1.3em;
}
h1#logo {
	margin: 0px;
	height: 159px;
	background: url('images/6clogo.gif') no-repeat;
}
h1#logo em {
	display: none;
}
div#allAreas {
	width: 950px;
	background: url('images/content_bg.jpg') no-repeat;
	font-size: 12px;
}
div#sideBar {
	width: 152px;
	float: left;
	margin: 150px 0px 0px 55px;
}
div#sideBar h3 {
	color: #A4AE00;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
}
form#searchArea {
	display: block;
	background: url('images/search_field.gif') no-repeat;
	position: relative;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
form#searchArea input.text {
	width: 120px;
	background: none;
	margin: 0px;
	position: absolute;
	top: 2px;
	left: 2px;
	border: 0px;
}
form#searchArea input.button {
	position: absolute;
	right: 0px;
}
div#contentArea {
	width: 650px;
	float: right;
	margin-top: 30px;
	padding-bottom: 30px;
}
div#nav {
	height: 27px;
	width: 680px;
	margin-bottom: 30px;
	background: url('images/menubg.jpg');
}
div#design {
	margin-left: 55px;
	font-size: 9px;
	margin: 60px 0px 0px 55px;
	padding-bottom: 30px;
}
div#design a {
	line-height: 1.8em;
}