/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
}

.menu a:link {
color: black;
text-decoration: none;
}

.menu a:visited {
color: #66666;
text-decoration: none;
}

.menu a:hover {
color: #990000;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}
body { 
	font: 8pt/16pt georgia; 
	color: navy; 
	background: white;
/*	background: #fff url('/images/china2.jpg') repeat-y top right; */
	margin: 0px; 
	}
#leftPanel { 
	background: #fff url('/images/china2.jpg') repeat-y top left; 
	margin: 0px; 
	top: 0px;
	left: 0px;
	position: absolute;
	height: 900px;
	width: 155px;

	}
#rightPanel { 
	background: #fff url('/images/china3.jpg') repeat-y top right; 
	margin: 0px; 
	top: 0px;
	left: 775px;
	height: 900px;
	position: absolute;
	width: 100px

	}
	
#container {
	top: 0px;
	left: 200px;
	position: absolute;
	width: 550px;
	text-align: left;
}
	
#pageHeader leftPanel span {
	display:none
	}
	
	

#pageHeader h1 {
	font: 28px "times-new-roman";
	color: brown;
	}	
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: left;
	}
	
	
h2 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: red;
	}

	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
	
#wrapper {

}

#container {

}

#topic {
	font: 18pt times-new-roman;
	color: white;
}

#intro {

}
#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: purple;
	font-size: 12px
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	font-size: 12px
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	font-size: 12px 
	}


/* specific divs */


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#newtheme {
	color: green;
	font-size: 13px;
}