/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#e1eab9 url(images/background-img.jpg) no-repeat top center;
	font-family:Trebuchet MS;
	text-align:center;
}
h1  {
	font-family: Trebuchet MS;
	font-size: 21px;
	font-weight: bold;
	color: #50514e;
	position:relative;
	padding-bottom:50px;
}
h2  {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #50514e;
	position:relative;
	padding-top:20px;
	padding-bottom:10px;
}
a {
	text-decoration:none;
	color: #758140;
}

a:hover {
	text-decoration:underline;
}
p {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color:#50514e;
}
#container {
	width:960px;
	height:auto;
	margin:0 auto;
	top:250px;
	position:relative;
}

.navcontainer {
	margin:0 auto;
	position:relative;
	width:210px;
	height:43px;
}
.navcontainer ul {
	list-style-type: none;
	font-family: Verdana, sans-serif;
}
.button1 a {
	display: block;
	width: 200px;
	height: 43px;
	background:url(images/button.jpg)  top no-repeat;
}
.button1 a.current {
background:url(images/button.jpg)  top no-repeat;
}
.button1 a:hover {
background:url(images/button.jpg)  bottom no-repeat;
}
