@charset "utf-8";
/* CSS Document */

/* general style */
html, body {
	margin:0px; 
	padding:0px; 
	background: url(images/bg-main.jpg) bottom right no-repeat #5e060c;
	background-attachment: fixed;
}
	
img {
	border:0px;
}

a {
	text-decoration:none;
	color:#ac9646;
	font-weight:bold;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:16pt;
	font-weight:bold;
	padding-left:80px;
	line-height:54px;
	color:#807a6a;

}

h2 {
	margin:0px;
	padding:0px;
	font-size:12pt;
	font-weight:bold;
	color:#807a6a;

}

p {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	color:#746f5c;
	font-family:Tahoma, Arial, Helvetica;
	line-height:15px;

}
/* end of general style */

/* header style */
#header-top {
	background:url(images/header-top.gif) no-repeat;
	width: 926px;
	margin:0 auto;
	padding:0px;
	height:10px;
	margin-top:20px;
}

#header-inside {
	background:url(images/img-header-inside.gif) no-repeat;
	width:712px;
	height:120px;
}
/* end of header style */

/* main-box style */
#mainbox {
	background: url(images/bg-boxmain.gif) repeat-y;
	width: 926px;
	margin:0 auto;
	padding:0px;
	height:542px;
	min-height:542px;
}
/* end of main-box style */


#column-left {
	width:200px;
	padding-left:13px;
	clear:both;
	float:left;
}

#column-mid {
	float:left;
	width:180px;
	background:url(images/bg-boxgold.gif) top no-repeat;
	min-height:350px;
	height:350px;
	color:#602e1c;
	font-family: "Times New Roman", Times, serif;
	padding:100px 10px 10px 10px;
	font-weight:bold;
}

#column-right {
	width:513px;
	float: right;
}

#column-right-inside {	
	width:713px;
	float: right;
}

#column-right-bottom {
	height:21px;
	background:url(images/img-content-bottom.gif) bottom no-repeat;
	margin-top:20px;
	clear:both;
}

.contentbox {
	width:490px;
	margin-left:5px;
	margin-top:10px;
}

.contentbox-inside {
	width:690px;
	margin-left:5px;
	margin-top:10px;
}

.titlebox01 {
	width:490px;
	_width:428px;
	height:44px;
	background:url(images/bg-titlebar01.gif) no-repeat;
}

.titlebox01-inside {
	
	width:690px;
	_width:628px;
	height:44px;
	background: url(images/bg-titlebar01-inside.gif) no-repeat;
}

.contentboxbody-inside {
	width:668px;
	border-left:1px solid #e6e3e3;
	border-right:1px solid #e6e3e3;
	padding:10px;
	border-bottom:1px solid #e6e3e3;
	background:#ffffff;
}


.titlebox01 span {
	font-size:11pt;
	font-weight:bold;
	color:#3f0308;
	font-style:normal;
}

.contentboxbody {
	width:468px;
	border-left:1px solid #e6e3e3;
	border-right:1px solid #e6e3e3;
	padding:10px;
	border-bottom:1px solid #e6e3e3;
	background:#ffffff;
}

/* navigation style */
#navigation{
	background:url(images/bg-navigation.gif) no-repeat #891820;
	min-height:313px;
	height:313px;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	color:#e5d983;
	font-weight:normal;
	font-size:14pt;
	padding-right:0px;
	padding-top:15px;
}

#navigation a{
	color:#e5d983;
}

#navigation ul{
	padding:0px;
	margin:0px;
}

#navigation li{
	padding:5px 0 5px 0;
	margin:0px;
	list-style:none;
}

#navigation li a{
	padding:5px 0 0px 0;
	margin:0px;
}

#navigation li a:hover{
	border-bottom:1px solid #ab9136;
	color:#ab9136;
}
/*end of navigation style */

/* footer style */
#footer {
	width: 900px;
	margin:0 auto;
	padding:0px;
	height:100px;
	background: url(images/bg-footer.gif) repeat-x;
	clear:both;
}

#footer-gold {
	background:url(images/bg-boxgold-bottom.gif) no-repeat;
	width:700px;
	_width:450px;
	height:72px;
	margin-left:200px;
	padding:48px 0 0 220px;
	color:#cca669;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
/* end of footer style */

.gallery-box {
	overflow-y:scroll;
	width:654px;
	height:200px;
	border:1px solid #e6e3e3;
	padding:7px;
}

.gallery-box img{
	border:4px solid #ffffff;
	cursor:pointer;
}

.gallery-box img:hover{
	border:4px solid #bca75c;
}
	
#bg-front {
	background: url(images/bg-frontpage.gif) repeat-x;
	width:900px;
	height:550px;
	margin-left:13px;
}
