body {
	font: 14px Verdana;
	background: transparent url(images/bg.png) repeat;
	color: rgb(66,66,66);
	margin: 20px;
}

#header {
	background-color: rgb(219,255,217);
}

#header #top-left {
	position: absolute;
	top: 0;
	left: 0;
}

#header #top-right {
	position: absolute;
	top: 0;
	right: 0;
}

#header ul {
	list-style: none;
	padding: 0;
	height: 77px;
	text-align: center;
}

#header ul li {
	padding-top: 25px;
	float: left;
	width: 19%;
	height: 52px;
}

#header ul li, a, a:hover {
	color: rgb(14, 75, 0);
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header ul li.div {
	border-right: 1px solid rgb(152,225,165);
}

#cont {
	background-color: rgb(235,243,255);
	position: relative;
}

#content {
	background-color: rgb(235,243,255);
	padding: 10px 20px;
}

#content #bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

#content #bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

#content div.m {
	margin-bottom: 40px;
	clear: both;
}

#content div.m img {
	float: left;
	padding: 0 20px 40px 0;
}

#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#footer {
	margin: 20px 0 0 20px;
	text-align: left;
	font-size: 12px;
}

#footer a {
	color: rgb(33,173,2);
}