

html, body {
font-size: 12px;
color: #1e1e1e;
background-image:url('../images/backg.png');
background-color: #453e38;
}
#main {
width:986px;
height:518px;
position:absolute;
left:50%;
top:50%;
margin-left:-488px;
margin-top:-325px;
}
#header{
	position:absolute;
	margin-left: 0px;
	left:0px;
	top:0px;
	width: 986px;
	height: 96px;
	float:left;
	}
#navigation{
width:986px;
position:absolute;
top:96px;
left:0px;
}			
#intro{
position:absolute;
top:128px;
left:0px;
}
#about_main {
width:986px;
height:518px;
position:absolute;
left:50%;
top:50%;
margin-left:-488px;
margin-top:-325px;
}
#about_header{
	position:absolute;
	margin-left: 0px;
	left:0px;
	top:0px;
	width: 986px;
	height: 96px;
	float:left;
	}
#about_navigation{
width:986px;
position:absolute;
top:96px;
left:0px;
}			
#about{
position:absolute;
top:128px;
left:0px;
}
#sales{
position:absolute;
top:128px;
left:0px;
}
link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {

	float:left; 
	margin:0;
	margin-top:0px; 
	margin-left:0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #ecb544;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}
a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #ecb544;
	text-decoration: none;
	line-height: normal;
	text-transform: uppercase;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.a {
	color:#ecb544;
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
.a img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.bf_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.bf_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.bf_footer a:hover{
	color:#fff;
}
.bf_footer a span{
	font-weight:bold;
}
.bf_footer a.bf_left{
	float:left;
}
