	/*** RESET ***/
		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td {  
			margin:0; padding:0; font-weight: normal;
		} 
		table 				{ border-collapse: collapse; border-spacing: 0; border-color: #ffffff; } 
		tr, th, td 			{ vertical-align: top; border: 0; border-color: #ffffff; }
		fieldset, img 		{ border: 0; }
		a img 				{ border: 0; } /* removes borders from around linked images */
		a:active, a:focus 	{ outline: 0; } /* removes dotted outline from links in FireFox */
		textarea			{ overflow: auto; } /* Remove textarea scrollbar in IE */
		ol, ul 				{ list-style: none; }
	/*************/

	html {  }
	
	body {
		font-size: 62.5%;
		text-align: center;
		background: url('res/back1.png') repeat-x #403424;
		font-family: 'Arial', sans-serif;
	}

	p, th, td {
		font-size: 1.2em; 
		line-height: 1.4;
		color: #111;
	}

	#site {
		width: 900px;
		margin: 0px auto 20px auto;
		text-align: left;
		
	}
		#site #content { background: url('res/conback.png') repeat-y; }
			
			#site #content #heads { width: 810px; padding-top: 10px; }
			#site #content #heads #logo { float: left; width: 200px; }
			#site #content #heads #headcon { float: right; width: 590px; }
			#site #content #heads #headcon h1 { font-size: 3.2em; font-weight: bold; margin-top: 30px; }
			#site #content #heads #headcon h2 { font-size: 2.6em;  margin-left: 275px; }
			#site #content #heads #headcon p#byline { margin-top: 20px; font-size: 1.2em; }
			#site #content #heads #headcon p#address { font-size: 1em; margin-top: 10px; }
			
			#site #content #main { margin-left: 90px; width: 720px; }
			#site #content #main #nav { float: left; width: 90px; text-align: right; }
				#site #content #main #nav ul#menu { font-family: 'Trebuchet MS', 'Arial', sans-serif; }
				#site #content #main #nav ul#menu li { font-weight: bold; font-size: 1.4em; margin-bottom: 10px; }
				#site #content #main #nav ul#menu a { text-decoration: none; color: #111; }
				#site #content #main #nav ul#menu a.active { color: #f75; }
				#site #content #main #nav ul#menu a:hover { color: #d00; }
			#site #content #main #pagecon { float: right; width: 590px; }
			#site #content #main #pagecon p { margin-bottom: 15px; }
			#site #content #main #pagecon h2 { margin-bottom: 15px; font-weight: bold; color: #30271a; font-size: 1.8em; }
			#site #content #main #pagecon h3 { margin-bottom: 5px; font-weight: bold; color: #666; font-size: 1.6em; }
			#site #content #main #pagecon h4 { margin-bottom: 2px; font-weight: bold; color: #f00; font-size: 1.4em; border-bottom: 1px solid #f00; }
			#site #content #main #pagecon table { margin: 0px 0px 15px 0px; }
			#site #content #main #pagecon p.series { text-align: center; }
			#site #content #main #pagecon p.proddesc { font-size: 0.8em; text-transform: uppercase; margin: 0; width: 120px; }
			#site #content #main #pagecon p.prodref {  margin: 0; font-weight: bold; color: #e00; }
			#site #content #main #pagecon .left { float: left; width: 285px; margin: 0px 0px 10px 0px; }
			#site #content #main #pagecon .right { float: right; width: 285px; margin: 0px 0px 10px 0px; }
			#site #content #main #pagecon .pink { width: 265px; border: 1px solid #222; background: #fcc; padding: 10px; }
				#site #content #main #pagecon .pink img { margin-left: 40px; }
				#site #content #main #pagecon .pink h5 { font-weight: bold; font-size: 1.2em; }
			.r { color: #f00; font-weight: bold; }
			.c { text-align: center; }
			.imgtag { text-align: right; font-style: italic; color: #888; }
			#tblradii tr td { border: 1px solid #000; padding: 3px; }
			

		
		#site #foot { height: 100px; background: url('res/footback.png') no-repeat; }
			#site #foot p { padding-top: 45px; text-align: center; color: #ddd; font-style: italic;  }

	
	.textfields { border: 1px solid #888; margin-bottom: 3px; padding: 2px; }
	.but { padding: 2px 10px 2px 10px; background-color:#FFFFFF; border: 1px solid #999; color: #111; cursor: pointer; }
	.cbut { padding: 2px 10px 2px 10px; background-color:#ddd; border: 1px solid #999; color: #888; cursor: pointer; }
	.clear { clear: both; }