/* CSS Document */

html {
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
}
html, body {
	height: 100%;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/left.gif) repeat-y;
	padding-left: 60px;
	height: 95%;
}
#container2 {
	width: 100%;
	background: url(../img/right.gif) repeat-y right;
	padding-right: 60px;
	padding-bottom: 50px;
	height: 94%;
}
#header {
	margin-bottom: 10px;
	padding-bottom: 19px;
	border-bottom: 10px solid #000000;
}
#menu {
	margin-top: 5px;
}
#menu li {
	float: left;
	padding: 3px;
	margin-left: 5px;
	border: 1px solid #000000;
	border-bottom: none;
}
#menu li a {
	color: #86B362;
	text-decoration: none;
}
#menu li a:hover {
	color: #AFD195;
	text-decoration: underline;
}
#footer {
	padding-top: 20px;
}
#left {
	float: left;
	width: 40%;
}
#right {
	float: right;
	width: 60%;
}
a {
	color: #86B362;
	text-decoration: underline;
}
a:hover {
	color: #AFD195;
	text-decoration: underline;
}
.clear {
	clear: both;
	float: none;
}
.content {
	margin-bottom: 10px;
	padding-bottom: 25px;
	background: url(../img/bottom.gif) repeat-x bottom;
}
.content span {
	font-size: 20px;
	color: #CCCCCC;
	font-weight: bold;
}
.content .c p {
	line-height: 18px;
}
.content .c dl dd {
	margin-left: 30px;
}
.content .c dl dt {
	padding: 10px;
	text-decoration: underline;
	font-weight: bold;
}
.content .c {
	margin-left: 10px;
	margin-top: 10px;
}