﻿body {
	background: #FAF9F7 url('images/background.jpg') no-repeat fixed left top;
	font-family: Arial, Helvetica, sans-serif;
		color: #292B34;
}
#main {
	padding: 10px;
	margin-left: 280px;
	margin-right: 20px;
	max-width: 1000px;
	background-image: url('images/whote.png');
}
#headerimage {
	margin-left: 300px;
}
.maintext {
	font-size: 13px;
	line-height: 160%;
}

#nav {
	margin-bottom:12px;
	margin-right: 20px;
	max-width: 1280px;
	text-align:right;
	font-size: 14px;

}

.links a:link, .links a:visited {
	padding: 2px 9px 5px 9px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url('images/brown.png');

}
.links a:hover {
	text-decoration: none;
	color: #DFD999;
	background-color: #000;

}


h1 {
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a:link, a {
	color: #336699;
}
#address {
	margin-bottom: 12px;
	margin-right: 20px;
	max-width: 1280px;
	text-align: right;
	font-size: 15px;
}
