html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, table, tr, td, div, p, span {
	font-family: Tahoma, Arial;
	color: #3b3b3b;
	font-size: 10pt;
}

body {

	background: url(img/Slice01.gif) top repeat-x #3A352C;
	height: 100%;

}

img {
   behavior: url("./data/pngbehavior.htc");
}

h2 {
	font-family: Arial, Tahoma;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#content {

	text-align: justify;

}

#footer_container {
	bottom: 0px;
	height: 20px;
	width: 852px;
	background-color: ;
	clear:both;
}

#footer-left {
	width: 167px;
	height: 20px;
	float: right;
}

#footer {
	float: right;
	width:685px;
	height:20px;
}

.container {
	width: 852px;
	background-color: #DBBD78;
	background-image: url(./img/main_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	position: absolute;
	left: 49px;
	height: 100%;
}


#bg_left {

	width: 49px;
	float: left;
	position: relative;

	min-height: 100%;
	height: 100%;
}

#bg {
	height: 100%;
	width: 100%;
	background-color: #3A352C;
	background-image: url(img/Slice01.gif);
	background-repeat: repeat-x;
	background-position:top;
	min-height: 700px;
}



#box_r {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	min-height: 30px;
}
#box_l {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	min-height: 30px;
}

#box_header {
	background-image: url(./img/box_header.png);
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Verdana;
}

#box_content {
	background-image: url(./img/box_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F8EFD7;
	font-size: 10pt;
	font-family: Tahoma, Arial, Verdana;
	border-left: #DBBD78 solid 1px;
	border-right: #DBBD78 solid 1px;
	padding: 8px;
}




#main {
	width: 901px;
	height: 100%;
	position: relative;
	background-color: ;
}

.special {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	color: #804108;
	text-align: center;
}

.info {

	font-size: 8pt;
	color: #676767;

}

.gallery_layer {

	clear: both;
	padding-left: 5px;
	position: relative;

}

.img_layer {

	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #DBBD78;
	padding: 4px;
	font-size: 10pt;
}

#sort_list li {
	margin-left: 10px;
	list-style-type: square;
	font-size: 11pt;
	font-weight: bold;
}

#menu_left a {
	color: #E9DEC3;
	text-decoration: none;
}
#menu_left a:hover {
	color: #E9DEC3;
	text-decoration: underline;
}


a {
	color: #be6004;
}
a:hover {
	color: #985908;
}

h3 {

	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
}

.hr2 {

	width: 100%;
	height: 2px;
	border: 0px;
	background: #b4560a;
	margin-top: 0px;
	margin-bottom: 10px;
}

.hr1 {

	width: 100%;
	height: 1px;
	border: 0px;
	background: #d5af56;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news {

	background: #f2e6c5;
	padding: 5px;
	border: 1px solid #d5af56;
	margin-bottom: 5px;

}

.form {

	background: #f2e6c5;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #d5af56;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;

}