html {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	background: #cdcbbf;
}
h1 {
	font-size: 1.1em;
	margin: 0;
}
#outerTop {
	width: 790px;
	height: 19px;
	margin: auto;
	background-image: url(/_images/layout/backgroundTop.jpg);
	background-repeat: no-repeat;
}
#header {
	position: relative;
	height: 100px;
}
img.logo {
	position: absolute;
	right: 0;
}
#menu a {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #2f4609;
}
#outer {
	width: 740px;
	padding: 0 25px;
	margin: auto;
	background-image: url(/_images/layout/backgroundMiddle.jpg);
	background-repeat: repeat-y;
}
#outerBottom {
	width: 790px;
	height: 25px;
	margin: auto;
	background-image: url(/_images/layout/backgroundBottom.jpg);
	background-repeat: no-repeat;
}
#container {
	padding: 10px 0 0;
}
.bar {
	padding: 3px 10px;
	height: 19px;
	width: 720px;
	background-image: url(/_images/layout/bar.jpg);
	background-repeat: no-repeat;
}
.barTop {
	padding: 3px 10px;
	height: 19px;
	width: 720px;
	background-image: url(/_images/layout/barTop.jpg);
	background-repeat: no-repeat;
}
.barGreen {
	padding: 1px 10px;
	margin: 0 0 10px -10px;
	height: 23px;
	width: 460px;
	background-image: url(/_images/layout/barGreen.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
.col_1 {
	width: 480px;
	margin: 10px 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
}
.col_2 {
	width: 240px;
	margin: 10px 0 0 0;
	float: left;
}
#footer {
	margin: 10px 0 0 0;
	color: #fff;
}
.clear {
	clear: both;
}