body {
	margin: 0;
	background-color: #B3AA47;
	font-size: 14px;
	color:#fff;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:visited, a:active { color:#fff; }
h1 {font-size: 26px;color: #FFF;font-weight: normal;display:none;}
h2 {font-size: 24px;color:#fff;font-weight: normal;}
h3 {font-size: 16px;color:#fff;font-weight: normal;}
h4 {font-size: 14px;color:#fff;font-weight: normal;}
#main-left {
	position:absolute;
	top:0;
	right:50%;
	width:480px;
	height:650px;
	background-image: url(../_images/main-left-bkg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#logo {
	position:absolute;
	top:0;
	right:0;
	width:460px;
	height:125px;
}
#gallery {
	position:absolute;
	top:125px;
	right:0;
	width:460px;
	height:505px;
	background-color:#B2A947;
}
#main-right {
	position: absolute;
	top: 0;
	left: 50%;
	width: 480px;
	height: 650px;
	background-image: url(../_images/main-right-bkg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#nav {
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:125px;
	text-align:center;
	line-height:180px;
}
#nav a {
	margin:0 10px;
}
#mask {
	position: absolute;
	top: 125px;
	left: 40px;
	width: 390px;
	height: 425px;
	text-align: left;
	overflow: hidden;
	z-index:500;
}
#mask h2 {
	margin:45px 0 5px 0;
}
#but-prev {
	display:block;
	position:absolute;
	bottom:20px;
	left:0;
	width:85px;
	height:75px;
	background-image: url(../_images/prev.png);
	background-position: 0 0;
	text-decoration:none;
}
#but-prev:hover {
	background-image: url(../_images/prev_f2.png);
	text-decoration:none;
}
#but-next {
	display:block;
	position:absolute;
	bottom:20px;
	right:20px;
	width:85px;
	height:75px;
	background-image: url(../_images/next.png);
	background-position: 0 0;
	text-decoration:none;
}
#but-next:hover {
	background-image: url(../_images/next_f2.png);
	text-decoration:none;
}
#nav2 {
	position:absolute;
	width:460px;
	left:0;
	bottom:52px;
	text-align:center;
	font-size:25px;
}
#nav2 a {
	color:#CFC452;
}
#nav2 strong a {
	color:#fff;
}

#slider {
	position:absolute;
	top:0;
	left:0;
	height:425px;
}
.pane {
	float: left;
	width: 390px;
	height: 425px;
	padding:0;
	margin:0;
	line-height:20px;
	overflow: hidden;
}
.copy {
	width: 370px;
	height: 350px;
	overflow: hidden;
	padding-right:10px;
	margin-right:10px;
}
.copy a {
	text-decoration:underline;
}

/* ------ background css ------ */

#bkg-tc {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 50%;
	background-image: url(../_images/bkg_tc.png);
	background-position: center top;
}
#bkg-bc {
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	height: 50%;
	background-image: url(../_images/bkg_bc.png);
	background-position: center bottom;
}
#bkg-ml {
	top: 0;
	left: 0;
	position: absolute;
	width: 80px;
	height: 100%;
	background-image: url(../_images/bkg_ml.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#bkg-mr {
	top: 0;
	right: 0;
	position: absolute;
	width: 80px;
	height: 100%;
	background-image: url(../_images/bkg_mr.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#bkg-tl {
	top: 0;
	left: 0;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../_images/bkg_tl.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#bkg-tr {
	top: 0;
	right: 0;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../_images/bkg_tr.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#bkg-bl {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../_images/bkg_bl.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#bkg-br {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../_images/bkg_br.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* -- special -- */
#promo {
	position:absolute;
	top:5px;
	right:20px;
	font-size:11px;
}
#promo img {
	vertical-align:middle;
	margin-left:10px;
	border:0;
}
