html, body {
	height: 100%;
	font-family: "Lucida Grande", Verdana,Tahoma,Arial,sans-serif;
}

body {
color: #a9ae8f;
margin:0;
padding:0;
}

p {
font-size: 13px;
margin: 0 0 6px 0;
}

h2
{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}

a.bio:link, a.bio:visited {
	color: #fff;
	text-decoration: none;
}
a.bio:hover, a.bio:active {
	color: #000;
	text-decoration: underline;
}

a:link, a:visited {
	color: #757b54;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


.homegreen {
background-color:#3c421c;
}
.green {
background:#3c421c;
background-image: url(/assets/images/green-page-bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
.blue {
background:#1e3847;
background-image: url(/assets/images/blue-page-bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
.red {
background:#5a2819;
background-image: url(/assets/images/red-page-bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
.orange {
background:#9c4f04;
background-image: url(/assets/images/orange-page-bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
.brown {
background:#593716;
background-image: url(/assets/images/brown-page-bg.gif);
background-repeat: repeat-x;
background-position: top left;
}

#container {
	background-image: url(/assets/images/black-col-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
	width: 980px;
	margin: 0 auto;
}

#headerhome {
	position: relative;
	width: 980px;
	margin: 10px auto;
	text-align: right;
	padding: 25px 0 0 0;
	height: 150px;
}
#homemain {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	background: #000;
	height: 460px;
}

#homeslide {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#header{
	padding: 25px 0 0 0;
	text-align: right;
	position: relative;
	height: 100px;
}

#header img, #headerhome img, #header a, #headerhome a {
margin:0;
padding:0;
border:0;
}

.headerlogo {
position: absolute;
left: 35px;
top: 14px;
z-index: 10;
}


#main {
	margin: 0;
	position: relative;
}

#textleft { 
width: 165px;
padding: 0;
position: absolute;
left: 0;
top: 0;
text-align: center;
padding: 0;
}

#textleft img { 
padding-top: 50px;
}

#textmain {
width: 780px;
padding: 50px 0 0 200px;
}

#rightslide
{
	width: 300px;
	height: 300px;
	border: 0;
	float: right;
	margin: 0 0 20px 20px;
	color: #fff;
}
#rightslidetext
{
	width: 200px;
	border: 0;
	float: right;
	margin: 0 0 20px 20px;
	color: #fff;
}
#rightslide p, #rightslidetext p {
		font-size: 10px;
		margin-top: 5px;
}
#homefooter {
	font-size: 12px;
	width: 980px;
	color:#000;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}
#footer {
	font-size: 12px;
	width: 980px;
	color:#000;
	margin: 0 auto;
	padding: 20px 0 0 80px;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}



