body {
	font-family: Comic Sans MS, cursive;
	margin: 3em;
	background-color: #061011;
	background-image: url(./img/bamboo2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrapper {
	width: 99%;
}

#content {
	margin-right: 0;
	padding-right: 0;
	color: #DEB887;
}

#sidebar {
	display: block;
	float: right;
	width: 250px;
	background-color: #1E361E;
	padding: 1em;
	margin-left: 1em;
	color: #DEB887;
	text-align: justify;
	/* transparency settings */
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#sidebar p {
	font-style: italic;
	text-indent: 1em;
	font-size: 0.75em;
	margin-top: 1em;
}

h1, h2, h3 {
	/* color: #426598; */
	color: #66981F;
	text-shadow: black 02px 2px 3px;
	width: 99%;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #66981F;
	margin: 7px 0 4px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	margin-left: 10px;
}

p {
	margin: 0;
}

#services table {
	margin-left: 10px;
}

#services table tr td {
	padding-left: 10px;
	width: 15em;
}

#services img {
	width: 150px;
	height: 200px;
	display: block;
	float: left;
	border: 1px solid #000;
	margin-bottom: 10px;
	/* background-image: url(./img/blank.jpg); */
}

.indent {
	margin: 10px;
}

.define {
	cursor: help;
}

.line {
	width: 100%;
	border-bottom: 1px solid #66981F;
	clear: both;
	margin-bottom: 15px;
}
