html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #d2d2d2;
}

p, h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.outer-wrap {
	width: 922px;
	margin: 0 auto;
	background-image: url(/includes/template/images/page-bg.jpg);
}

.header {
	height: 166px;
	background: url(/includes/template/images/header.jpg) no-repeat;
}

.header h1 {
	font-size: 18px;
	color: white;
	padding: 80px 0 0 0;
	margin: 0px 0 2px  45px;
}

.header h1 a {
	color: white;
	text-decoration: none;
}

.header h2 {
	font-size: 11px;
	color: white;
	padding: 0;
	margin: 0px 0 2px  45px;
}

.header .sitename {
    font-size: 18px;
    color: white;
    padding: 80px 0 0 0;
    margin: 0px 0 2px  45px;
}

.header .sitename a {
    color: white;
    text-decoration: none;
}

.header .tagline {
    font-size: 11px;
    color: white;
    padding: 0;
    margin: 0px 0 2px  45px;
}


.left-col {
	width: 203px;
	float: left;
	background-image: url(/includes/template/images/menu-bg.jpg);
}

.left-col ul {
	list-style: none;
	margin: 0;
	padding: 0 0 29px 45px;
	background: url(/includes/template/images/menu-end.jpg) no-repeat 0 bottom;
}

.left-col ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.left-col ul li a {
	color: #ecf6ad;
	line-height: 20px;
	text-decoration: none;
}

.left-col ul li a:hover {
	color: white;
}


.right-col {
	width: 670px;
	float: right;
	padding-right: 34px;
}

.right-col h1 {
	color: #548139;
	font-size: 16px;
}

.right-col h2 {
	color: #548139;
	font-size: 14px;
}

.right-col h3 {
	color: #548139;
	font-size: 12px;
}

.right-col p {
	color: #40413f;
	font-size: 11px;
	line-height: 16px;
}

.right-col a {
	color: #40413f;
}

.footer {
	clear: both;
	background: #d2d2d2 url(/includes/template/images/page-end.jpg) no-repeat;
	padding-top: 20px;
	font-size: 10px;
	color: #52524a;
	text-align: center;
}

.footer a {
	color: #52524a;
}
.left-adds {
    margin-left: 35px;
    width: 160px;
}

