/* CSS Document */
body {
	padding: 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	background-color: #909090;
}

#container {
	width: 810px;
	text-align: left;
	position: relative;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#innerContainer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

#left {
	width: 275px;
	float: left;
	min-height: 500px;
}

#left a {
	display: block;
	width: 275px;
	padding: 6px 0;
	border-bottom: 1px solid #092F0A;
	color: #DDF9DE;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#left .first {
	border-top: 1px solid #092F0A;
}

#left a:hover {
	background-color: #092F0A;
}

#right {
	width: 535px;
	float: left;
}
#content {
	padding: 0 20px;
}
#content div {
	padding-left: 30px;
}
#content h2 {
	font-size: 17px;
	border-bottom: 1px solid black;
	padding-left: 15px;
	width: 450px;
	font-weight: bold;
}
#content h1 {
	font-size: 22px;
}
#content a {
	font-weight: bold;
	color: #0D480E;
}

.clear {
	clear: both;
}
