@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #400000;
	background-color: #F2EBE1;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/stripe_0a01651fe85207c0f7137779c706ccf8.png);
	background-repeat: repeat;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	border: 10px solid #dec49e;
}
#banner {
	width: 800px;
}
#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #DEC49E;
	margin-top: 0px;
	font-size: small;
    }
#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: x-small;
	background-color: #DEC49E;
}
.left {
	padding: 10px;
	float: left;
}
.right {
	padding: 10px;
	float: right;
}

h1 {
	font-weight: bold;
	color: #400000;
	text-align: center;
	font-size: large;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #400000;
	text-align: center;
}

a {
	color: #800000;
	font-weight: bolder;
	text-decoration: underline;
}


#navbar ul li {  
    display: inline;
    }
.centre {
}


#navbar ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #800000;
	background-color: #DEC49E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    }

#navbar ul li a:hover {
	color: #400000;
	background-color: #fff;
    }


.centre {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bottomnavbar {
	background-color: #DEC49E;
	font-size: small;
}

h3 {
	font-weight: bold;
	color: #400000;
	font-size: small;
}
.tiny {
	font-size: 12px;
	color: #999;
	text-align: center;
	font-style: normal;
}
#map {
	height: 350px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}
.red {
	color: #C00;
}

