html {
	background: #eeeeee;
}
body {
	background: #eeeeee url(images/img_bg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

/*
------------------------------------
*/

#menu {
	background: url(images/img_01.jpg) no-repeat;
	width: 717px;
	height: 45px;
	line-height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}
#menu a {
	font-weight: bold;
	font-style: italic;
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #6fa316;
	color: #ffffff;
}
#menu a:hover {
	color: #000000;
}
#menu b {
	color: #324b06;
}

/*
------------------------------------
*/

#container {
	background: url(images/img_03.jpg) repeat-y;
	width: 717px;
	height: auto;
	margin: 0px auto;
}
#header {
	background: url(images/img_02.jpg) repeat-y;
	width: 717px;
	height: 211px;
}
#contents {
	width: 717px;
	height: auto;
	margin: 50px 0px 0px 0px;
}
#footer {
	background: url(images/img_04.jpg) repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 50px;
	width: 717px;
	height: 96px;
	color: #486812;
}

/*
------------------------------------
*/ 

a {
	font-weight: bold;
	text-decoration: none;
	color: #80bb1a;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #324b06;
}
a img {
	border: 5px solid #dddddd;
}
a:hover img {
	border: 5px solid #80bb1a;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #dddddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 5px;
}
blockquote {
	border-left: 10px solid #a5d74e;
	border-right: 10px solid #a5d74e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: justify;
	padding: 10px;
}

/*
------------------------------------
*/ 

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	margin: 0px 0px 10px 0px;
	color: #324b06;
}
.main {
	margin: 0px 70px 25px 70px;
}
.maintext {
	text-align: justify;
	line-height: 170%;
}