@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	background-repeat: no-repeat;
	/* background-attachment:fixed;*/
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* take care of the corner images */
.bl{background:url(images/testleft.jpg) 0 100% no-repeat;background-color:white;height:100%;z-index:20; width:100%; }
.br{background:url(images/testright.jpg) 100% 100% no-repeat;z-index:20}
.tl{background:url(images/tl.jpg) 0 0 no-repeat;z-index:20}
.tr{background:url(images/tr.jpg) 100% 0 no-repeat;padding-bottom:20px;z-index:20}
/* end corner images */

td img {
	display: block;
}

img {
	border: 0;
}

img, div, input { behavior: url("../iepngfix.htc") }

a {
	border: 0;
}
#pagewrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1200px;
	margin: auto;
}


#header {
	height: 115px;
	padding-bottom: 10px;
}
#logo {
	
}
#logo_main {
	float: left; 
	height: 70px; 
	width: 371px; 
	margin-left: 250px; 
	margin-top: 45px;
}
#top_menu {
	float: left; 
	height: 70px; 
	width: 470px; 
	margin-left: 42px; 
	margin-top: 45px;
}

#homecontainer {
	width: 830px; 
	height: 450px; 
	margin: auto; 
	margin-top: 30px; 
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#sub_name {
	margin-top: 274px;
	margin-left: -82px;
	width: 312px;
	height: 63px;
	z-index: 2;
	position: absolute;
	}
	
#sub_person {
	width: 700px; 
	height: 350px; 
	float: right;
}
#person_movie {
	width: 250px;
	float: left;
}

#translate {
	width: 450px; 
	/*background-color: #000;*/ 
	float: right; 
	height: 400px;
}
/* main page people */
#johnglover {
	width: 100px; 
	float: left;
}
#saradenize {
	width: 100px; 
	float: left;
}
#davidlow {
	width: 125px; 
	float: left;
}
#mcguiggan {
	width: 150px; 
	float: left; 
}
#reneebeatty {
	width: 125px; 
	float: left;
}
#simonholloway {
	width: 100px; 
	float: left;
}
#keithmottram {
	width: 100px; 
	float: left;
}

/* top footer */
#top_footer {
	height: 50px; 
	margin-bottom: 0px; 
	width: 972px; 
	margin: auto;
}

/* left footer */
#footer_left {
	width: 570px; 
	height: 50px; 
	float: left;
}
/* right footer */
#footer_right {
	width: 310px; 
	height: 12px; 
	float: right; 
	margin-top: 30px;
}
/* sub footer elements */
#sub_footer {
	height: 25px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #666;
	margin-bottom: 0px; 
	width: 972px; 
	margin: auto; 
	text-align: right;
}
#sub_footer a {
	text-decoration: none;
	color: #666;
}

#viet {
	font-size: 12px;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}
#english {
	font-size: 12px;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}
#chinese {
	font-size: 12px;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}
/* end sub_footer */

#page-wrap			{ width: 450px; margin: 0px auto; position: relative; font-size: 12px; color: #666; font-family: Arial,Helvetica,sans-serif;}

.scroll-pane 		{ width: 450px; overflow: auto; padding-right: 10px; height: 300px; }

.bottomshadow 		{ position: absolute; top: 400px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 300px;
						  padding: 0px; background-color: #fff; }

.jScrollPaneDrag	{ position: absolute; background: url(../images/ball.png) center center no-repeat;
					  cursor: pointer; overflow: hidden; }
