body {
	background: url(../images/bg-body.jpg) repeat;
	color: #356618;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	min-width: 940px;
	padding: 0;
}
a {
	outline: none;
}
img {
	border: 0;
}
p {
	margin: 0;
	text-align: justify;
}
p a {
	color: #356618;
}
p a:hover {
	color: #66a143;
}

#page {
	background: #356618;
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
}

#header {
	background: #ffffff;
	height: 151px;
	text-align: center;
}

#header a#logo {
	display: block;
	height: 86px;
	padding: 15px 0 0 20px;
}

#header a#logo img {
	display: block;
	margin: 35px 0 0 100px;
}

#header h1 {
	margin-top: -5px;
}

#header .pgm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 96px;
	font-weight: 900;
	text-shadow: 2px 2px 2px #cccccc;
	letter-spacing: 10px;
	margin: -12px 0 0 0;
}


#header h1 {
	letter-spacing: 6px;
	margin: -12px 0 0 0;
}

#body {
	background: #ffffff;
}

#body div.header div {
	position: relative;
}

#body div.header div img {
	position: relative;
	margin: -10px 0 15px 70px;
}

#body div.header div div {
	background: url(../images/bg-description.png) repeat-x;
	height: 25px;
	position: absolute;
	padding: 17px 20px;
	width: 860px;
	text-align: center;
}
#body div.header div div h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 6px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
}

#body div.body h1,
#body div.footer div h1 {
	background: #dce9d4;
	border-bottom: 2px solid #b3cca4;
	color: #836145;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	margin: 50px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}

#body div.footer {
	border-top: 0px solid #d7d6cd;
	margin: 0 20px;
	overflow: hidden;
	padding: 23px 0;
}

#body div.footer div {
	float: right;
	width: 540px;
}

#body div.footer div ul li p {
	font-size: 20px;
	line-height: 36px;
}

#body div.footer img{
	margin: 50px 0 0 0;
}

#body div#content div#sidebar div ul,
#footer div div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	background: #dce9d4;
	border-top: 1px solid #b8d0aa;
}
#footer div {
	height: 174px;
	overflow: hidden;
}
#footer div div {
	border-left: 1px solid #b8d0aa;
	float: left;
	height: 134px;
	padding: 20px 20px;
	width: 180px;
}

#footer div div h1 {
	color: #8c8c8c;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 13px;
	text-shadow: 1px 1px 1px #ffffff;
	text-transform: uppercase;
}

#footer div div a {
	color: #8c8c8c;
	display: block;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#footer div div a:hover {
	color: #4b4b4f;
}

#footer div div a#mail {
	background: url(../images/icons.png) no-repeat;
	height: 14px;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

#footer div div a#facebook {
	background: url(../images/icons.png) no-repeat 0 -38px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

#footer div div a#twitter {
	background: url(../images/icons.png) no-repeat 0 -88px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

#footer div div a#googleplus {
	background: url(../images/icons.png) no-repeat 0 -134px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

#footer div div a#mail:hover {
	background: url(../images/icons.png) no-repeat 0 -14px;
}

#footer div div a#facebook:hover {
	background: url(../images/icons.png) no-repeat 0 -58px;
}

#footer div div a#twitter:hover {
	background: url(../images/icons.png) no-repeat 0 -106px;
}

#footer div div a#googleplus:hover {
	background: url(../images/icons.png) no-repeat 0 -154px;
}

#footer p {
	background: #356618;
	color: #ffffff;
	height: 37px;
	line-height: 37px;
	text-align: center;
}