   body {
		background: #0d1621 url(files/stovegradient.png) repeat-x;
		font-family: palatino linotype, sans-serif, arial;
		font-size: 10pt;
		color: #000;
		text-align: justify;
	}
	
	body a {
		text-decoration: none;
		font-weight: bold;
		color: #961111;
	}
	
	body a:hover {
		text-decoration: underline;
		color: #000; 
	}
	
	#page {
   	margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 6px 4px;
		background: url(files/stovetoadbg.png) no-repeat;
   	width: 702px;
		height: 664px;
	}
	
	#page2 {
   	margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 6px 4px;
		background: url(files/stovetoadbg2.png) no-repeat;
   	width: 702px;
		height: 664px;
	}
	
	#top {
		background: url(files/stovetop.png) no-repeat;
		width: 695px;
		height: 22px;
	}
	
	#bottom {
		background: url(files/stovebottom.png) no-repeat;
		width: 695px;
		height: 22px;
	}
	
	#logo {
		background: url(files/stovelogo.png) no-repeat transparent;
		width: 655px;
		height: 345px;
	}
	
	#nav {
		float: right;
		width: 85px;
		height: 100px;
		margin-top: 50px;
		background-color: transparent;
	}
	
	#nav ul {
		margin: 0;
		padding: 0 0px;
		float: left;
	}
	
	#nav ul li {
		list-style-type: none;
		clear: both;
		padding: 2px;
	}
	
	#nav ul li a {
		color: #000;
		text-decoration: none;
	}
	
	#nav ul li a img {
		border: 0px;
		float: left;
		padding-left: 30px;
		
	}
	
		#nav ul li img {
		border: 0px;
		float: left;
		padding-left: 30px;
		
	}

	#nav ul li a img:hover {
		border: 0px;
		float: left;
		background: url(files/stovepointer.png) no-repeat left;
	}

	#content {
		width: 690px;
		height: 260px;
		background: url(files/stovecorner.png) no-repeat bottom right;		
	}
	
	#box1 {
		float: left;
		margin: 10px 60px;
		padding: 25px;
		background: url(files/stovesplat2.png) transparent no-repeat right bottom;
	}
		
	#box1 p {
		width: 200px;
		float: left;
	}
	
		#box2 {
		float: left;
		margin: 5px 5px;
		padding: 10px;
		width: 700px;
		height: 200px;
		background: url(files/stovesplat.png) transparent no-repeat bottom;
		font-size: 9pt;
	}
	
		#box2 p {
		margin: 10px;
		width: 190px;
		float: left;
	}
	
		#box2 p span {
			font-weight: bold;
		}
		
		#box2 p img {
			padding: 2px;
			margin: 5px;
			border: 1px solid #000;
			float: left;
		}
		
				#box2 p img:hover {
			padding: 1px;
			margin: 5px;
			border: 2px solid #961111;
			float: left;
		}