html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#eed696;
	background-repeat: no-repeat;
	background-position: left 25px;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:#f0e3bf; 
 margin-top:30px; 
} 
 
#headerleft{
	position:relative;
	height:60px;
	background-color:#f0e3bf;
	width:48%;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(Images/Logo.gif);
	background-repeat:no-repeat;
	background-position:left;
} 

#headerright{
	height:60px;
	background-color: #f0e3bf;
	float: right;
	display:inline;
	position: relative;
	width:49%;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url(Images/Bamboo.gif);
	background-repeat:no-repeat;
	background-position:center;
} 

#Menu{
	position:relative;
	height:40px;
	background-color:#eed697;
	border-color:#f0e3bf;
	width:894px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
}  
 
#leftcol{
 width:48%; 
 float:left; 
 position:relative; 
 background-color:#f0e3bf;
 padding:1%; 
 }
 
#maincol{
 background-color: #f0e3bf;
 float: right;
 display:inline;
 position: relative;
 width:48%;
 padding:1%;
 }


#Footer{
	position:relative;
	height:20px;
	background-color:#eed697;
	width:900px;
	text-align:right;
	visibility: hidden;
} /* 
 	background-image:url(Images/pimentos.jpg);
	background-repeat:no-repeat;
	background-position:right;
 }  */ 
 
.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 */  

.fix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.fix{display: inline-block;}

/* Hides from IE-mac \*/
* html .fix{height: 1%;}
.fix{display: block;}
/* End hide from IE-mac */ 

h1 { 
	font: bold 11px tahoma; 
	margin-bottom: 0px; 
	color: #000000;
	}
h2 { 
	font: bold 10px tahoma; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
.Active {  
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
    text-decoration: none; 
	color: #CC0000;
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
a:active { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
    text-decoration: none; 
	color: #CC0000;
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
a:link { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
a:visited { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
a:hover { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 9px; 
	font-weight: normal; 
    text-decoration: none; 
	color: #CC0000;
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
.Text {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	font-weight: normal; 
    text-decoration: none; 
	color: #000000;
	}
.Spacer {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9px; 
	font-weight: normal; 
    text-decoration: none; 
	color: #666666;
		margin-top: 4px; 
		margin-bottom: 4px; 
	}
.Textsmall {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 8px; 
	font-weight: normal; 
    text-decoration: none;
	font-style: italic;
	color: #000000;
	}

