a:link {
	color: #665B47;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #665B47;
}
a:hover {
	color: #F8B334;
}
a:active {
	text-decoration: none;
	color: #665B47;
}

.menustyle:link {
	color: white;
	text-decoration: underline;
}
.menustyle:visited {
	text-decoration: underline;
	color: white;
}
.menustyle:hover {
	color: #F8B334;
}
.menustyle:active {
	text-decoration: none;
	color: white;
}



body {
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #e6e1cd;
	color: #5A4F3A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

li {
	padding-top:5px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #665B47;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #665B47;
}

#wrapper {
	width:950px;
	height:100%;
	margin: 0px auto;

}


#header {
	width:950px;
	height:104px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;

}

.menu_button {
	float:left;
}

#menu_bg_center {
	background-image:url(img/menu_bg_center.jpg);
	background-repeat:no-repeat;
	float:left;
	width:62px;
	height:52px;
}


#slide_bg {
	background-image:url(img/slide_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:538px;
	height:193px;
}

#news_bg {
	background-image:url(img/news_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:-1px;
	width:412px;
	height:194px;
}



