﻿* {
	margin: 0;
	padding: 0;
}
html, body {
	width:100%;
}
img {
	border: 0;
}
body {
	background-color: #FDECC8;
	font-family: Arial, Helvetica, sans-serif;
}
#headerbg {
	width:100%;
	height:100px;
	background-image:url('images/header.jpg');
}
#header {
	width:990px;
	margin:0 auto;
	height:100px;
}
#title {
	width:290px;
	height:80px;
	margin-top:20px;
	position:relative;
	float:left;
}
#nav {
	width:670px;
	height:40px;
	position:relative;
	float:right;
	padding-top:60px;
}
#nav ul {
	padding-left: 50px;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	display: block;
	text-decoration:none;
	padding-right:13px;
	color: #C7BFA3;
	font-size: 1.1em;
	line-height: 25px;
}
#nav li a:hover {
	color: #A49668;
}
#current {
	color: #A49668;
}
#containerbg {
	width:100%;
	min-height:690px;
	background-image:url('images/container.jpg');
	background-repeat:repeat;
}
#container {
	width:990px;
	min-height:690px;
	margin:0 auto;
}
h2 {
	color: #A08854;
	font-family: Tahoma;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 25px;
}
h3 {
	color: #A08854;
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
}

#container img {
	border:5px #E7C99C solid;
	margin-right:20px;
}
#container a {
	font-family:"Lucida Sans Unicode";
	font-size:0.8em;
	color:#79714C;
	font-weight:bold;
}
#container a:hover {
	text-decoration:none;
}
h1 {
	color: #7E5C3A;
	font-size: 1.5em;
	font-family: Arial;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
#container p {
	color:#79714C;
	font-size:1.1em;
	font-family:Arial;
}
#footerbg {
	background-image:url('images/header.jpg');
	width:100%;
	height:155px;
}
#footer {
	padding-top:30px;
	height:125px;
	width:990px;
	margin:0 auto;
}
#footerleft {
	float:left;
	position:relative;
	width:500px;
	color:#C8C1A8;
}
#footerleft a {
	text-decoration: none;
	color: #A69A73;
	font-weight:bold;
}
#footerleft a:hover {
	text-decoration:underline;
}

#footerright {
	float:right;
	position:relative;
	width:310px;
	color:#C8C1A8;
}
#footerright a {
	color:#C8C1A8;
}

