/* CSS Document */
BODY
{
	margin:0px;
	padding: 0px;
	text-align:center;
	background: #dcdbc9;
	font-family: "Times New Roman", Times, "Courier New", serif;
}
BODY.popup
{
	padding: 0px 10px 10px 10px;
	text-align:center;
}
.popup_nav{margin:0px auto;}
.popup_nav tr td
{
	width: 150px;
}

a:link   { color: #817F57;}
a:hover  { color: #817F57;  text-decoration : none;  }
a:visited {color: #817F57;}
a:active { color: #817F57;}
a:hover.thumb  { color: #993300;}
a.thumb  { text-decoration: none;}

p  { font-size: 13px; padding-left : 0px;   color : #52585F;  line-height : 18px;  margin-top : 0px; padding-top: 2px;}
p table tr td  { font-size: 13px; padding-left : 0px;   color : #52585F;  line-height : 18px;  margin-top : 0px; padding-top: 2px;}

p.justify {text-align:justify;}
h1 { font-size: 22pt;  color:#8B8B5A;  margin-top : 0px;  margin-bottom : 0px; line-height : 28px;  font-weight : normal; font-style:italic; }
h2 { font-size: 14pt; color:#52585F;  margin-bottom: 15px; margin-top: 5px;  font-weight : normal; font-style:italic; }

.clear{clear:both;}
.frame
{
	background-color:#DFDDC1;
	border-bottom-color:#9A9A9A;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-color:#9A9A9A;
	border-left-style:dashed;
	border-left-width:1px;
	border-right-color:#9A9A9A;
	border-right-style:dashed;
	border-right-width:1px;
	border-top-color:#9A9A9A;
	border-top-style:dashed;
	border-top-width:1px;
	padding: 2px;
	font-size:10.5pt;
	font-style:italic;
}
.warningframe
{
	background-color:#FFFBC1;
	border-bottom-color:#9A9A9A;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-left-color:#9A9A9A;
	border-left-style:dashed;
	border-left-width:1px;
	border-right-color:#9A9A9A;
	border-right-style:dashed;
	border-right-width:1px;
	border-top-color:#9A9A9A;
	border-top-style:dashed;
	border-top-width:1px;
	padding: 5px 10px;
	font-size:10.5pt;
	font-style:italic;
}
.frame tr td{width:33%;}
.frame tr td.img{text-align:center;}
.frame tr td.text{padding-left:10px; text-align:justify;}
.frame tr td img{border: solid 2px #cdca9f; }

.gallery{}
.gallery tr td a img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.gallery tr td a:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#wrap
{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width:760px;
	border: solid 1px #8b8b5a;
	text-align:left;
}
#head
{
	margin: 0px;
	padding: 0px;
	background: #CDCA9F url(../image/head_logo.gif) no-repeat top left;
	height: 110px;
	text-align:center;
	
}
	
#menu
{
	height:26px;
	background:#462f06;
	text-align: right;
	color: #cdca9f;
	padding-right: 10px;
}
	#menu a 
	{
		font-size: 9pt;
		line-height: 12px;
		color: #A78C77;
		font-weight : normal;
		font-style:italic;
		margin: 5px 5px 0px 5px;
		border-bottom: dotted 1px ;
		text-decoration:none;
	}
	#menu a:hover
	{
		border-bottom: none 0px;
	}
	#menu a.active
	{
		color: #f0eedf;
	}
#body
{
	padding: 15px 5px 10px 10px;
	background:#f0eedf;
	color:#52585F;
}
	#body_nav
	{
		float:left;
		top: 10px;
		height: 350px;
		
	}
	
		#side_nav
		{
			margin: 0px;
			padding: 12px 0px 0px 0px;
			background: #f0eedf  url(../image/side_nav_dummy_top.gif) no-repeat top left;
			width: 155px;
		}
		
		#side_nav li
		{
			border: 0px;
			padding: 0px;
			margin: 0px;
			list-style-type:none;
		}
		#side_nav li a
		{
			padding: 2px 17px 2px 23px;
			display: block;	
			margin: 0px;
			text-decoration:none;
			font-size: 11pt;
		}
		#side_nav li a:hover
		{
			background: #f0eedf  url(../image/side_nav_ornament.gif) no-repeat 7px 5px;
		}
		#side_nav li.line
		{
			padding-bottom: 4px;
			background: #f0eedf  url(../image/side_nav_dummy.gif) no-repeat bottom left;
		}
		#side_nav li.bottom
		{
			padding-bottom: 12px;
			background: #f0eedf  url(../image/side_nav_dummy_bottom.gif) no-repeat bottom left;
		}
		
	
	#body_cnt
	{
		margin-left: 170px;
		text-align:left;
		width: 565px;
	}
#foot
{
	margin: 10px auto;
	text-align:center;
	width: 760px;
}
#foot a, #footer a:visited { text-decoration: underline; font-size: 11px;  line-height: 16px; color: #462F06; font-family: Verdana; }
#foot a:hover, #footer a:active { font-family : Verdana; text-decoration: none;}
#foot p { font-size: 11px;  line-height: 16px; color: #462F06; font-family: Verdana;}

.tac{text-align:center;}