body {
	height:100%;
	padding: 0px; margin: 0px;
	font-family: arial, helvetica, sans-serif, "times new roman";
	font-size: 14px;
	line-height: 21px;
	color: #444444;
	background-color: #ffffff;
	background-image: url(../images/background_website.gif);
	background-image: url(../images/background.jpg);
}


div#box {
	position:absolute;
	left:50%;
	width:950px;
	margin-top: 20px;
	margin-left: -475px;
	background-color: white;
	
	min-height:900px;
	height:auto !important;
	height:900px;
	
	border-left: 1px solid #2ab522;
	border-right: 1px solid #2ab522;
}


div#box div#logo {
	z-index:100;
	position:absolute;
	left:860px; top: -10px;
	width:110px; height:127px;
}


div#header {
	position: absolute;
	left:0px; top: 0px; width: 951px; height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #2ab522;
}


div#menu_line {
	z-index: 100;
	position: absolute;
	left: 0px; top: 102px; width: 950px; height:20px;
	background-image: url(../images/menu_line.gif);
	padding-top: 0px;
}


div#menu_top {
	z-index: 100;
	position: absolute;
	left: 200px; top: 90px; width: 666px; height:20px;
	color: #FFFFFF; font-family: Arial, Verdana, "Times New Roman"; font-size: 12px;
	background-color: #28ac20;
	background-image: url(../images/menu_top_bg.gif);
	text-align:center;
	border-top: 1px solid white;
	border-left: 1px solid white;
}


div#menu_left {
	position: absolute;
	left: 30px; top: 200px; width: 170px;
	line-height: 17px;
	color: #444444; font-family: Arial, Verdana, "Times New Roman"; font-size: 12px;
}


div#content {
	position:relative;
	width: 650px;
  margin-left: 210px;
  padding-top: 180px;
}
