@charset "UTF-8";
/* CSS Document */
body {
	margin:0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 78%;
	line-height:1.5;
	background-image:url(bg2.gif);
	}
strong {
	color:#003300;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #99CC00;
}
a:active {
	text-decoration: none;
	color: #99CC00;
}
.wrapper {
	width: 100%;
	background-image:url(bg1.gif);
}
.header{
	margin: auto;
	padding-top: 20px;
	width: 900px;
	height: 131px;
}
.page{
	margin:auto;
	width: 900px;
	background-image:url(bg3.gif);
}
.menu{
	height: 24px;
	background-image:url(menubg.gif);
}
.content{
	padding: 15px 25px 15px 25px;
}
.footer {
	margin: auto;
	width: 900px;
	color: #003300;
	font-size:80%;
	background-image:url(footerbg.gif);
	}