
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #660707;
	margin: 0; 
	padding: 0;
	border-color: #00FF00;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #76796D;
	font-weight:normal;
	line-height: normal;
}
 
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
} 
 
.twoColFixRt {
	background: #ffffff;
	} 

.twoColFixRt #bottomimg {
	background-color: #ff0000;
	height: 17px;
	width: 761px;
	margin: 0px; 
	padding: -40px;
}
.twoColFixRt #addressbar {
	background-color: #ffffff;
	height: 45px;
	width: 730px;
	margin: 0px; 
	font-size: 12px;
	text-align: center;
	border: 0px solid #000000;
	padding-left: 20px;
	padding-bottom: 0px;
}
.twoColFixRt #container { 
	font-size: 12px;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	border-left-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
}
.twoColFixRt li #sidebar1 {
  margin-left: -25px;
}

.oneColFixRt #mainContent { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background: #ffffff;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
	

	
h1 {
  color: #600;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;  
}

#mainContent a:hover {
   color:#FF8400;
   text-decoration: underline;
}	
#mainContent a,  #mainContent a:link {
	 color:#76796D;
     text-decoration: underline;
}


#mainContent a:visited {
  color:#76796D;   text-decoration: underline;
}

#mainContent a:focus {
	color:#76796D;
}
#mainContent a:active {
	color:#76796D;
}	


.footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration: none;
	font-weight:normal;
	}
.footertext:hover{
	text-decoration:none;
	color:#76796D;
	}
	


.footer {
	font-size: 10px;
	color: #eaefd9;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer.a,  .footer.a:link {
	color: #eaefd9;

  text-decoration: none;
}
footer.a:visited {
	color: #eaefd9;
   text-decoration: none;
}
.footer.a:hover {
	color: #eaefd9;
  text-decoration: underline;
}
.footer.a:focus {
	color: #eaefd9;
}
.footer.a:active {
	color: #eaefd9;
}

#2ColLayout {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 700px;
}
#2ColLayout  #contentWrapper #leftColumn1 {
	background-color: #ebebeb;
	border-right: solid 1px #666;
	float: left;
	padding: 10px;
	width: 170px;
}
#2ColLayout  #contentWrapper #content {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
}
#2ColLayout  #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

</style>

[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#2ColLayout #contentWrapper #leftColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#2ColLayout #contentWrapper #content {
  zoom: 1;
}


/* ================================
    Lightbox Gallery for Laminates Page
   ================================
*/   

