@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #453E38;
	background-image: url(Images/background.png);
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	position: absolute;
	margin-left: 375px;
}
#nav {
	float: left;
	width: 200px;
	padding-top: 50px;
}
#nav a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFF;
	background-image: url(Images/content_bgrd.png);
	background-repeat: repeat-x;
	margin-left: 200px;
	width: 580px;
}
#top_rt_cr {
	float: right;
}
#left_top_cr {
	float: left;
}
#header_img {
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#content_text {
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-top: 30px;
}
#bt_rt_cr {
	float: right;
	width: 40px;
	text-align: right;
}
#bottom_cr {
	width: 580px;
}
#footer {
	background-image: url(Images/lower.png);
	background-repeat: no-repeat;
	background-position: 240px;
}
#footerright {
	float: right;
	width: 100px;
	margin-right: 220px;
	color: #FFFF99;
	font-size: 1.2em;
}
#bottom_corners {
	height: 24px;
}
#footerleft {
	float: left;
	width: 120px;
	margin-left: 480px;
	color: #F9F9F8;
	font-size: 1.2em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #257070;
}
a:visited {
	color: #257070;
}
a:active {
	color: #333;
}
a:link {
	color: #303;
}
a:hover {
	color: #FF3;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

