@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #a2c445;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

#wrapper {
	width: 830px;
	margin: 20px auto;
	background: #FFF;
	border: 10px double #62762b;
}
#header {
	height: 46px;
	width: 830px;
	background: url(../images/title.jpg);
	padding-top: 190px;
}

#content {
	background :#a2c445;
	display: block;
}

.left {
	width: 665px;
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-right:5px;
}
.right {
	width: 115px;
	text-align: center;
	vertical-align: top;
	padding-right: 4px;
	padding-bottom: 6px;
}
.right_nav{
	text-align: center;
	border: 3px double #FFF;
	width :150px;
}
.decor_container {
	background: #333333; 
	margin-bottom: 5px;
}

.ret_right {
	width: 250px;
	text-align: center;
	vertical-align: top;
	padding-right: 4px;
	padding-bottom: 6px;
}
.ret_nav {
	clear: both;
	width: 200px;
	border: 1px solid #333;
	background: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	margin-right: 5px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #333333;
}
.slideshow {
	width: 300px;
	height: 188px;
	border: 1px solid #333;
	float: left;
}	 

h1 {
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	font-weight: bold;
	text-align: center;
}
a.info{
position:relative;
	z-index:24;
}
a.info:hover{
	z-index:25;
	}
	a.info span {
	display: none;
	}
	a.info:hover span{
	display: block;
	position: absolute;
	decoration:none;
	top:-50px;
	left:50px;
		}