@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(../images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
}
h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}
h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
a {
	color: #4E7301;
}
a:hover {
	text-decoration: none;
}
hr {
	display: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 155px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Logo */

#logo {
	float: left;
	width: 450px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-align: center;
	padding-top: 90px;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 100px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding-top: 5px;
	background: #F5E7AC;
}

#footer p {
	margin: 0;
	padding: 15px;
}
#legal {
	float: left;
}

#links {
	float: right;
}