@charset "UTF-8";
/* CSS Document */
body,td,th {
	color:#9CB77E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2pt;
	word-spacing: 0.6pt;
}
body {
	background-color: #000;
	background-image: url(images/buddah_rug.jpg);
	background-repeat: repeat;
	margin:0;
}
a:link {
	color: #B9EDB2;
		text-decoration:none;

}
a:visited {
	color: #B9EDB2;
		text-decoration:none;

}
a:hover {
	color: #FFF;
	text-decoration:none;
}
p {
}
h1{
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	letter-spacing:2px;
}
h2{
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	letter-spacing:1px;x;
}
h3{
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	letter-spacing:1px;x;
}
a:active {
	color: #F96811;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom:80px;
	position: relative;
	top: 235px;
}
#left-container {
	width: 550px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #142401;
	border-right-color: #142401;
	border-bottom-color: #142401;
	border-left-color: #142401;
	padding-right: 20px;
	float:left;
}
#right-container {
	float:right;
	width:170px;
}

#nav-menu li
{
		display: inline;

}

#container {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1F2904;
	height: 3500px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #142401;
	border-right-color: #142401;
	border-bottom-color: #142401;
	border-left-color: #142401;
}

.testimonial {
	border: thin dotted #FF0;
	background-color: #918A45;
	padding: 10px;
}
#content-container {
	margin: 20px;
}
.content_headers {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.quote {
	font-style: italic;
	color: #F60;
}
.img_right {
	border: 5px solid #142401;
	float:right;
	margin-left:20px;
		margin-bottom:20px;
}
.img_left {
	border: 5px solid #142401;
	float:left;
		margin-right:20px;
		margin-bottom:20px;
}
.testimonials{
	list-style-type: none;
}
.testimonials li {
	margin-bottom:20px;
	border-bottom:dashed #999 thin;
	padding-bottom:20px;
}
label{
float: left;
width: 120px;
font-weight: bold;
}
input, textarea{
width: 180px;
margin-bottom: 5px;
}
textarea{
width: 250px;
height: 150px;
}
.boxes{
width: 1em;
}
br{
clear: left;
}
#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

