/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #7A4426 url(../images/bearsden_bg.png) repeat-y center;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 760px;
	background: url(../images/tree_image.png) -2px bottom;
	margin: 0 auto -40px;
	background-repeat: no-repeat;
}
#wrapper-all
{
	width: 760px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -2px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 120px;
	width: 760px;
	background: url(../images/header-fishing2.png) no-repeat top right;
}
#logo
{
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-top: 5px;
	z-index: 1000;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 30px;
	margin-top: -30px;
	border-bottom: 5px solid #3D2B00;
	text-align: right;
	padding-right: 5px;
}
#nav-horizontal UL
{
	float: right;
}
#nav-horizontal LI
{
	font-family: "Arial Narrow";
	display: block;
	float: left;
	background-color: #8C6238;
	text-align: center;
	text-transform: uppercase;
	font-size: 8.5pt;
	margin-right: 3px;
	margin-left: 0;
}
#nav-horizontal A
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 0;
	width: 90px;
	height: 16px;
}
#nav-horizontal A.longnav
{
	width: 145px;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background-color: #3D2B00;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
#column-a1
{
	width: 350px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 5px;
	text-align: center;
}
#column-a2
{
	width: 350px;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}
#column-a3
{
	float: left;
	width: 340px;
	margin-right: 15px;
	margin-left: 25px;
}
#column-a4
{
	width: 320px;
	float: right;
	margin-right: 25px;
	margin-left: 15px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 40px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
	position: relative;
}
#footer-ob-logo
{
	float: left;
	position: absolute;
	bottom: 5px;
	left: 20px;
}
#foot-links
{
	float: right;
	position: absolute;
	right: 10px;
	bottom: 12px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
#foot-links A
{
	color: #FFFFFF;
	text-decoration: none;
}
#foot-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
.clear
{
	clear: both;
}
.left
{
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
}
.border
{
	border: 8px solid #8C6238;
}
.border2
{
	border: 3px solid #3D2B00;
}
H1
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
H2
{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 140%;
}
H3
{
	color: #3D2B00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
P
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #FFFFFF;
	font-size: 12px;
}
LI
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	line-height: 140%;
}
HR
{
	color: #3D2B00;
	height: 5px;
}
A
{
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:hover
{
	text-decoration: none;
	color: #3D2B00;
}

