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

#container {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	background-image: url(mainimg2.jpg);
	height: 73px;
	padding-top: 483px;
	padding-left: 65px;
}
ul.nav {
	list-style-type: none;
}
ul.nav li {
	float: left;
	margin-right: 9px;
}
ul.nav a {
	display: block;
	height: 50px;
	width: 100px;
	text-decoration: none;
}

.menu1 {
	background-image: url(button1.gif);
}
.menu1 a:hover {
	background-image: url(button1.gif);
	background-position: bottom;
}

.menu2 {
	background-image: url(button2.gif);
}
.menu2 a:hover {
	background-image: url(button2.gif);
	background-position: bottom;
}

.menu3 {
	background-image: url(button3.gif);
}
.menu3 a:hover {
	background-image: url(button3.gif);
	background-position: bottom;
}

.menu4 {
	background-image: url(button4.gif);
}
.menu4 a:hover {
	background-image: url(button4.gif);
	background-position: bottom;
}

.menu5 {
	background-image: url(button5.gif);
}
.menu5 a:hover {
	background-image: url(button5.gif);
	background-position: bottom;
}


#content {
	width: 760
\;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #e6e0d0;
	width: 740px;
	padding: 10px;
	border-top: 1px solid #fff;
}
h1 {
	font-size: small;
	margin-top: 0px;
}


#footer {
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	font-size: x-small;
	background-color: #e6e0d0;
}
