@import url(base_styles.css); /* headings */ 

html, body{
	margin:0 auto;
	padding:0;
	border:0;
}
	body{
		margin:0 auto 2em auto;
		text-align:center;
		background:fixed #fff url(../imgs/bamboo01.jpg) top left no-repeat;
		font:0.82em/1.3 Helvetica, Arial, sans-serif;
	}
	
	
img{
	margin:0;
	padding:0;
	border:0;
}
#gWrapper{
	margin:0 auto;
	padding:0;
	background-color:#fff;
	border:1px solid #ccc;	
	width:900px;
}
#header{
	margin:0;
	padding:0;
	border:0;
	width:900px;
	height:155px;
	background:#E1E6DB url(../imgs/header.jpg) top left no-repeat;
	position:relative;
	overflow:hidden;
}
	#header h1{
		margin:0;
		padding:0;
		border:0;
		position:absolute;
		top:15px;
		left:25px;
		width:208px;
		height:32px;
		overflow:hidden;
	}

#content{
	margin:0;
	padding:10px;
	text-align:left;
	background:#fff /*url(../imgs/frog.jpg) top right no-repeat*/;
	width:880px;
	border-bottom:1px solid #ccc;
	overflow:auto;
	}

/*-------------------------------------- common elements*/
	#content a, #gFooter a {
		margin:0;
		padding:0;
		border:0;
		color:#c30;
		text-decoration:none;
	}
	
	#content a:hover, #gFooter a:hover{
		color:#f60;
		text-decoration:underline;
	}
	
	#left {
		float:left;
		width:250px;
	}
	
	#right {
		float:left;
		padding:5px;
		width:610px;
		
	}
	
	table {
		padding:2px;
		margin:0;
		border:0;
		font-size:90%;
	}

	p{ margin:0.25em 0.25em 0.8em 0.25em; }
	abbr, acronym { cursor:help; }
	/*#content li{ list-style:url(../imgs/main/bullets.gif); }*/
	
	.clrflt{
		clear:both;
		line-height:0;
		font-size:0;
		height:1px;
	}
	
	.anchorHeads 
	{
		font-weight:bold;
		color: #fff;
		text-decoration:none;
		
	}
	
	span.anchorHeads 
	{
		font-weight:bold;
		color: #fff;
		text-decoration:none;
	}
	
	.anchorHeads a
	{
		font-weight:bold;
		color: #fff;
		text-decoration:none;
		cursor:hand;
	}
	.anchorHeads a:hover
	{
		font-weight:bold;
		color: #fff;
		text-decoration:underline;
	}


