h1 {
	font: 16pt Helvetica, Arial;
	text-align: left;
	margin: 6px 6px; }

p {
	/* font: 10pt Helvetica, Arial; */
	font-size: 10pt;
	margin: 6px 12px; 
	}
img {
	float: left;
	}

a:link {
	color: #006;
	}
a:visited {
	color: #060;
	}
a:hover {
	color: #666;
	}

body {	
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Georgia, Times, serif;
	min-width: 640px;
 }

#container {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%; 
	text-align: left; 
	background: #efefef;
	}

#masthead {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 113px;
	padding: 0px;
	margin: 0px;
	background: #698fae;
	border-style: none;
	}
#namespace {
	font-size: 20pt;
	font-family: Georgia, Times, serif;
	padding: 10px;
	margin-top: 10px;
}

ul#nav {
	list-style-type: none;
	border-color: #000;
	border-width: 3px;
	margin: 0px;
}

ul#nav li {
	display: block;
	float: left;
	height: 18px;
	padding: 6px 12px;
	border-color: #000;
	border-width: 3px;
	line-height: 20px;
	background: #a6b88e;
	color: #000;
	text-align: center; 
	}

ul#nav li a {
	text-decoration: none;
}

ul#nav li a:hover {
	background: #86984e; 
	color: #000; }

#mainmenubar {
	position: relative;
	height: 30px;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	background: #a6b88e;
}

#mainmenu {
	position: relative;
	height: 22px;
	top: 0px;
	left: 0px;
	/* border-style: none solid none none; */
	border-width: 3px;
	margin: 0px 100px 0px 0px;
	padding: 0px 0px 0px 100px;
	background: #a6b88e;
	text-align: center; 
}

#menu {
	position: absolute;
	font: 10pt Helvetica;
	height: 20px;
	/* top: 40px; */
	left: 0px;
	width: 496px;
	background: #CCF; 
	background-repeat: repeat-x repeat-y;
	background-position: 0px -100px;
	text-align: center;
	border-style: none;
	border: 2px;
	color: #00F; }

#home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	color: #000;
	background-color: #efefef;
	padding: 0px;
	border-style: none;
	border: 0px;
	border-color: #002C9E;
}

#homeleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 400px;
/*	bottom: 300px;
*/	padding: 10px 5px 10px 5px;
	margin: 0px;
	background: #a6b88e;
	text-align: center;
	}

#homecenter {
	position: relative;
	top: 0px;
	left: 120px;
	width: 360px;
	height: 365px;
/*	bottom: 300px;
*/	padding: 10px 5px 10px 5px;
	}

#homeright {
	position: absolute;
	top: 0px;
	left: 460px;
	width: 143px;
	height: 250px;
/*	bottom: 300px;
*/	padding: 10px 5px 10px 5px;
	background: #eee;
	margin: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccf;
	}

#news {
	position: absolute; 
	top: 0px; 
	left: 486px;
	width: 186px; 
	padding: 10px 5px;
	background: #CCF;
	/* background-image: url(background.gif); */
	background-repeat: repeat-x repeat-y;
	background-position: -500px -80px;
	color: #004;
	border-style: ridge;
	border: 2px; 
}

#products {
	position: relative;
	left: 0px;
	width: 620px;
	height: auto;
	padding: 10px 20px;
	}
#product {
	position: relative;
	left: 0px;
	width: 730px;
	height: auto;
	padding: 10px 10px 0px 10px;
	border-style: ridge none none none;
	border-color: #600;
	border: 2px;
	}
#product1 {
	position: relative;
	left: 0px;
	width: 600px;
	padding: 10px 10px;
	border-style: none;
	color: #000;
	}
#product2 {
	position: absolute;
	top: 10px;
	left: 630px;
	width: 140px;
	padding: 5px 10px;
	border-style: none;
	font-size: 14pt;
	color: #7d0505;
	}
#product3 {
	position: absolute;
	top: 60px;
	left: 630px;
	width: 140px;
	padding: 10px 10px;
	border-style: none;
	}
			
#footer {
	position: relative;
	left: 0px;
	width: 646px;
	padding: 10px 10px;
	border-style: none;
	border: 4px;
	font: 8pt Helvetica, Arial;
	text-align: right;
	color: #698fae;
	}
