@charset "utf-8";
body {
	background-color: #ffde81;
	background-image: url(front_layout/page_background.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#262118;
	margin:0px;
	padding:0px;
	text-align:center;
}
a {
	color:#0000FF;
	text-decoration:none
}
a:hover {
	color:#FF0000;
	text-decoration:underline
}
#outer {
	margin: 0px auto;
	padding:0px;
	background-image:url(front_layout/page_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:312px;
}
#homeof {
	width:823px;
	margin:5px auto 0px auto;
	text-align:left;
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content {
	margin:0px auto;
	padding:25px 30px;
	width:800px;
	text-align:left;
}
h1 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	text-align:center;
	font-weight:bold;
}
h2 {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	font-weight:bold;
	margin-top:40px;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
.subh {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:center;
	line-height:1.5em;
	color:#000;
}
hr {
	border: 0;
	background-color: #a48b5e;
	height:1px;
	margin-top:30px;
}
