		h1, h2, .archem-footer {font-family:arial;}
		h1 {
			margin:30px 0 0 30px;
			font-size:14px;
			}
		h2 {
			font-weight:normal;
			padding:0;
			margin:20px 0 0 30px;
			font-size:14px;
			}
		body {
			margin:10px auto;
			width:760px;
			text-align:center;
			background-color:#c6c6c6;
			}
		img {
			margin:30px 0 30px 0;
			border:0;
			}
		#archem-leftnav a, #archem-main p, #archem-main a {
			font-family:verdana;
			font-size:12px;
			}
		#archem-leftnav {
			float:left;
			width:139px;
			margin-left:-760px;
			text-align:left;
			border-top:1px solid #ffffff;
			}
		#archem-leftnav a {
			font-weight:bold;
			color:#333333;
			}
		#archem-leftnav a:link, #archem-leftnav a:visited {
			color:#333333;
			text-decoration:none;
			}
		#archem-leftnav a:hover {
			color:#666666;
			text-decoration:none;
			}
		#archem-main {
			float:left;
			width:621px;
			margin-left:139px;
			text-align:left;
			}
		#archem-main p {
			margin:10px 30px 0 30px;
			line-height:16px;
			}
		#archem-main a {
			line-height:16px;
			text-decoration:none;
			}
		#archem-main a:link, #archem-main a:visited {
			color:#0000cc;
			text-decoration:none;
			}
		#archem-main a:hover {
			color:#000000;
			text-decoration:none;
			}
		.archem-footer {
			width:760px;
			padding-top:8px;
			text-align:center;
			font-size:11px;
			color:#444444;
			}
		#archem {
			width:760px;
			background-image:url(http://archaeochemistry.com/html/images/archem_bg1.gif);
			height:100%;
			border-bottom:1px solid #ffffff;
			}
		#archem-leftnav p {
			margin:5px 10px 0 10px;
			padding-bottom:5px;
			border-bottom:1px solid #cccccc;
			}
		#archem-contact {
			float:left;
			width:331px;
			text-align:left;
			}
		#archem-contactimage {
			float:right;
			width:280px;
			}
		/* easy clearing */
		.clearfix:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}
		.clearfix {display:inline-table;}
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
		/* end easy clearing */
		
		.clearer {
			clear:both;
		/*** these next attributes are designed to keep the div
		height to 0 pixels high, critical for Safari and Netscape 7 ***/
			height:1px;
			overflow:hidden;
			line-height:1%;
			font-size:0px;
			margin-bottom:-1px;
		}
		* html .clearer {height:auto;margin-bottom:0} /*** stops IE browsers from displaying the clear div/br in the page, as these are for Moz/Opera and
		Safari only. If IE 5.x Win DID display these, the page is too high ***/