/**********************
*
*	Green Style 2006 CSS file
*	File: default.css
*	Date: Jul, 2006
*	Author: Fred Chu
*	Email: zhuzhu@perlchina.org
*	Lisence: GPL
*
***********************/

body {
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}

a {
	color: green;
	}

#flash {
width: 215;
height: 100;
}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #666;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
p {
	margin: 5px 0;
	padding: 0;
	}
	
#page {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	height:10px;
	}

#header {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: rgb(60%,80%,0%) url(./images/header_top.png) 50% 0 no-repeat;
	padding: 5px 10px;
	margin: 0;
	height: 1px;
	}

#header h1 {
	margin: 0;
	padding: 0;
	}

#menu {
	background: #ececec url(images/corner_left.png) 0 100% no-repeat; 
	float: left;
	width: 700px;
	height: 30px;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	float: right;
	padding-bottom: 6px;
	position:fixed: 20px;
	background: url(images/corner_right_m.png) 100% 100% no-repeat;
	}

#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #ccc;
	display:block;
	font-weight: bold;
	width: auto;
	line-height: 27px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
	color: white;
	}

#menu ul li a:hover {
	background: rgb(60%,80%,0%);
	}

#menu ul li a#active {
	background: rgb(60%,80%,0%);
	}

/*#content {
	background: ;
	}*/

#contenter {
	clear: both;
	background: url(images/corner_left_m.png) 472px 0 no-repeat;
	}
	
#contenter-1 {
	background: url(images/corner_left_bottom.png) 473px 100% no-repeat;
	}	

#text {
	margin: 0;
	width: 470px;
	border-right: 3px solid #ececec;
	background: #fff url(images/corner_right.png) 100% 0 no-repeat;
	}
	
#text-1 {
	padding: 10px;
	background: url(images/corner_right_bottom.png) 100% 100% no-repeat;
	}
	
#about {
	line-height: 18px;
	background: url(images/ref_top.png) 1% 1% no-repeat;
	padding: 10px 20px;
/*	width: 450px;*/
	}
	
#author {
	line-height: 18px;
	}
	
#contact_a {	
	background: url(images/contact_me.png) 0 0 no-repeat;
	width: 249px;
	height: 159px;
	}
	
#contact_a h4 {
	margin: 5px 5px 20px;
	padding: 5px 5px 5px 20px;
	}	
	
#contact_a ul {
	list-style: none;
	margin: 10px 10px 10px 35px;
	padding: 0;
	}
	
#contact_a ul li {
	margin: 0;
	padding: 0;
	line-height: 25px;
	padding-left: 30px;
	}
	
	#contact_a ul li#gtalk {
		background: url(images/gtalk.gif) 0 50% no-repeat;
		}
	#contact_a ul li#yahoo {
		background: url(images/yahoo.gif) 0 50% no-repeat;
		}
		
	#contact_a ul li#msn {
		background: url(images/msn.gif) 0 50% no-repeat;
		}
					
#happybrowser {
	float: right;
	width: 180px;
	_width: 180px; /* Hack for IE6 */
	height: 150px;
	padding: 5px;
	text-align: center;
	background: url(images/happy.gif) 50% 0 no-repeat;
	}	

#happybrowser ul {
	text-align: left;
	}
	
#happybrowser ul li {
	}		
	
#happybrowser h4 {
	margin: 0;
	padding: 0;	
/*	border-bottom: 1px solid #ececec;*/
	}
		
#footer {
	background: #ececec url(images/bottom_corner_bottom_left.png) 0 100% no-repeat;
	clear: both;
	}
	
#footer-1 {
	background: url(images/bottom_corner_top_right.png) 100% 0 no-repeat;
	}
		
#footer-2 {
	background: url(images/bottom_corner_bottom_right.png) 100% 100% no-repeat;
	}
			
#footer-3 {
/*	border-top: 1px solid #ececec;*/
	padding: 5px 10px;
	color: #999;
	background: url(images/bottom_corner_top_left.png) 0 0 no-repeat;
	}
	
#footer a {
	color: #999;
	}
	
#footer a:hover {
	color: #000;
	}
	
#sidebar {
	float: right;
	width: 205px;
	_width: 205px;	/* IE Hack */
	text-align: left;
	margin: 10px;
	_margin: 5px 5px 5px 0;
	}
	
	#sidebar h3#sidebar_title {
		border-bottom: 1px solid #ececec;
		margin: 0;
		padding: 5px;
		}
		
	#sidebar h4.faq {
		text-align: right;
		margin: 0;
		padding: 10px 0;
		font-size: 12px;
		}	
		
	#sidebar .faq_layer {
		background: url(images/sidebar_line.png) 100% 100% no-repeat;
		padding: 0 10px 10px 0;
		}	
