@charset "utf-8";
/* CSS Document */

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color:#FF0000;
}

h3 {
	font-size: 24px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#header {
	width: 1000px;
	height: 280px;
	margin:  auto;
	background-image:url(images/backG.jpg);
}

/* Logo */

#logo {
	height: 160px;


}

#logo h1 {
	margin:  auto;
	width: 800px;
	height: 150px;
	letter-spacing: -2px;
	font-size: 48px;
	background-image:url(images/logo.jpg);
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Menu */

#menu {
	width: 966px;
	height: 70px;
	background: url(images/img03.jpg) no-repeat;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 138px;
	height: 61px;
	padding-top: 30px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #ffffff;
}

#menu a:hover {
	background: url(images/peachB.gif) no-repeat;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/peachB.gif) no-repeat;
	color: #372412;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	border-top: 3px solid #347e27;
	text-align: center;
	font-size: smaller;
	color: #347e27;
}

#footer a {
	color: #52d92d;
}
