body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #c0bca0;
	margin: 30px 40px 15px 40px;
}

a {
	text-decoration: underline;
	color: #751f2a;
}

a:hover {
	text-decoration: underline;
	color: #c30;
}

div#page {
	position: relative;
	z-index: 100;
}

div#top {
	margin-left: 50px;
}

img#tag {
	float: right;
}



div#topnav {
	text-align: right;
	margin-top: 20px;
	color: #333;
}

	div#topnav a {
		color: #333;
		text-decoration: none;
	}
	
	div#topnav a:hover {
		text-decoration: underline;
	}


div#nav {
	height: 45px;
}

div#navbtns {
	margin-left: 80px;
	display: compact;
	height: 25px;
}

	div#navbtns img {
		border: none;
		margin-right: 5px;
	}
	
	div#navbtns div#btns {
		height: 25px;
		position: relative;
		display: compact;
		top: -15px;
	}
	
	div#navbtns div#line {
		height: 2px;
		margin: 15px 0 0 300px;
		background-color: #6f2026;
	}


div.subnav {
	height: 25px;
	margin-left: 105px;
	font-size: 105%;
	margin-top: -18px;
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: 10px solid #c0bca0;
}

	div#nav_fires {
		background: url(/images/nav/fires-nav-b.gif);
		display: none;
	}
	
	div#nav_stoves {
		background: url(/images/nav/stoves-nav-b.gif);
		display: none;
	}
	
	div#nav_ranges {
		background: url(/images/nav/ranges-nav-b.gif);
		display: none;
	}

	div.subnav img {
		float: left;
	}
	
	
	div.subnav img.right {
		float: right;
	}
	
	
	div.subnav a {
		color: #fff;
		text-decoration: none;
		padding: 0 8px;
		margin-top: 4px;
		display: block;
		float: left;
	}
	
	div.subnav a:hover {
		text-decoration: underline;
	}




div#content {
	padding-right: 460px;
	margin: 0 0 0 120px;
}

div#content h1 {
	font-size: 150%;
	margin: 0.5em auto;
	color:#333
}

div#content h1 a {
	color: #000;
	text-decoration: none;
}

div#content h1 a:hover {
	text-decoration: underline;
}

div#content h1 a img {
	margin-bottom: -10px;
}

div#content h2 {
	font-size: 130%;
	margin: 0.5em auto;
	color: #444
}

div#content h3 {
	font-size: 120%;
	margin: 0.5em auto;
	color: #600
}

div#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	margin: 0.5em auto;
	color: #55521f;
	font-style: italic;
	text-align: center;
}

div#content h6 {
	font-size: 80%;
	margin: 0.5em auto;
	color: #600
}

div#content ul{
	font-size: 80%;
	font-weight:bold;
	margin: 0.5em auto;
	color: #333300;
	text align: right;
}

div.clear {
	clear: both;
}

div.wrap {
	height: 16px;
	display: block;
	float: left;
	clear: left;
	/*border: 1px solid #333;*/
}



div#footer {
	text-align: left;
	margin-top: 3em;
	color: #333;
	clear: both;
	margin-left: 120px;
}

div#footer a {
	color: #333;
	text-decoration: none;
}

div#footer a:hover {
	color: #000;
	text-decoration: underline;
}

img#flame {
	position: absolute;
	top: 0;
	left: 0;
}

