/* CSS Document */

body {
	margin-top: 25px;
	margin-bottom: 25px auto;
	padding: 0;
	background: #538EA0;
	font-size: 14px;
	text-align: justify;
	color: #8D633D;
	font-family: "Tahoma", "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}


a {
	color: #8D633D;
}

a:hover {
	color: #8D633D;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}
#news {
    position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
    z-index: 10;
}

#wrapper {
    position: relative;
	width: 800px;
	height: 770px;
	margin: 0 auto;
	padding: 0 0 0 0;
/*	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
*/	background-color: #FFFFCC;
	z-index: 0;
}

#address {
    position: absolute;
	top: 30px;
	left: 310px;
	border: none;
	z-index: 4;
}

#address a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#center {
    position: absolute;
	top: 235px;
	left: 170px;
	z-index: 4;
}

#topright {
    position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#topleft {
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#midright {
    position: absolute;
	top: 300px;
	right: 0px;
	z-index: 2;
}

#midleft {
    position: absolute;
	top: 205px;
	left: 0px;
	z-index: 2;
}


#bottomleft {
    position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 2;
}

#bottomcenter {
    position: absolute;
	bottom: 0px;
	left: 215px;
	z-index: 2;
}

#bottomright {
    position: absolute;
	bottom: 30px;
	right: 0px;
	z-index: 1;
}

#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B64926;
}

#footer p {
	padding: 0;
}

#footer p a {
	color: #5C1600;
}