* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #94a04d url(images/bg_pg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	}
	
p, ul {
	margin: 10px;
	}
	
h1, h2, h3, h4, h5, h6, ul {
	text-align: left;
	line-height: normal;
	}
	
	
h2 {
	font-size: 18px;
	margin-bottom: 5px;
	}
	
h5 {
	color: #7d7747;
	font-size: 15px;
	}
	
h6 {
	font-size: 12px;
	margin-left: 20px;
	}

a {
	color: #678128;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #8fac6e;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

.panel_1 ul, .panel_2 ul, .panel_3 ul {
	list-style-image: url(images/bullet_list.gif);
	line-height: 26px;
	margin-left: 30px;
	}
	
.container {
	width: 964px;
	margin: auto;
	}
	
.header {
	height: 120px;
	}
	
.logo {
	position: relative;
	left: 0;
	top: 25px;
	}	
	
.logo_2 {
	position: relative;
	float: right;
	top: -25px;
	}
	
.links_top {
	position: relative;
	top: 46px;
	right: -275px;
	float: right;
	font-size: 12px;
	}
	
.links_top a:link, .links_top a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}	
	
.links_top a:hover {
	text-decoration: underline;
	}

.links_top ul {
	display: inline;
	color: #fff;
	line-height: 26px;
	margin-left: 30px;
	}
	
.links_top ul li {
	list-style: none;
	display: inline;
	background: url(images/bullet_list_top.gif) no-repeat 0 3px;
	padding-left: 12px;
	margin-left: 16px;
	}

.shadow {
	height: 5px;
	background: #fbf9d1 url(images/bg_shadow.gif) repeat-x;
	margin: 0;
	}
	
.content {
	background: #fcfbd9 url(images/bg_content.gif) right top no-repeat;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	padding-top: 10px;
	}

.panel_1, .panel_2, .panel_3 {
	position: relative;
	width: 32%;
	clear: none;
	float: left;
	margin: auto;
	text-align: center;
	padding: 5px;
	}

.panel_4, .panel_5 {
	background: url(images/div_separator.gif) no-repeat left top;
	width: 3px;
	position: relative;
	left: -5px;
	float: left;
	min-height: 400px;
	}
	
.panel_5 {
	left: 5px;
	}

.bottom {
	clear: both;
	padding: 10px;
	margin-top: -20px;
	}

/*.bottom p {
	margin: 0 auto;
	}*/

.toolbox {
	background: url(images/bg_toolbox.gif) repeat-x left top;
	height: auto;
	padding: 10px;
	clear: both;
	color: #fcfbd9;
	line-height: 16px;
	}
	
.toolbox p {
	margin: auto auto 0 0;
	}
	
.heel {
	height: 5px;
	background: url(images/bg_heel.gif) top left no-repeat;
	clear: both;
	}
	
.footer {
	background: none;
	color: #fbf9d1;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	clear: both;
	}
	
.footer a {
	color: #fbf9d1;
	}