﻿@charset "utf-8";
/* CSS Document */

html,body {
margin: 0;
padding: 0;
} 

.Stovepages {
width: 600px;
position: relative;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
}

.Stovepages #bar a, #bar a:visited {
color:#333333;
text-decoration:none;
}

.Stovepages #bar a:hover {
color: #333333;
text-decoration: underline;
}

.Stovepages #banner {
	background-image: url(images/stovepages.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 151px;
	width: 600px;
	display: block;
}

.Stovepages #bar.barlink {
display:block;
	background-image: url(images/stovepages.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 151px;
	width: 600px;
	display: block;
}

.Stovepages #bar {
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
	line-height: normal;
	letter-spacing: 0.78em;
	text-align: center;
}

.Stovepages #thumbs {
height: 230px
padding: 0 5px;
	float: left;
	width: 220px;
}

.Stovepages #contact {
	float: right;
	width: 375px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	line-height: normal;
	text-align: right;
}

.Stovepages #footer {

}
