@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin:0px;
	background-color:#FFCC66;
	background-image:url(images/back02.png);
	background-position:center;
	background-repeat:repeat-y;
}

h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 { font-size:22px; }
h2 { font-size:18px; }

.mainwrap {
	width:800px;
	text-align:left;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#FFFFFF;
	margin:1px;
}

.marginal {
	margin:20px;
	margin-left:10px;
}

#page_top, #page_bottom {
	width:800px;
	height:200px;
	background-repeat:no-repeat;
}
#page_top { background-image:url(images/page_top.jpg); }
#page_bottom { background-image:url(images/page_bottom.jpg); }

a:link, a:active, a:visited { text-decoration:none; color:#A06327; }
a:hover { text-decoration:underline; color:#C06327; }