* {
	margin: 0;
	padding: 0;
}

	html, body {
		height: 100%;
	}
	
	body	{
		margin: 0px auto;
		background: #FFFFFF;
		background-image: url(site_bg.gif);
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		text-align: justify;
		color: #000000;
	}
	
	h1, h2, h3 {
		margin-bottom: 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #000000;
	}
	
	h1 {
		letter-spacing: -1px;
		font-size: 197%;
	}
	
	h2 {
		letter-spacing: -1px;
	}
	
	p, ol, ul {
		line-height: 1.5em;
	}
	
	ul, ol {
		margin-left: 3em;
	}
	
	a:link {
		text-decoration: underline;
		color: #666666;
	}
	
	a:hover, a:active {
		text-decoration: none;
		color: #666666;
	}
	
	a:visited {
		color: #333333;
	}
	
	a img {
		border: none;
	}
	
	img.left {
		float: left;
		margin: 7px 30px 0 0;
	}
	
	img.right {
		float: right;
		margin: 7px 0 0 30px;
	}
	
	#layout	{
		min-height: 100%;
		height: auto;
		width: 802px;
		align: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		position: relative;
		background: #D5DBB5 url(doc_bg_2.gif) repeat-y center top;
	}
	
	
	/* Header */
	
	#header {
		width: 802px;
		height: 100px;
		margin: 0 auto;
		padding: 0;
		background: #663300 url(header_bg.gif) no-repeat center top;
		text-align: center;
		vertical-align: top;
	}
	
	#header h1 {
		margin: 0;
		padding: 20px 0 0 20px;
		letter-spacing: -2px;
		font-size: 40px;
		color: #FFCC00
	}
	
	#header h1 a {
		color: #FFFFFF;
	}
	
	#header h2 {
		margin: -10px 0 0 0;
		padding: 0 0 0 175px;
		letter-spacing: normal;
		font: bold 10px Arial, Helvetica, sans-serif;
		color: #CC9900;
	}
	
	#header h2 a {
		color: #FFFFFF;
	}
	
	#header a {
		text-decoration: none;
	}
	
	
	/* Menu */
	
	#menucontainer
	{
		font-family: Arial, Helvetica, sans-serif;;
		margin: 0 auto;
		padding: 0;
		width: 802px;
		height: 39px;
		background: url(top_round.gif) no-repeat left top;
		color: #FFCC00;
	}
	
	#menu {
		text-align: center;
		margin: 0px auto;
		padding: 0;
	}
	
	#menu li {
		padding: 10px;
		margin: 0px ;
		display: inline;
		font-weight: bold;
	}
	
	#menu li a {
		letter-spacing: -1px;
		text-decoration: none;
		text-transform: uppercase;
		color: #CCCC99;
		font-size: 12px;
		padding: 5px 10px 0px 10px;
	}
	
	#menu a:hover {
		text-decoration: underline;
	}
	
	#menu #active { 
		letter-spacing: 0px;
	}
	
	
	/* Product Bubble */

	#products {
		float: left;
		width: 700px;
		min-height: 250px;
		margin: 25px;
		padding: 5px 20px 5px 20px;
	}
	
	#products h2 {
		margin: 10px 0 0 0;
		padding: 5px 10px 5px 10px;
		letter-spacing: normal;
		font: bold 16px Arial, Helvetica, sans-serif;
		color: #000000;
		border-top: #CC6600 dashed thin;
		border-left: #CC6600 dashed thin;
	}
	
	#products p {
		margin: 0px 0px 10px 0px;
		padding: 0;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		text-align: justify;
		color: #000000;
		border-right: #CC6600 dashed thin;
		border-bottom: #CC6600 dashed thin;
	}
	
	#products a {
		color: #000000;
		border: none;
	}
	
	#products a:hover {
		text-decoration: underline;
	}
	
	#products img {
		float: left;
		margin: 0 20px 0 20px;
	}
	
	
	/* Page */
	
	#page {
		width: 802px;
		min-height: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		vertical-align: top;
		text-align: left;
		position: relative;
	}
	
	#page p {
		line-height: 1.5em;
		padding: 0 25px 0 25px;
	}	
	
	
	/* Footer */
	
	#footer {
		width: 802px;
		height: 39px;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		bottom: 0;
		background: url(bot_round.gif) no-repeat center bottom;
		text-align: center;
		color: #663300;
	}
	
	#footer p {
		margin: 0px auto;
		padding: 20px 0px 5px 0px;
		line-height: normal;
		font-size: 77%;
	}
	
	#footer a {
		color: #3B3B3B;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#clearfloats	{
		clear: both;
	}