html {
height: 100%;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 800px;
	float: inherit;
	display: block;
	padding: 0px 0px 0px 0px;
}
#vcenter {
width: 100%;
height: 100%;
border: 0px;}
#top{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
#nav {
	float: left;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}
#content {
	height: 320px;
	margin: 0px;
	padding: 0px;
}
#bottom {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-top: 10px;
	padding-left: 20px;
	width: 780px;
}
#bottom a { text-decoration:none; color: #999999;}
#tabcontentcontainer {
	position: relative;
	margin-top: 15px;
	width:800px; /*width of 2nd level content*/
	height: 15px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	margin-bottom: 15px;
}
#tabcontentcontainer2 {
	position: relative;
	margin-top: 15px;
	width:800px; /*width of 2nd level content*/
	height: 35px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	margin-bottom: 0px;
	z-index: 100;
	line-height: 15px;
}
#left {
	float: left;
	width: 420px;
}
#centre {
	float: left;
	width: 50px;
}
#right {
	float: left;
	width: 320px;
}
#scrolltext {
	position: relative; 
	left:0px; 
	top:1px; 
	visibility: visible; 
	width: 360px;
	z-index: 1;
	display: block;
}
#master {
	position:relative; 
	left:32px; 
	top:0px; 
	width:360px; 
	height:280px; 
	z-index:2; 
	visibility: visible; 
	overflow: hidden;
	display: block;
}
#title {
	padding-left: 32px;
}
#subnav {
	position: relative;
	padding: 0px;
	margin: 0px;
	width:800px;
	z-index: 100;
	background-image:url(/img/subnav_bk.gif);
	background-repeat: repeat-y;
}
#subnav2 {
	position: relative;
	padding: 0px;
	margin: 0px;
	width:380px;
}
#mastersubnav {
	position: relative;
	padding: 0px;
	margin: 0px;
	width:800px;
	height: 15px;
}
#mainanimation {
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 50px;
	height: 280px;
}
