body {
	font: 10pt Arial, sans-serif;
	background-color: #e0d7ba;
	text-align: center;
	margin: 0 0 24px 0;
	padding: 0;
	color: #666;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

input, select, textarea, button {
	border: 1px #cb9936 solid;
	font: 8pt Verdana, Tahoma;
	color: #595957;
}

div#main {
	margin: auto;
	width: 1024px;
	text-align: left;
}

div#head-l {
	float: left;
}

div#head-r {
	float: right;
}

div#navi {
	font-family: Georgia, Arial, Serif;
	background-image: url('../images/navi-bg.gif');
	background-repeat: repeat-x;
	position: relative;
	color: #422527;
	height: 40px;
	z-index: 1;
	clear: both;
}

div#navi table {
	border-collapse: collapse;
	height: 337px;
	width: 100%;
}

div#IEroot div#navi table {
	position: absolute;
}

div#navi table tr td {
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	padding: 0px;
}

div#navi table tr.navi-menu td {
	height: 40px;
	text-align: left;
}

div#navi table tr.navi-menu td div {
	border-left: 1px #f9ebce solid;
	border-right: 1px #8e8975 solid;
	padding: 0px 6px 0px 6px;
	line-height: 40px;
	height: 100%;
	cursor: pointer;
	text-align: center;
}

div#navi table tr.navi-menu td span.submenu {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 8px 35px 6px 12px;
	background-color: #360000;
	position: absolute;
	line-height: 140%;
	text-align: left;
	font-size: 8pt;
	color: #e4cbb8;
	cursor: default;
	height: auto;
	top: 42px;

	border: none;
	border-bottom: 5px #1c0e0e solid;
	border-top: 10px #1c0e0e solid;

	display: none;
	min-width: 130px;
	width: auto !important;
	width: 130px;
}

div#navi table tr.navi-menu td span.submenu span {
	background-image: url('../images/navi-submenu-bullet.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
}

div#navi table tr.navi-menu td span.submenu span a {
	text-decoration: none;
	color: #e4cbb8;
}

div#navi table tr.navi-menu td span.submenu span a:hover {
	text-decoration: underline;
}

div#navi table tr.navi-pad td {
	height: 12px;
	overflow: hidden;
}

div#navi table tr.navi-banner td {
	background-position: -5px 0px;
	background-repeat: no-repeat;
	border-left: 2px #360000 solid;
	height: 285px;
}

div#navi table tr.navi-banner td div {
	height: 100%;
}

div#navi-bottom {
	background-image: url('../images/navi-bottom-bg.gif');
	background-repeat: repeat-x;
	height: 12px;
	overflow: hidden;
	position: relative;
	z-index: -11;
}

div#banner {
	background-image: url('../images/banner/default.jpg');
	background-repeat: no-repeat;
	position: relative;
	height: 285px;
	z-index: -1;
}

div#banner-bottom {
	background-image: url('../images/banner-bottom.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	height: 7px;
}

div#content {
	background-color: #fdf5e0;
}

div#content-left-cont {
	position: relative;
	width: 100%;
	right: 724px;
}

div#content-right-cont {
	position: relative;
	overflow: hidden;
	width: 100%;
}

div#content-left {
	position: relative;
	width: 300px;
	float: left;
	left: 724px;

	min-height: 500px;
	height: auto !important;
  	height: 500px;
  	
  	background-image: url('../images/left-brush.jpg');
}

div#content-right {
  	padding: 35px 25px 35px 25px;
	position: relative;
	width: 668px;
	float: left;
	left: 724px;
	
	min-height: 430px;
	height: auto !important;
  	height: 430px;
}

div#content-right p,
div#content-right table tr td {
	line-height: 125%;
	font-family: Arial;
	font-size: 9pt;
	color: #595957;
}

div#content-right ul li,
div#content-right ol li {
	font-size: 9pt;
}

div#content-right a {
	color: #97793b;
	text-decoration: none;
}

div#content-right a:hover {
	text-decoration: underline;
}

div.content-left-box {
	margin-top: 10px;
	color: #d3c9ae;
}

div.content-left-box div.content-left-box-t {
	height: 7px;
	overflow: hidden;
	margin-left: 53px;
	margin-right: 4px;
	background-image: url("../images/left-box-t.gif");
}

div.content-left-box div.content-left-box-c {
	padding: 4px 12px 8px 12px;
	margin-left: 53px;
	margin-right: 4px;
	background-image: url("../images/left-box-c.gif");
	background-repeat: repeat-y;
}

div.content-left-box div.content-left-box-c div.header {
	font-family: Georgia, Serif;
	font-size: 12pt;
}

div.content-left-box div.content-left-box-c ul {
	margin: 4px 0px 0px 24px;
	padding: 0;
}

div.content-left-box div.content-left-box-c ul li {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

div.content-left-box div.content-left-box-b {
	height: 7px;
	overflow: hidden;
	margin-left: 53px;
	margin-right: 4px;
	background-image: url("../images/left-box-b.gif");
}

div#content-bottom {
	background-image: url('../images/content-bottom.gif');
	overflow: hidden;
	height: 14px;
}

div#foot {
	padding: 30px 20px 30px 60px;
}

div#foot ul li h1, 
div#foot ul li h2, 
div#foot ul li h3, 
div#foot ul li h4 {
	margin: 0;
	padding: 0;
}

div#foot ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

div#foot ul li {
	vertical-align: top;
	display: inline-block;
}

div#IEroot div#foot ul li {
	display: inline;
}

div#foot ul li h1 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 14pt;
	color: #3c201f;
	margin-bottom: 24px;
}

div#foot ul li h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 12pt;
	color: #5c5648;
}

div#foot ul li h3 {
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: #5c5648;
	margin-bottom: 8px;
}

div#copy-div {
	background-image: url('../images/copy-div.gif');
	overflow: hidden;
	height: 8px;
}

div#copy {
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	font-size: 9pt;
}

div#IEroot div#copy {
	margin-left: 20px;
}

div#links {
	float: right;
	margin-right: 40px;
	margin-top: 8px;
	font-size: 9pt;
	color: #926e4c;
}

div#IEroot div#links {
	margin-right: 20px;
}

div#links ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

div#links ul li {
	vertical-align: top;
	display: inline-block;
	padding-left: 8px;
}

div#IEroot div#links ul li {
	display: inline;
}

div.clear {
	clear: both;
}

li.links {
	cursor: pointer;
}
