body {
	background-image: url(../images/ol_bg.png);
	background-repeat: repeat;
	background-position: center center;
}
.main {
	height: 600px;
	width: 900px;
	position: absolute;
	left: 40%;
	top: 10%;
	margin-top: 0px;
	margin-left: -300px;
	background-image: url(../images/ol_bg.png);
	background-repeat: no-repeat;
}


.logo {
	clear: both;
	float: left;
	height: 120px;
	width: 218px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.leftmenu {
	float: left;
	height: 600px;
	width: 218px;
}
.content {
	float: left;
	height: 600px;
	width: 300px;
	padding-left: 20px;
	overflow: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #58585A;
	text-decoration: none;
	margin: 0px;
}
h1 a {
	color: #58585A;
	text-decoration: underline;
}


h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
h2 a{
	color: #E6511E;
	text-decoration: none;
}

h2 a:hover{
	color: #000;
	text-decoration: none;
}
h2 a.current{
	color: #000;
	text-decoration: none;
}
.info {
	height: 227px;
	width: 218px;
	position: absolute;
	left: 0px;
	bottom: 60px;
	z-index: 1;
}
.rightdiv {
	float: left;
	height: 400px;
	width: 300px;
	padding-left: 20px;
	top: 20%;
}
.rightdivold {
	height: 300px;
	width: 400px;
	position: absolute;
	left: 650px;
	top: 15%;
	z-index: 1;
}
.imagelist_h {
	float: left;
	width: 124px;
	height: 80px;
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
	padding: 5px;
}
.imagelist_v {
	float: left;
	width: 64px;
	height: 80px;
	margin-left: 22px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
	padding: 5px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 60px;
	top: 10px;
	margin-top: 10px;
	width: 100%;
	padding-top: 10px;
}