a {
	text-decoration: none;
	color: #35537B;
}

a:hover {
	text-decoration: underline;
	color: #63814E;
}

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/bg.gif") repeat-x #C8DEC5;
}

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #303030;
}

.cleaner {
	clear: both;
}

#content {
	position: relative;
	float: left;
	width: 540px;
	padding: 30px;
}

#feature_current {
	margin-right: 30px;
}

.feature {
	position: relative;
	float: left;
	width: 251px;
	padding: 1px;
	border: 1px solid #62804D;
	background: #FFFFFF;
	margin: 15px 0px;
}

.feature img {
	display: block;
}

.feature_info {
	position: relative;
	background: url("images/feature_bg.gif") repeat-x #ACD2E3;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

.feature_pic {
	position: relative;
	width: 88px;
	height: 68px;
	border: 1px solid #6E8E6B;
	float: right;
}

#footer {
	clear: both;
	position: relative;
	background: url("../images/footer_bg.gif") repeat-x #ACD3E4 0px 14px;
	font-size: 90%;
	color: #505050;
}

#footer_contact {
	padding: 5px;
	width: 180px;
}

#footer_contact p {
	margin: 0px;
	padding: 2px 0px;
}

#footer_bar {
	height: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url("../images/footer_bar.gif") repeat-x;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
	padding: 0px 5px;
}

#footer_info {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 400px;
	text-align: right;
	padding: 5px;
}

#footer_info img {
	border: 1px solid #799565;
}

#header {
	position: relative;
	width: 750px;
	height: 120px;
}

#header img {
	display: block;
}

#header_bar {
	height: 9px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url("../images/header_bar.gif") repeat-x;
}

#menu {
	position: relative;
	float: left;
	width: 150px;
	height: 278px;
	background: url("../images/menu.gif") no-repeat;
	padding-top: 22px;
}

#menu a {
	display: block;
	width: 150px;
	height: 23px;
	text-indent: -3000px;
	background: url("../images/menu.gif") no-repeat;
	padding-bottom: 7px;
}

a#menu_1 { background-position: 0px -22px; }
a#menu_1:hover { background-position: -150px -22px; }

a#menu_2 { background-position: 0px -52px; }
a#menu_2:hover { background-position: -150px -52px; }

a#menu_3 { background-position: 0px -82px; }
a#menu_3:hover { background-position: -150px -82px; }

a#menu_4 { background-position: 0px -112px; }
a#menu_4:hover { background-position: -150px -112px; }

a#menu_5 { background-position: 0px -142px; }
a#menu_5:hover { background-position: -150px -142px; }

a#menu_6 { background-position: 0px -172px; height: 41px; }
a#menu_6:hover { background-position: -150px -172px; }

a#menu_7 { background-position: 0px -220px; height: 41px; }
a#menu_7:hover { background-position: -150px -220px; }

p {
	margin: 0px;
	padding: 5px 0px;
}

#radar {
	clear: right;
	padding: 10px 5px 5px 5px;
	font-size: 80%;
	text-align: right;
}

#radar a {
	text-decoration: none;
	color: #FFFFFF;
}

#radar a:hover {
	color: #63814E;
}

#sendtofriend {
	position: relative;
	margin: 10px;
	width: 260px;
	height: 160px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #8DB0BF;
	text-align: right;
}

.sendtofriend_input {
	width: 160px;
	border: 1px solid #8DB0BF;
}

#site_links {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 90%;
}

#wrapper {
	position: relative;
	width: 750px;
	margin: 0px auto;
	border: 10px solid #FFFFFF;
	background: url("../images/body_bg.gif") repeat-y #FFFFFF;
}