/* CSS Document */

#wrapper {
	width:1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-top:0px;
	margin-left: auto;
	background-color: #01723A;
}

#head {
	background-image:url(img/head.gif);
	background-repeat:repeat-x;
	width:1000px;
	height:163px;
}

#menu {
	background-image:url(img/left.gif);
	background-repeat: repeat-y;
	height: 690px;
	width: 135px;
	padding-top: 60px;
	float: left;
	overflow: visible;
}

#main {
	float: left;
	height: 750px;
	width: 806px;
	background-color: #FFFFFF;
}

#light{
	background-image: url(img/light.gif);
	background-repeat: repeat-y;
	float: right;
	height: 750px;
	width: 59px;
	background-position: bottom;
	overflow: auto;
}

#foot {
	background-image:url(img/foot.gif);
	width:1000px;
	height:50px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}
