/*
Dark Green: #183311;
#214016;
Light Green: #AECB77;


*/

html {
	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	
	color: #FFFFFF;
}
div
{
	display: block;
}
a
{
	text-decoration: none;
	color: #66FF00;
}
a:hover
{
	color: #FFFFFF;
}

h1
{
	font-weight: normal;
	margin-top: 0px;
}
a img
{
	border: 0px;
}

.pin
{
	float: none;
	clear: both;
}

#head {
	
}
#holder
{
	width: 800px;
	margin: auto;
	background-image: url(../images/background.gradient.jpg);
	background-color: #214016;
	background-repeat: repeat-x;
	background-position: bottom;
	
	overflow: auto;
}
#bgl1
{
	background-image: url(../images/background.side.jpg);
	background-repeat: repeat-y;
	
	overflow: auto;
}
#bgl2
{
	background-image: url(../images/background.tree.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 16px bottom;
	
	overflow: auto;
}
#main
{
	
	
}
#col1
{
	float: left;
	width: 464px;
}
#col2
{
	position: relative;
	float: left;
	
	/*background-color: #516E7F;*/
	width: 258px;
}
#nav
{
	float: left;
	width: 148px;
}
#copy
{
	position: relative;
	float: left;
	width: 238px;
	padding: 0px 10px 0px 10px;
}
#nav ul
{
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style: none;
	
	font-size: small;
}
#nav a
{
	color: #FFFFFF;
	/*background-image: url(images/shadow.text.small.png);
	background-repeat: repeat-x;
	background-position: 0px 5px;*/
	text-transform: lowercase;
}
#nav a:hover, #nav a:active
{
	font-weight: bold;
}
#nav a.on
{
	font-weight: bold;	
}
#nav a.on:before
{
	content: "> ";
}

#copy h1+p
{
	font-size: 120%;
}
#copy p
{
	font-size: 90%;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	/*background-image: url(images/shadow.text.small.png);
	background-position: 0px 5px;*/
}

#spacer, #foot
{
	height: 90px;
	
	background-color: #594053;
}
#spacer
{
	border-bottom: 1px solid #183311;
}
#foot
{
	border-top: 1px solid #183311;
}
#images img
{
	display: block;
	width: 256px;
	border: 1px solid #183311;
}
#images img.tiny
{
	float: left;
	width: 127px;
	height: 127px;
}
#images a:hover img
{
	position: relative;
	z-index: 11;
	border: 1px solid #FFFFFF;
}
#stitchingVert1, #stitchingVert2
{
	position: absolute;
	
	top: 0px;
	
	background-image: url(../images/stitching.vert.png);
	width: 16px;
	
	height: 100%;
}
#stitchingVert1
{
	left: -8px;
}
#stitchingVert2
{
	left: 250px;
	background-position: 0px 80px;
}
.stitchingHori, .stitchingVert
{
	position: relative;
	display: block;
	
	background-image: url(../images/stitching.hori.png);
	width: 266px;
	height: 16px;
	
	margin: -8px -0px -8px -4px;
	z-index: 10;
}
.stitchingVert
{
	float: left;
	background-image: url(../images/stitching.vert.png);
	width: 16px;
	height: 132px;
	margin: -4px -8px 0px -8px;
}

#foot
{
	height: auto;
	background-color: #516E7F;
	
	font-size: 80%;
	padding: 60px 10px 10px 10px;
}
#foot p
{
	margin: 0px;
}
#foot img
{
	float: right;
	padding-top: 20px;
}

#copy p.big
{
	display: block;
	position: relative;
	overflow: hidden;
	
	font-family: Courier, "Courier new",  monospace;
	
	font-size: 450%;
	
	margin: 0px;
}
.big.left
{
	left: -22%;
}
.big.right
{
	text-align: right;
	left: 22%;
	top: -0.3em;
}