body {
	margin-left: 100px;
	margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 0px;
	background: #5b443c url(images/background.jpg) repeat-x top;
}
body,td,th {
	font-size: 12px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f6ebd3;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; }
.style17 {
	color: #61787D;
	font-size: 8px;
}
.style20 {
	font-size: 36px;
	color: #61787D;
}
.h1 {
	font-size:46px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color: #5b443c;
	text-align:left;
	float:left;
}

.h2 {
	font-size:76px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:0px;
	color: #5b443c;
}


.text_capital{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color: #5b443c;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
}

.text_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
}

.text_brown{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5b443c;
}

.style30 {font-size: 12px; color: #ffffff; font-family: Arial, Helvetica, sans-serif;}
.style31 {color: #FFFFFF}
.style36 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}



.style48 {font-size: 12px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style50 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF; }
.style52 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #FFFFFF; }
.style19 {font-family: Arial, Helvetica, sans-serif}
	
	.menu_item{
		text-align:right;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color: #5b443c;
		cursor:pointer;
		}
		
	.menu_item a:link{
		text-align:right;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color: #5b443c;
		cursor:pointer;

		}
		
	.menu_item:hover{
		text-align:right;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color: #765043;
		cursor:pointer;
		background:url(images/back-button.jpg) repeat-y left;

		}

	.menu_item a:visited{
		text-align:right;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color: #5b443c;
		cursor:pointer;
		text-decoration:none;
		}
#slider {

	/* You MUST specify the width and height */
	width:264px;
	height:329px;
	position:absolute;
	top:218px;
	margin-left:5px;
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:250px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  */
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0px;
	
	/* Set the position */
	z-index:599;
	position:absolute;
	top:0px;
	left:0;
	
	/* Set the style */
	width:250px;
	/*background-color:#000;*/
	overflow:hidden;
	font-family:arial;
	font-size:16px;
	color:#666;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}

