@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #628F81;
	height: *;
	height: 900px;
	position: relative;
	background-color: #F4F6F5;
}
#header {
	height: 200px;
	width: 900px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #224230;
}
 #header h1 {
	margin-left: -9999px;
	padding: 0px;
	margin-top: 0px;
}
#top_nav {
	float: right;
	height: 30px;
	width: 563px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#top_nav li {
	display: inline;
	padding-left: 10px;
	line-height: 28px;
}
#top_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A2B00;
	text-decoration: underline;
}

#top_nav a:hover {
	color: #15422F;
	text-decoration: underline;
}
#left_col {
	float: left;
	width: 600px;
	display: inline;
	background-image: url(img/mid_bg.jpg);
	background-repeat: no-repeat;
}
#left_col_home {
	float: left;
	width: 600px;
	display: inline;
	background-image: url(img/home_new.jpg);
	background-repeat: no-repeat;
	height: 850px;
}
#left_col h2 {
	padding: 0px;
	color: #10251C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#right_col h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #10251C;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#left_col p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right_col {
	float: left;
	width: 300px;
	background-image: url(img/panel.jpg);
	display: inline;
	height: 850px;
}
#right_col ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_col li {
	display: block;
	height: 50px;
	padding-left: 0px;
	line-height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#right_col a {
	font-size: 18px;
	color: #5D5230;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 50px;
	width: 280px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#right_col a:hover {
	color: #38321D;
	text-decoration: underline;
	background-color: #EBE5BF;
}
#right_col p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.attrib {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
}
.img {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	background-color: #263E2D;
	clear: both;
	height: 50px;
	width: 900px;
	background-image: url(img/footer.jpg);
}
#box {
	height: 150px;
	width: 600px;
}
#box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
	padding-left: 200px;
	line-height: 30px;
}
