body {
	padding-right: 0px;
	background-position: 50% 0px;
	padding-left: 0px;
	background-image:  url("imgs/index/bg2.jpg");
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #00823c;
	text-decoration: underline;
}
a:visited {
	color: #00823c;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #00823c;
	text-decoration: underline;
}
img {
   behavior: url("border.htc");
}
#main {
	position: relative;
	width: 760px; 
	margin: 0 auto;
    }
#header {
	width: 720px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 20px;
	background-image:  url("imgs/index/header.jpg");
	background-color: #d3e4d3;
	}
#menu {
	padding-right: 0px;
	padding-left: 0px;
	left: 20px;
	padding-bottom: 0px;
	width: 720px;
	padding-top: 0px;
	position: absolute;
	top: 140px;
	height: 25px;
	background-color: #E2C499;
	z-index: 0;
}

