﻿/* Divs */
	
	#container {
		margin-top: -150px;
		width: 100%;
		height: 100%;
	}


	#main {
		background-color: white;
		height: 100%;
		width: 820px;
		float: left;
		margin: 10px;
		margin-top: 0px;
		margin-left: 20% ;
		margin-right: 20% ;
	}
	
	#product {
		width: 100%;
		height: 75px;
		margin-top: 160px;
		margin-bottom: -80px;
		text-align: center;
		padding: 0px;
	}
	
	#nav {
	background-color: white;
	width: 100%;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	text-align: center;
	font-size: 18px;
	font-family: sans;
	padding: 0px;
	margin-top: 100px;
}
	
	#image {
	margin: 5px 100px 5px 5px;
	float: left;
	width: 220px;
	height: 220px;
}
#blurb {
	margin: 30px 50px 10px 10px;
	float: left;
	font: 40px "Arial Narrow";
	width: 400px;
	height: 128px;
	color: #800000;
}
#info {
}
	
	#foot {
	width: 100%;
	height: 5px;
	background-color: #5B5B00;
	float: left;
	color: #FFFFFF;
}
		
/* Divs end
 * 
 * 
 * --------------------------------------------------
 * 
 * 
/* Styles */

	a {
		text-decoration: none;
	}
	
	a:link {
		color: black;
	}
	
	a:visited {	
		color: black;
	}
	
	a:hover {
		text-decoration: none;
		color:#444;
	}
	
	a:active {	
		color:#ccc;
	}
		

	h1 {
		font-size: 56pt;
		text-align: center;
		color: #930000;		
		margin: 0px;
		padding: 0px;
	}
#nav a:hover {
	background-color: white;
	width: 100%;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	text-align: center;
	font-size: 20px;
	font-family: "Arial Unicode MS";
	padding: 0px;
	margin-top: 100px;
	font-weight: bold;
	color: #800000;
}
body {
	text-decoration: none;
	font-family: "Arial Unicode MS", sans;
	font-size: 10pt;
}
h3 {
	font-size: 24pt;
	text-align: center;
	color: #930000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 16pt;
	text-align: center;
	color: #5B5B00;
	margin: 0px;
	padding: 0px;
}
.imagemargin {
	margin: 5px 100px 5px 5px;
	float: left;
	width: 220px;
	height: 220px;
}
.image2 {
	margin: 5px 100px 5px 5px;
	float: left;
}
.REDnav {
	text-decoration: none;
	color: #800000;
}
