body {
	margin: 0px;
	background-color: #63593d;
	font-size: 14px;
	color: #493534;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f6ecdb;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 1em;
}

p, ul, ol {
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-top: 0;
	padding-left: 2px;
	line-height: 130%;
}

ul, ol {
}

a {
	color: #493534;
	text-decoration: none;
}

a:hover {
	color: #f6ecdb;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	border: 1px #1b1718;
}

img.right {
	float: right;
	margin-left: 15px;
	border: 1px #1b1718;
}

#page {
	background-image:url(../images/background-image.jpg);
	background-repeat:no-repeat;
	background-color: #7f8f75;
	margin: auto;
	width: 960px;
	position: relative;
}

#header {
	height: 140px;
}

#logo{
	position: absolute;
	left: 255px;
	top: 29px;
	width: 319px;
	height: 98px;
}

#menu{
	position: absolute;
	width: 370px;
	left: 578px;
	top: 95px;
}

#menu li {
	font-size: 20px;
	display: inline;
	padding-right: 6px;	
}

#menu a {
	padding-right: 8px;	
}

#menu a#active {
	color: #f6ecdb;	
}

a.imagelinks {
	display: block;
	border: 1px solid #493534;
}

a:hover.imagelinks {
	border: 1px solid #f6ecdb;
}

#content{
	width: 100%;
}

#footer {
	border-top: 2px solid #231f20;
	padding-top: 10px;
}

