@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/body_bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4A2005;
	font-style: italic;
}
p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}
a {
	color: #330000;
}
a:hover {
	color: #663300;
}
.clearboth {
	clear: both;
}
#header {
	height: 145px;
	background-image: url(../images/header_bg.jpg);
	margin-top: 20px;
}
#container {
	width: 725px;
	min-height:500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/cont_bg.jpg);
	padding-right: 36px;
	padding-left: 37px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#container  .mainpic {
	background-image: url(../images/content_bg.jpg);
	padding: 25px;
}
#container  .mainpic2 {
	background-image: url(../images/content_bg.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 25px;
	margin-bottom: 20px;
	margin-top: 25px;
}
#container #leftcolumn {
	float: left;
	width: 240px;
	margin-top: 25px;
	background-image: url(../images/content_bg.jpg);
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	padding-bottom: 40px;
}
#container #leftcolumn p {
	margin-left: 8px;
}
#container #rightcolumn {
	background-image: url(../images/content_bg.jpg);
	float: right;
	width: 375px;
	margin-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#container #rightcolumn li {
	font-size: 14px;
	margin-bottom: 5px;
}
#container #rightcolumn #prevbt {
	background-image: url(../images/prev_bt.png);
	height: 34px;
	width: 137px;
	float: left;
}
#container #rightcolumn #nextbt {
	float: right;
	height: 34px;
	width: 137px;
	background-image: url(../images/next_bt.png);
}
#footer {
	height: 53px;
	background-image: url(../images/footer_bg.jpg);
}
#footer ul {
	text-align: center;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#footer li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
