@CHARSET "ISO-8859-1";

html
{
	border-left:1px #000 solid;
	border-top:3px #000 solid;
	background: url('../images/html_fade.gif') repeat-x fixed;
	background-color: #fff;
}

body
{	
	background: url('../images/body_fade.gif') repeat-x 0 -8px;
	background-color: transparent;
}


#left_nav
{
	/* Drop in a logo here
	background: url() no-repeat 0px 0px; */
	position: fixed;
	top:43px;
	left:1px;
	width: 180px;
	padding:0;
	background-color: #12211B;
	list-style-type: none;
	overflow:hidden;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
}

#left_nav a:link, #left_nav a:active, #left_nav a:hover, #left_nav a:visited
{
	display: block;
	padding: .45em 10px .45em 15px;
	color: #aaa;
	text-decoration: none;
	font-family: Verdana, "Sans Serif";
}

#left_nav a:hover
{
	color: #fff;
	background-color: #24422B;
	background-color: #000;
	font-weight: bolder;
}

#top_nav
{
	margin:1px 0 0 0px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	height:55px;
	overflow:hidden;
	border-bottom:solid 3px #000;
}



#top_nav li
{
	display:inline;
	position: relative;
	margin:0;
	font-family: "Trebuchet MS", Verdana, "Sans Serif";
	font-weight: bold;
	font-size: 140%;
	color: #bbb;
	
}

#top_nav a:link, #top_nav a:active, #top_nav a:hover, #top_nav a:visited
{
	
	padding:2px 90px 30px 34px;
	margin:0;
	color: #bbb;
	background:url(../images/timber.png) 0px 17px no-repeat;
	background-color:#2A4C31;
	background-color: #223C31;
}

#top_nav #matnav
	{
		background-image:url(../images/mats.png);
		padding-right:130px;
	}
#top_nav #llc
{
	padding:2px 0px 30px 0px;
}

#top_nav a:hover
{
	color: #fff;
	background-color: #12211B;
}

#top_nav #logo
{
background:none;
padding:0;
margin:0;

position:static;
}

#logo img
{float:left;
}




.content
{
	background:url(../images/the_crew.jpg) no-repeat #fff;
	background-postion:5px 20px;
	margin: 0 0 0 180px;
	padding: 124px 25px 2em 25px;
	min-height: 350px;
}

.content a:link, .content a:active, .content a:hover, .content a:visited
{
	color: #a08030;
	font-family: Verdana, "Sans Serif";
	font-weight: bold;
}

.content a:hover
{
	color: #ee9949;
}

.content img
{
	margin: .4em 0;
	border: 2px solid #000;
	border-left:1px solid #fff;
	float: left;
	clear: left;
	width:250px;
	height:188px;
	position:relative;
	left:-25px
}

.content p
{
	margin-right: 1em;
	max-width:750px;
}

#footer
{
	position: fixed;
	bottom:0px;
	background-color: #223C31;
	padding: .15em .8em .1em .8em;
	margin: 0;
	color: #888;
	font-size: 90%;
	z-index:20;
	border-top:1px solid black;
	border-bottom:2px solid black;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited
{
	color: #888;
	text-decoration: none;
}

#footer .left{
	float:left;
	}
#footer .right{
	float:right;
	}

#footer a:hover
{
	color: #fff;
}



.clear
{
	float: none;
	clear: both;
}