body {
	background-color: #BB9C79;
}

label,input, textarea {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	text-align: right;
	width: 50px;
	padding-right: 20px;
}

br {
	clear: left;
}

#container {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 800px;
}

#content {
	background-color: #F1EAE2;
	background-image: url(../images/plantbg2.jpg);
	background-position: 0px 75px;
	float: left;
	border: 2px solid #060;
}

#lcontainer {
	width: 200px;
	/* background-color: #F1EAE2; */
	float: left;
	border: solid 5px #F1EAE2;
}

#lcontainer #subcontainer {
	background-color: #F1EAE2;
}

#lcontainer #title {
	background-color: #008A45;
	background-image: url(../images/title.png);
	width: 200px;
	height: 200px;
}

#contact {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 150px;
	color: #9CD121;
}

#contact a {
	color: #9CD121;
	text-decoration: none;
}

#contact a:hover {
	color: #fff;
	text-decoration: none;
}

#lcontainer #divider {
	width: 200px;
	height: 12px;
	white-space: normal;
	font-size: 0px;
	background-color: #F1EAE2;
	background-image: url(../images/divider.gif);
	padding-top: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#lcontainer #divider2 {
	width: 190px;
	height: 5px;
	white-space: normal;
	font-size: 0px;
	background-color: #F1EAE2;
	background-image: url(../images/divider2.gif);
	margin-left: 5px;
}

#lcontainer #nav-menu {
	margin-left: 5px;
}

#nav-menu {
	background-color: #F1EAE2;
}

#nav-menu a {
    width: 190px;
    height: 51px;
    display: block;
    text-decoration: none;
	
}
#nav-menu a#home { background-image: url(../images/home.png); }
#nav-menu a#philosophy { background-image: url(../images/philosophy.png); }
#nav-menu a#process { background-image: url(../images/process.png); }
#nav-menu a#portfolio { background-image: url(../images/portfolio.png); }
#nav-menu a#contacta { background-image: url(../images/contact.png); }
#nav-menu a#links { background-image: url(../images/links.png); }

#nav-menu a#home:hover,
#nav-menu a#philosophy:hover,
#nav-menu a#process:hover,
#nav-menu a#portfolio:hover,
#nav-menu a#contacta:hover,
#nav-menu a#links:hover
{
    background-position: 190px 0;
}

#footer {
	height: 109px;
	width: 200px;
}

#ccontainer {
	width: 350px;
	float: left;
	border-right: solid 5px #F1EAE2;
	border-top: solid 5px #F1EAE2;
	border-bottom: solid 5px #F1EAE2;
}

#ccontainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#ccontainer #header{
	background-image: url(../images/reinvent.jpg);
	height: 200px;
	width: 350px;
}

#ccontainer #philosophy_header{
	background-image: url(../images/lees_philosophy.jpg);
	height: 200px;
	width: 350px;
}

#ccontainer #welcome{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 432px;
}

#ccontainer #text{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 432px;
	overflow: scroll;
}

#ccontainer #portfolio {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 402px;
}

#ccontainer #botnav {
	height: 30px;
}

#ccontainer #botnav #prev{
	float: left;
	text-align: left;
}

#ccontainer #botnav #next{
	float: right;
	text-align: right;
}

#welcome p, #welcome blockquote,
#text p, #text ul,
#portfolio,
#botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #900;
}

#rcontainer {
	width: 225px;
	float: left;
	border-right: solid 5px #F1EAE2;
	border-top: solid 5px #F1EAE2;
	border-bottom: solid 5px #F1EAE2;
}

#rcontainer #header{
	background-image: url(../images/portfolio_header.png);
	height: 50px;
	width: 225px;
}

#rcontainer #divider{
	width: 225;
	height: 12px;
	background-color: #F1EAE2;
	background-image: url(../images/divider.gif);
	padding-top: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	white-space: normal;
	font-size: 0px;
}

#rcontainer #portfolio {
	height: 560px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#portfolio img {
	border: 2px solid #000;
}

#portfolio #set {
}

#portfolio img#left{
	float: left;
	margin-bottom: 12px;
}

#portfolio img#right{
	float: right;
	margin-bottom: 12px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

