body,html {
	height:100%;
}
body {
	background-color:#093B31;
}
#va_1 {
	width:100%;
	border:0px solid red;
	display:table;
	height:100%;
	overflow:hidden;
}
#va_2 {
	width:100%;
	border:0px solid blue;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#va_3 {
	border:0px solid purple;
}
#siteHolder {
	position:relative;
	width:779px;
	height:590px;
	overflow:hidden;
	background-color:white;
}
#logo {
	position:absolute;
	z-index:10;
	top:20px;
	left:20px;
	width:150px;
	height:40;
	cursor:pointer;
	background-image:url(../graphic/logo.gif);
	background-repeat:no-repeat;
}
#topLine {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	background-image:url(../graphic/head.gif);
	background-repeat:no-repeat;
	width:779px;
	height:106px;
}
#leftLine {
	position:absolute;
	z-index:0;
	top:106px;
	left:0;
	background-image:url(../graphic/leftLine.gif);
	background-repeat:no-repeat;
	width:22px;
	height:484px;
}
#menu {
	position:absolute;
	z-index:10;
	top:106px;
	left:10px;
	width:123px;
}
#menutop {
	width:123px;
	height:9px;
	background-image:url(../graphic/menuTop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#menubody {
	width:123px;
	background-image:url(../graphic/menuBg.gif);
	background-repeat:repeat-y;
}
#menubottom {
	width:123px;
	height:9px;
	background-image:url(../graphic/menuBottom.gif);
	overflow:hidden;
}
#header {
	position:absolute;
	z-index:10;
	top:4px;
	left:166px;
	width:572px;
}
#bodyOuter {
	position:absolute;
	z-index:10;
	top:106;
	left:166px;
	width:612px;
	height:447px;
	text-align:left;
	overflow:auto;
}
#bodyInner {
	position:relative;
	width:540px;
}
#footer {
	position:relative;
	width:540px;
}
img.ctm_4 {
	margin:0 0 10px 0;
}
img.ctm_7 {
	margin:0 0 0 20px;
}