/* General */
body {
	font-family: verdana;
	font-size: 11px;
	color:#333333;

	background-color:#2b3732;
	padding:0%;
	margin:0% 0% 1% 0%;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #00c6ff;
}

a.email {
	font-weight: bold;
}

/* General Layout */
#containertop {
	background: #000;
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
	padding-top:1%;
}


#header {
	width:800px;
	background-color:#fff;
	padding:0%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #343434;
	border-left-color: #fff; 

}



#menu {
	width:790px;
	border-left:2px solid #fff;
	border-right:2px solid #fff; 
	background-color:#38453f;
	color:#FFFFFF;
	text-align: left;
	padding: 11px 0px 12px 10px;
}


#container {
	width: 800px;
	height: 305px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	background: #162027;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}


#core {
	float: left;
	width:363px;
	height: 305px;	
	background-color:#fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	
	/&background-position-y:50%*/
	
	padding-left: 20px; padding-right:0%; padding-top:0%; padding-bottom:0%;
	
	padding-left: 15px;
	padding-right: 10px;
}


#pictures {
	float: right;
	width: 412px; 
	height: 305px;
	background-color:#fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;  /*background-position-y:50%*/
	

}

#footer {
	width:800px;
	background-color:#eeeeee;
	padding:3% 0% 3% 0%;
	font-size: 10px;
	border-top:1px solid #343434;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	clear: both;
}

div#footer #copyright {
	padding-left: 7%;
	text-align: right;
}



/************* globalNav styles ****************/

/* General Classes */

/* General Type */


h1, h2, h3, h4, h5, p {
	margin: 0 0 20px 0;

}
 

h5 {
	font-size: 13px;
	color: 586245;
	margin-bottom: 5px;
}


body div#containertop div#menu div {
	width:  100%;
	text-align: right;
}	

body div#containertop div#menu div a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body div#containertop div#menu div a:hover {
	color: yellow;
}

body#english div#containertop div#menu div#english {
	display: none;
	text-align: right;
}

body#chinese div#containertop div#menu div#chinese {
	display: none;
	text-align: right;
}