@charset "UTF-8";
/* CSS Document */

body {
	background-color: #492611;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #492611;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #492611;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	margin-left: 40px;
	margin-right: 20px;
	text-align: left;
	}

#container {
	width: 990px;
	height: 580px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color:#FFF;
	z-index: 1;
}

#mainnavigation {
	width: 990px;
	height: 15px;
	top: 108px;
	left: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	z-index: 3;
	}

#mainnavigationbg {
	width: 990px;
	height: 30px;
	top: 100px;
	left: 0px;
	position: absolute;
	background-color: #7E6F6A ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	z-index: 2;
	}
	
#footer {
	width: 990px;
	height: 15px;
	top: 558px;
	left: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	z-index: 3;
	text-align: center;
	}

#footerbg {
	width: 990px;
	height: 30px;
	top: 550px;
	left: 0px;
	position: absolute;
	background-color: #7E6F6A ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	z-index: 2;
	}

#logo {
	width: 165px;
	height: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	}
	
#leftnav {
	width: 152px;
	height: 222px;
	top: 130px;
	left: 0px;
	position: absolute;
	z-index: 4;
	background-color: #D1C9A6;
	}
	
#leftnavbottom {
	width: 152px;
	height: 198px;
	top: 352px;
	left: 0px;
	position: absolute;
	z-index: 4;
	background-color: #D1C9A6;
	}
	
#address {
	width: 250px;
	height: 100px;
	top: 4px;
	left: 740px;
	position: absolute;
	z-index: 2;
	}
	
#content {
	width: 826px;
	height: 408px;
	top: 136px;
	left: 158px;
	position: absolute;
	z-index: 2;
	}

a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C90;
}
a:hover {
	text-decoration: none;
	color: #300;
}
a:active {
	text-decoration: none;
}

.centredtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
