@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #453A22;
}
#wrapper {
	width: 641px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #main {
	width: 641px;
	top: 201px;
	position: absolute;
	right: -1px;
	background-color: #A3894E;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}


#wrapper #header {

}
#wrapper #nav {
	height: 50px;
	background-color:#594125;
	position: absolute;
	top: 151px;
	width: 641px;
	right: 0px;
	text-align: center;
}
#wrapper  #nav  a:link, a:visited {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper #nav a:hover {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 24px;
	color: #999999;
	text-decoration: underline;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.activated {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}



.l_float {
	float: left;
}
.Submenu {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-style: italic;
	color: #b8332c;
	text-decoration: underline;
	line-height: 35px;
	font-weight: 400;
	float: left;
	text-align: center;
	width: 35%;
}

h1 {
	padding-top: 10px;
}

.contact_info {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 16px;
	color: #cccccc;
	text-align: center;
	float: left;
	width: 30%;
}
#footer {
	text-align: center;
	margin: auto;
	width: 99%;
}

.r_float {
	float: right;
	width: 35%;
}

h2 {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 50px;
}
.main_txt {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 16px;
	color: #000000;
	text-align: left;
	width: 65%;
	float: right;
}
