* {
	padding:0;
	margin:0;
	font-size:12px;
}

body { 
	background-color: #FCFFB4;
	color: #FCFFB4;
	font-family:Helvetica, Arial, Sans-Serif;
	vertical-align:top;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position:top center;
	line-height:22px;
	text-align:center;
}
a {
	color:#B9641E;
	text-decoration:none;
	font-weight:bold;
	
}
a:hover {
	text-decoration:underline;
}
* html #the_green_box  {
	margin-top:-3px;
}
#menu a {
	padding:0;
	margin:0;
}
p {
	padding-bottom: 15px;
	text-align:left;
	line-height:18px;
}

table.portfolio {
	margin: 8px 0 18px 0;
}
table.portfolio td {
	text-align:center;
}

table.portfolio a {
	color: #FCFFB4;
	font-size:18px;
	letter-spacing:-0.5px;
	font-weight:normal;
	padding: 0 0 20px 0;
}

.date {
	color:#559955;
	font-size:9px;
	float:left;
}

input.text, textarea.text {
	width:300px;
	background-color:#FCFFB4;
}
select.text {
	background-color:#FCFFB4;
}
textarea.text {
	height: 100px;
}
img {
	border:0;
}
img.left {
	float:left;
	padding:3px 10px 0 0;
}
img.right {
	float:right;
	padding:3px 0 0 10px;
}

h1 {
	
	font-size:32px;
	letter-spacing:-2px;
	font-weight:normal;
	padding: 0 0 20px 0;
}
.homepagefeature img {
	margin-bottom:5px;
}
/*
font-style
font-variant
font-weight
font-size/line-height
font-family
caption
icon
menu
message-box
small-caption
status-bar
*/
h3 {
	font:italic normal 14px Helvetica, Arial;
	padding: 0 0 5px 0;
}

th {
	text-align:left;
	vertical-align:top;
	padding-right:8px;
	font-size:10px;
}
td {
	vertical-align:top;
}

table.address th, table.address td {
	font-size:10px;
	line-height:18px;
}

dt, h2, dt a {
	font-size: 16px;
	font-weight:bold;
	color: #B9641E;
}

dd a {
	color:#FCFFB4;
	text-decoration:underline;
}

ul.uses {
	list-style-type:bullet;
	padding-left:30px;
}
ul.uses li {
	padding:0 0 10px 5px;
	font-size:16px;
}

#page {
	margin: 0 auto;
	width:942px;
	text-align:left;
}

ul {
	padding-left:40px;
	padding-bottom:15px;
}
#content {
	
	background-color: #093200;
	background-image: url(../img/contentbg.jpg);
	background-repeat: no-repeat;
	padding:25px 10px;
	
}
a.thumb img {
	border:1px #FCFFB4 solid;
	margin:4px;
}
a.thumb:hover img {
	border-color:white;	
}

#leftcol, #rightcol {
	width:48%;
}

#leftcol {
	float:left;
}

table.treehousenav a {
	color: #FCFFB4;
}

#rightcol {
	float:right;
}

#leftcontent {
	
}

#rightimage {
	float:right;
	margin: 0 0 10px 15px;
}

.leftstrip {
	background-image: url(../img/leftstripbg.gif);
	background-repeat: repeat-y;

}
.rightstrip {
	background-image: url(../img/rightstripbg.gif);
	background-repeat: repeat-y;
}

#footer {
	background-color: #093200;
	text-align:center;
}