@charset "UTF-8";
/* CSS Document */

body {
	background: #59703d;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f2b0a;
	line-height: 120%;
}

a {
	color: #4f2b0a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header-container {
	height: 145px;
	width: 100%;
	background: url(images/header-bg.gif) repeat-x;
}

#header {
	width: 780px;
	margin: 0 auto;
	color: #65a7bc;
	text-align: right;
}

#main-content-top {
	background: url(images/main-contnet-bg.jpg) no-repeat;
	width: 250px;
	height: 210px;
	color: #ffffff;
	margin: 0 auto;
	padding: 40px 30px 0px 500px;
	line-height: 26px;
}

#main-content {
	background: url(images/main-content-bg.gif);
	width: 720px;
	margin: 0 auto;
	padding: 30px;
}

#main-content-bottom {
	background: url(images/main-content-bg.gif);
	width: 750px;
	margin: 0 auto;
	padding: 20px 30px 30px 0px;
}

#main-content-bottom-left {
	width: 300px;
	float: left;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #c8813b;
	font-size: 19px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 15px;
	color: #4f2b0a;
	margin: 0px 0px 20px 0px;
}

#learn-more {
	background: url(images/learn-more-bg.gif);
	width: 167px;
	height: 85px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 30px;
	float: left;
}

#learn-more a {
	color: #008cb9;
	text-decoration: none;
	font-size: 19px;
}

#learn-more a:hover {
	text-decoration: underline;
}

#contact {
	margin: 0px 0px 30px 0px;
	width: 450px;
	//float: right;
}
