@charset "utf-8";
body {
	background-color: #2C341B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
	color: #360;
	margin: 0;
}
h1 {
	font-size: 14px;
}
#shell_outer {
	width: 750px;

}
#header {
	background-image: url(images/background_r1_c1.jpg);
	background-repeat: no-repeat;
}
.shell {
	border-collapse: collapse;
	background-image: url(images/back_tree.jpg);
	background-repeat: no-repeat;
	width: 750px;

}


#footer {
	text-align: center;
}
.sidebar {
	width: 135px;
	margin-left: 35px;
	color: #F90;
	font-size: 12px;
	text-align: center;
}


.content {
	color: #B4F784;
	text-align: left;
	margin-left: 70px;
	margin-top: 10px;
	width: 450px;
	font-size: 12px;
}
.testimonials {
	font-size: 11px;
	font-style: italic;
	color: #FC0;
}



#contact {

}
#construction {
	text-align: center;
	font-size: 18px;
}

.color {
	color: #A0E276;
	border: 2px inset #9DA126;
	background-color: #545728;

}
.boxes {
	font-size: 12px;
	color: #A7E584;
	text-align: left;
}



.thankyou {
	font-size: 16px;
	color: #6C3;
	background-color: #2C341B;
	text-align: center;
	margin-top: 150px;
}
.textfield {
	background-color: #8D8443;
	border: 1px inset #393D24;
}


.textfield_button {
	border: 2px outset #32361D;
	background-color: #8D8443;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
.highlight {
	color: #690;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: none;
	color: #CC66B0;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
