@charset "UTF-8";
/* CSS Document */

#body {
	background-image: url(images/bg-feather.gif);
}
#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
a:link,a:visited   {
	text-decoration: none;
	color: #453600;
}
a:hover,a:active   {
	color: #51C1AF;
	text-decoration: underline;
}
#header {
	padding-bottom: 10px;
	width: 1000px;
}
#header img {
	margin: 0px;
	padding: 0px;
	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;
}
#topmenu {
	text-align: right;
	padding-right: 10px;
	width: 990px;
}
#topmenu ul {
	list-style-type: none;
	font-size: 11px;
	color: #51C1AF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#topmenu ul li {
	display: inline;
	padding-left: 10px;
	text-transform: uppercase;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 350px;
}
#left_splash {
	background-image: url(images/left_splash.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 350px;
	height: 350px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	background-color: #51C1AF;
	height: 328px;
	width: 618px;
	float: left;
	padding: 10px;
	border: 1px solid #A8D0D4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	overflow: auto;
}
#main p {
	margin-right: 50px;
	margin-left: 50px;
	font-size: 14px;
	line-height: 1.5em;
}
#main h1 {
	font-size: 18px;
}
#bottom-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 360px;
	padding-right: 10px;
	text-transform: uppercase;
}
#bottom-menu ul {
	padding: 0px;
	text-align: right;
	color: #453600;
	margin-top: 5px;
}
#bottom-menu li {
	display: inline;
	padding-left: 25px;
	letter-spacing: .1em;
}
