body {
background: url('images/layout/background2.png') repeat-x;
margin: 0px;
padding: 0px;
font-family: Calibri, Trebuchet MS;
}

*{
margin:0;
padding:0;
}

#box {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#header {
height: 198px;
background: url('images/layout/header.png');
}

/*MENU */

#menu{
	width: 900px;
	height: 80px;
}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	padding:30px 30px 0px 30px;
	display:block;
	float:left;
	color:#7F0400;
	text-transform:uppercase;
	text-decoration:none;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	height: 50px;
}
#menu li a span{
	color:#E2BF61;
	font-size:10px;
	text-transform:lowercase;
	font-family: Arial;
	font-weight:normal;
}
#menu li a:hover{
	text-decoration:none;
	color: #E2BF61;
}
#menu li a:hover span{
	color:#7F0400;
}
.current{
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#E2BF61;
	text-transform:uppercase;
	text-decoration:none;
	font-family: Arial;
	font-size:20px;
	cursor:pointer;
	font-weight:bold;
}
.current span{
	color:#7F0400;
	font-size:10px;
	text-transform:lowercase;
	font-family: Arial;
	font-weight:normal;
}


#slider {
height: 366px;
background: url('images/layout/slider.png');
}

#text-box {
padding: 50px 50px 50px 50px;
height: auto;
background: url('images/layout/box_bg.png') repeat-y;
font-size: 19px;
text-align: justify;
color: #7F0400;
}

#top-footer {
height: 40px;
background: url('images/layout/top_footer.png');
}

#footer {
height: 100px;
margin-bottom: 20px;
padding-left: 20px;
font-size: 13px;
color: #7F0400;
}



/* SLIDER */

#gallery {
	position:relative;
	height: auto;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

h1 {
font-size: 20px;
font-weight: bold;
}

h2 {
font-size: 15px;
font-weight: normal;
margin-left: 325px;
}

a:hover{
	text-decoration:none;
	color: #E2BF61;
}
a {
	color:#7F0400;
	text-decoration: none;
}

	
