html, body{ 
 margin:0; 
 padding:0;
 background:#C5BFB3; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:80%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
a{ color:#FFFFFF; text-decoration:underline}
a:hover{ text-decoration:none}



#header{
 position:relative; 
 height:16px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#header1{
	background-color:#754F37;
	height:7px;
	width:100%;

}

#header3{
	background-color:#754F37;
	height:17px;
	width:100%;

}

#header2{
	background-color:#C5BFB3;
	height:7px;
	width:100%;

}


#maincol{background-color: #ffffff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }




.r_text{
	color:#ffffff;
	font-size:12px;
	font-family:Tahoma;
	text-align:center; 

}

.r_text a{
	color:#ffffff;
	font-size:12px;
	font-family:Tahoma;
	text-align:center;
	font-weight:bold;
	text-decoration:none

}


.r_text a:hover{
	color:#C5BFB3;
	font-size:12px;
	font-family:Tahoma;
	text-align:center;
	text-decoration:underline 

}


#footer1{
	background-color:#C5BFB3; 
	height:7px;
	width:100%;
 }

 
#footer{
	height:75px; 
	background-color:#ffffff; 
	clear:both;
	width:100%; 
 } 

#orderfooter{
	height:16px; 
	background-color:#754F37; 
	clear:both;
	width:100%; 
 } 





.c_text{
	color:#000000;
	font-size:11px;
	font-family:Tahoma;
 }


.c_text a{
	color:#000000;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none
 }

.c_text a:hover{
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline
 }


.a_text{
	color:#000000;
	font-size:12px;
	font-family:Tahoma;



.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */