@charset "utf-8";
h1 {
	font-size: 1.4em;
	color: #663300;
}

body,td,th {
	font-family: Tahoma, Georgia, Arial;
	font-size: .9em;
}
body {
	background-color: #ad9c69;
}
#wrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainebg.jpg);
	padding: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 55px;
}
#leftColumn {
	background-image: url(images/picframe1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 569px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#rightColumn {
	background-image: url(images/rhs2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	width: 369px;
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	background-image: url(images/header1.jpg);
	margin: 0px;
	padding: 0px;
	height: 95px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#copyright {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	font-family: Tahoma, Georgia, Arial;
	font-size: 0.7em;
	font-weight: normal;
}
.style1 {color: #0000FF}
