body {
	background-color: #B9BEC2;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-width:0px;
}
a:link {
	color: #4A8511;
	text-decoration: none;
}

a:visited {
	color: #4A8511;
	text-decoration: none;
}

a:active {
	color: #4A8511;
	text-decoration: none;
}

a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

a.nav:link {
	color: #FFF;
	text-decoration: none;
}

a.nav:visited{
	color: #FFF;
	text-decoration: none;
}

a.nav:active{
	color: #FFF;
	text-decoration: none;
}

a.nav:hover{
	color: #CCC;
	text-decoration: none;
}

img {
  behavior: url(iepngfix.htc)
}

img.background {
	position: absolute;
	top: 150px;
	left: 80px;
	width: 500px;
	height: 278px;
	z-index: 2;
	overflow: hidden;
}

img.h_menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 80px;
	height: 53px;
	overflow: hidden;
	z-index: 2;
}

img.preview {
	width: 200px;
	height: 160px;
	border: 1px solid #000;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	font-family: Verdana;
	font-size: 12px;
}

tr.download {
	background-color: #EEE;
}

td.title 
{
	color: #FFF;
	background-color: #000;
}

div {
	margin: 0px; 
	padding: 0px;
	border: 0px;
	border-width: 0px;
	font-family: Verdana;
	font-size: 12px;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 150px;
	width: 100%;
	z-index: 1;
	background-color: #A5D256;
}

div.h_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 150px;
	z-index: 4;
	background-image: url(images/h_left.png);
	behavior: url(iepngfix.htc)
}

div.h_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 700px;
	height: 150px;
	z-index: 3;
	background-image: url(images/h_right.png);
	behavior: url(iepngfix.htc)
}

div.h_pattern1{
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	height: 10px;
	width: 100%;
	z-index: 2;
	background-color: #766900;
}

div.h_pattern2{
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	height: 10px;
	width: 100%;
	z-index: 2;
	background-color: #007800;
}

div.bg_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100%;
	z-index: 1;
	background-color: #000;
}

div.menu {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 200px;
	z-index: 3;
}

div.menu_btn {
	position: relative;
	left: 20px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 41px;
	text-align: center;
	font-size: 18px;
	line-height: 250%;
	behavior: url(iepngfix.htc)
}

div.content {
	position:absolute;
	top: 185px;
	left: 250px;
	z-index: 3;
}