/* CSS Document */
body {
	background-color:#8e5a30;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size:11px;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.innerborder {
	border:#FFFFFF solid 16px;
	background:url(images/main.jpg) no-repeat center;
	width:823px;
	height:425px;
}

.innerborderGallery {
	border:#FFFFFF solid 16px;
	background:url(images/bg_gallery.gif) repeat-y center;
	width:823px;
	height:425px;
}


.footer { 
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none
}

a.footer {
	color:#FFFFFF; 
	font-size:11px;
	text-decoration:none;
}

a.footer:hover {
	color:#FFFFFF; 
	font-size:11px; 
	text-decoration:underline;
}

.imgshow {
	background:url(images/item_subMain.gif) center no-repeat;
}

.imghide {
	background:url(images/item_sub.gif) center no-repeat;
}

.label {
	font-size: 20px;
	font-weight: bold;
	text-align:left;
}

.title_desc {
	font-size: 11px;
	font-weight:bold;
}

a.links {
	text-decoration:none;
	color:#000000;
}

a.links:hover {
	text-decoration:underline;
	color:#000000;
}