@charset "utf-8";
/* CSS Document */

.style1 {color: #F4E0AE}

body {
	background-color: #E5CA87;
	margin: 0px;
	background-image: url(images/background.jpg);
	}
	

/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	background-image: url(images/backrgound-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px auto;
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:746px;
	z-index: 1;
	margin:0px auto;
}



/* MENU */

.menu-container {
	width: 586px;
	height: 709px;
	background-image:url(images/menu-background.gif);
	background-repeat: no-repeat;
}

.menu {
	position: absolute;
	left: 33px;
	top: 169px;
}


/* CONTENT */

.logo {
	position: absolute;
	top: 17px;
	left: 23px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E4C10;
	height: 99px;
	width: 551px;
	position: absolute;
	z-index: 100;
	left: 444px;
	top: 62px;
}

.mainimages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E4C10;
	height: 503px;
	width: 325px;
	position: absolute;
	z-index: 100;
	left: 211px;
	top: 177px;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 522px;
	width: 382px;
	position: absolute;
	z-index: 100;
	left: 558px;
	top: 135px;
}

.textarea a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #796431;
	font-weight: bold;
	text-decoration: none;
}
.textarea a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #957842;
	font-weight: bold;
	text-decoration: none;
}

.image-right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	margin: 10px 10px 10px 0px;
	float: left;
}



/* FOOTER */

.footer {
	height: 25px;
	width: 1000px;
	position: absolute;
	z-index: 100000;
	top: 658px;
	left: 0;
}

#footer {
	width: 1000px;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11px;
	background-image: url(images/footer-back.gif);
	background-repeat: no-repeat;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F3E2C7;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DBA853;
	font-size: 10px;
}
