body {
	margin: 0px;
	padding: 0px;
	background: #FFF8EC;
	font: 13px Verdana, Geneva, sans-serif;
	color: #153531;
}
#content {
	background: url(../images/layout/content.gif) repeat-y;
}
#sidebar {
	float: left;
	width: 200px;
}
#body {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
#info {
	padding: 0px 40px;
	float: left;
	width: 620px;
}
#footer {
	background: #E08852 url(../images/layout/footer.gif) no-repeat left top;
	font-size: 80%;
	padding: 85px 20px 15px;
	text-align: center;
	color: #FFF0DD;
}
#info h1 {
	color: #066;
	font: italic 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}
#info h2 {
	color: #066;
	font: italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0px 10px;
}

#info p {
	color: #183D38;
	line-height: 150%;
	margin: 0px 0px 10px;
}
#info a {
	color: #E08852;
	text-decoration: none;
}
#info li {
	line-height: 150%;
}

#info a:hover {
	text-decoration: underline;
}
#footer a {
	color: #FEE0BB;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



.clear {
	clear: both;
}
.image_r {
	margin: 10px 0px 10px 20px;
	float: right;
}
.text-small {
	font-size: 80%;
}
.copyright {
	font-size: 80%;
	font-style: italic;
}
.col-50 {
	padding: 0px 2% 0px 0px;
	float: left;
	width: 48%;
}
.col-45 {
	padding: 0px 2% 0px 0px;
	float: left;
	width: 43%;
}
.col-20 {
	padding: 0px 2% 0px 0px;
	float: left;
	width: 18%;
}
.col-15 {
	padding: 0px 2% 0px 0px;
	float: left;
	width: 13%;
}
.padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nextlink {
	color: #C00;
}
.column-4-10 {
	float: left;
	width: 10%;
}
.column-4-50 {
	float: left;
	width: 49%;
	padding-right: 1%;
}
.column-4-30 {
	float: left;
	width: 30%;
}
.clear-both {
	clear: both;
}
