/* ----------Zest International Ltd CSS-------------
   -----COPYRIGHT 2006 Zest International Ltd ------
   -------------AUTHOR JUNI ZHAO--------------------
*/

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:704px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	background-color:#fff;
	width:704px;
	margin-top: 8px;
} 

#wrapper {

	background: #F3FFD0;
	
}
#leftcol{
 width:320px; 
 float:left; 
 position:relative; 
 background-color:#F3FFD0;
 }
 
#flash{
	position:relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
 }
 

#maincol{
 background-color: #F3FFD0;
 float: right; 
 display:inline; 
 position: relative; 
 width:384px; 
 }

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	position: relative;
	right: -60px;
	top: 15px;
	width: 300px;
}

#welcome {
	position: relative;
	right: -60px;
	top: 20px;
}
 
#footer{
 height:28px; 
 clear:both;
 background-color: #E7FF9D;
 } 
 
.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 */  


 
 /*printer styles*/ 
/* @media print{ */
/*hide the left column when printing*/ 
/*#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
*/
#flashb{
	padding-top: 4px;
	padding-bottom: 4px;
}


#white {
	background-color: #FFFFFF;
	padding-top: 8px;
}

#copyright {
	color: #666666;
	padding-left: 6px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 3px;
}

.footline {

	padding-left: 237px;
} 
/*#flash {
	background-image: url(file:///C|/Documents%20and%20Settings/Juni%20Zhao/Desktop/zest/images/sf2.gif);
}*/
