body {
	margin: 0;
	padding: 0;
	background-image:url("images/bg-body.gif");
	background-repeat: repeat-x;
	background-color:#9dcd80;
	}
#wrapper {
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid #256231 2px;
	background-color:#fff;
	padding: 0 17px 17px 17px;
	}
#header {
	width: 750px;
	height: 141px;
	background-image:url("images/back.jpg");
	background-repeat:repeat-x;
	}
h2 {
	color: #a3d062;
	font-size:20px;
 }
 
p {
	font-family: Times New Roman,verdana,arial;
	font-size: 18px;
	color: #256231;
	text-align: justify;
	}
li {
	font-family: Times New Roman,verdana,arial;
	font-size: 18px;
	color: #256231;
	text-align: justify;
	}
#content {
	width: 750px;
	}
#footer {
	width: 750px;
	height: 35px;
	background-image: url(images/fbank.jpg);
	text-align: center;
	color:#fff;
	font-size:16px;
}
.ftext {
	color:#fff;
	font-size:18px;
	text-align: center;
	}


