/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	color: #000000;
	font-size: 67.5%;
	background-image: url(/images/claymudbg.jpg) ;
	background-position: center;
	background-repeat:repeat;
}
                         	
h1		{  
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 2em;  			
		}

h2		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.8em;  			
		}

h3		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.6em;  			
		}

h4		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.4em;
		margin-top:0;  			
		}

p		{
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 1.2em; 
		line-height: 1.8em;
		margin: 5px 0 10px 0;		
		}
#header {
	background-image:url();
	background-position: top center;
	background-repeat:repeat-x;
	float:none;
}
#footer {
		background-image:url(/images/footer.jpg);
		background-repeat:no-repeat;
		height: 145px;
		margin: 0 auto;
		padding: 0 0 0 0;
		clear: both;
		text-align:center;
		vertical-align:middle;
		}
	
#empty {
	height: 20px;
	
	}
#wrap  { 
	width:900px; 
	margin:0 auto;  /* "auto" makes the left and right margins center the wrapper */
	border: 0 solid #003366;
	padding:0;
	background-color:#FFFFFF;
	
}

#mainwrapper{
   clear: both;
   height: 100%;
   overflow: hidden;
   background: #eee;
   
}

#mainwrapper .leftcol{
   position:relative;
   float: left;
}
#mainwrapper .rightcol{
   position: relative;
   float: right;
}
#leftcol {
	float: left;
	width: 23%;
	height: 100%;
	background-color:;

}
<!--[if IE]> 
	#content {
	float:right
	}
<! [EndIf]-->/* for IE bug...why oh why can't it just COMPLY??!? */
#content {
	float:auto;
	width: 75%;
	height:100%;
	
}

#form {
	float:auto;
	width: 100%;
	height:100%;
}
.clear {
    clear:both;
}

.heading {
	background-color:#008B00;
	color: #ffffff;
	float:left;
	}
	
.rotatingimages {width:150px; height:200px;}
	
.floatright { 
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
	padding: 2px; 
}
.floatleft { 
	float: left;
	margin: 0px 10px 0 0;
	border: 0;
	padding: 2px; 
}
.after_float {
	clear:both
}
.image {
	float:none;
	margin: 2px 2px 2px 2px;
}
.table {
	border: 1px solid #32cd32;
	padding: 2px;
	}
.td {
	border: 1px solid #32cd32;
	padding: 2px;
}	

.style9 {
	color: #ffffff
}

div.box {
	display:block; width:175px; margin-right: 1em; margin-left: 1em;
	border-style:dotted;
	border-color:#996600;
	border-width:medium;
}

a:link {
	color: #000066;
}

a:visited {
	color: #666666;
}		

#credits	{	
		font-size: 1.1em;
		font-family: verdana, sans-serif;
		text-align: center;
		color: #FFFFFF;
		padding: 35px 2px 5px 2px;
		background-image:url(/images/footer.jpg);
		background-repeat:no-repeat;
		height:125px;
		}
		
#credits a:visited {
	color: #6699FF;
}

#credits a:link {
	color:#B0AA83;
}

#nav a.nav, a.nav:link, a.nav:visited, .chosen {
	display:inline; width:500px; height:30px; background: white; border:2px solid #003366; padding: 2px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#000; line-height:30px; overflow:hidden;
}	

#nav a.nav:hover {
	color:#fff; background:#CC9966;
}

#nav a.nav:active {
	color:#fff; background:#393; 
}

#nav span {
	display:none;
} 
#home a#home { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#doors a#doors { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#windows a#windows { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#glass a#glass { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#countertops a#countertops { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#cabinets a#cabinets { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#contact a#contact { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}
#about a#about { 
	color:#fff;
	background:#C76928;
	font-weight:bold;
}