body {
	background:#617e33;
}
#content {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
#content #about {
	position:absolute;
	color:#192209;
	width:1200px;
	height:1400px;
	cursor:pointer;
}
#content #about #left {
	width:450px;
	float:left;
	padding:50px 0px 0px 50px;
}
#content #about #right {
	width:600px;
	float:left;
	padding:50px 0px 0px 50px;
}
#content #about div.block {
	padding:0px 0px 30px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:#192209 1px solid;
}
#content #about div.block p {
	clear:both;
	font-size:1.6em;
	line-height:20px;
	padding:10px 0px 0px 0px;
}
#content #about div.block ul {
	padding:10px 0px 0px 20px;
}
#content #about div.block ul li {
	font-size:1.6em;
	line-height:18px;
}
#content #about div.block ul.p {
	padding:0px 0px 0px 20px;
}
#content #about div.block ul.p li {
	padding:10px 0px 0px 0px;
}
#content #about div.block dl {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	line-height:22px;
	padding:5px 0px 0px 0px;
}
#content #about div.block dl dt {
	color:#7f9c51;
	display:block;
	height:22px;
	width:150px;
	padding:0px 0px 0px 5px;
	text-transform:uppercase;
	margin:5px 0px 0px 0px;
	float:left;
	clear:both;
	background:#455c21;
}
#content #about div.block dl dd {
	color:#7f9c51;
	display:block;
	height:22px;
	float:left;
	text-align:right;
	padding:0px 5px 0px 5px;
	margin:5px 0px 0px 1px;
	background:#455c21;
}
#content #about div.block form label {
	font-size:1.6em;
}
#content #about div.block form input {
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:15px;
	line-height:15px;
	font-size:12px;
	padding:2px;
	background:#455c21;
	color:#ffffff;
	margin:0px 0px 5px 0px;
}
#content #about div.block form textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:200px;
	line-height:15px;
	font-size:12px;
	background:#455c21;
	padding:2px;
	color:#ffffff;
	overflow:hidden;
	margin:0px 0px 5px 0px;
}
#content #about div.block form p {
	padding:0px;
	margin:0px;
}
#content #about div.block form p input.submit {
	float:left;
	height:20px;
	width:75px;
}
#content #about div.block form p #status {
	padding:0px 0px 0px 10px;
}
#content #about div.block #fb-root {
	clear:both;
	padding:10px 0px 0px 0px;
}
#nav {
	position:absolute;
	width:100%;
	top:0px;
	text-align:right;
	padding:10px 0px 0px 0px;
}
#nav li.current {
	border-bottom:#617e33 solid 1px;
}
#footer {
	color:#455c21;
}