@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../img/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	line-height: 20px;
}
IMG {
	border: 0px;
}
#outer-div {
	width: 796px;
	margin: 0 auto 0 auto;
	background-image: url(../img/bg-outer.jpg);
	background-repeat: repeat-y;	
}
#header {
	width: 796px;
	height: 339px;
}
.bg0 {
	background-image: url(../img/header01.jpg);
	background-repeat: no-repeat;
}
.bg1 {
	background-image: url(../img/header02.jpg);
	background-repeat: no-repeat;
}
.bg2 {
	background-image: url(../img/header03.jpg);
	background-repeat: no-repeat;
}
.bg3 {
	background-image: url(../img/header04.jpg);
	background-repeat: no-repeat;
}
.bg4 {
	background-image: url(../img/header05.jpg);
	background-repeat: no-repeat;
}
#header UL {
	margin: 0px;
	padding: 0px;
}
#header LI {
	margin: 6px 0px 0px 0px;
	padding: 3px 0 0 15px;
	background-image: url(../img/bg-menu.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 26px;
	list-style: none;
	list-style-type: none;
	float: left;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#header LI.current_page_item A {
	color: #b30000;
	text-decoration: none;
}
#header LI A {
	color: #000;
	text-decoration: none;
}	
#header LI A:hover {
	color: #b30000;
	text-decoration: none;
}
#content {

}
#left {
	width: 197px;
	float: left;
}
#left UL {
	margin: 0 0 0 13px;
	padding: 0px;
	list-style: square;
}
#left LI {
	margin: 0 0 5px 0;
	padding: 0px;
}
#left .table {
	margin: 19px 0px 0px 19px;
	width: 126px;
	background-image: url(../img/table-left-top.gif);
	background-repeat: no-repeat;
	background-color: #9ac445;
	padding: 21px 16px 6px 16px;
	color: #fff;
}
#left .table A {
	color: #fff;
}
#left .table IMG {
	border: 1px solid #fff;
	margin-top: 10px;
	margin-left: 8px;
}
#left .table-bottom {
	margin: 0px 0px 19px 19px;
}
#right {
	width: 553px;
	float: left;
	padding: 23px;
	background-image: url(../img/bg-right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#right STRONG {
	color: #4a6a41;
}
#right P A {
	color: #4a6a41;
}
.postmetadata {
	font-size: 10px;
	color: #666666;
}
.postmetadata A {
	color: #666666;
}
h1 {
	font-size: 22px;
	color: #950000;
}
h1 A {
	font-size: 22px;
	color: #950000;
	text-decoration: none;
}
h2 {
	font-size: 22px;
	color: #950000;
}
h2 A {
	font-size: 22px;
	color: #950000;
	text-decoration: none;
}