body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.top-bg {
	background-image: url(images/top-bg.png);
	height: 104px;
	width: 591px;
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-bg {
	background-image: url(images/bottom-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 104px;
	width: 591px;
}
.main-img {
	height: 590px;
	width: 454px;
}
.h1
{
    font-family: arial;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 16px;
    color: #0A9BB8;
}
.content {
	font-family: verdana;
	font-size: 13px;
	color: #0A9BB8;
	min-height: 359px;
	width: 880px;
	vertical-align: top;
	max-width: 400px;
	line-height:20px;
	
}
.float {
	background-image: url(images/bg-float.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 178px;
	vertical-align: top;
	padding-top: 10px;
}
.cms-menu {
	font-size: 13px;
	text-transform: uppercase;
	color: #0A9BB8;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
}
.menu-box-outer {
   position:relative;
}
.menu-box-inner {
   position:absolute; width:200px; height:115px; z-index:1; left: 455px; top: -10px;
}
.container {
	padding-left: 20px;
	vertical-align: top;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.font-selection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A9BB8;
}
.scrollholder
{
	position: relative;
	width: 420px;
	height: 450px;
	overflow: auto;
	z-index: 1;
	background-color: transparent;
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
	color: #0A9BB8;
	left: 19px;
	top: 10px;
	line-height:20px;
}

.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #F5F5F5;
}

.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #0A9BB8;
}  

.bg-content {
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 588px;
	width: 454px;
}

