@charset "utf-8";
body {
	margin:0; 
	padding:0; 
	background-image:url(../images/layout/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#3af623;
}
img {
	border:none;
}
#header{
}
#toplevel {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:30px;
	background-color:#FFF;
	width:970px;
	z-index:4;
	border:2px solid black;
}
#top {
	width:970px;
	height:83px;
}
#menu {
	height:47px;
	background-image:url(../images/layout/images/menu_bg.jpg);
}
#content {
	min-height:300px;
	backgound-color:white;
	padding:10px;
}
#footer {
	height:28px;
	padding-top:5px;
	background-image:url(../images/layout/images/bottommenu_bg.jpg);
	text-align:center;
}
#footer2 {
	padding:5px;
	background-color:white;
}
.table1 {
	background-color:#dafce0;
}
.table2 {
	background-color:#f1fcf3;
}