﻿#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/22px verdana;
	color: rgb(114,112,111);
	}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/22px verdana;
	color: rgb(114,112,111);
	}
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/22px verdana;
	color: rgb(114,112,111);
	}
html > body #wrapper {
	height: auto;
	}
#wrapper {
	position:absolute;
	text-align:center;
	top:0px;
	margin-bottom: 50px;
	background:url('../images/bg-main.jpg');
	background-repeat:repeat-x;
	}
img {
	border:none;
	}
a {
	text-decoration:none;
	outline:none;
	}
a:hover img{
	opacity:0.5;
	filter: alpha(opacity = 50);
	}

#content {
	top: 0;
	text-align:center;
	background-color:white;
	width:650px;
	height:auto;
	padding:0 0 0 0;
	margin:0 auto;
	bottom:40px;
	}
#content ul{
	padding:0px;
	margin:0px 0px 0px 20px;
}

#content a.style1{
	color:rgb(105,104,35);
}
#content a.style1:hover{
	border-bottom:1px dashed;
}

#content a.style1:hover{
	border-bottom:1px dashed;
}
#content a.style2{
	color:rgb(105,104,35);
}
#content a.style2:hover{
	color:rgb(105,140,35);
}
#table {
	margin:0 auto 0 auto;
	width:600px;
	height:auto;
	text-align: center;
	padding:0 0 0 0;
}
#table p.left {
	text-align:left;
}
/*SITE MAP8*/
#sitemap {
	text-align:left
}

/*FOOTER*/
#footer {
position: absolute;
left:0px;
bottom: -20px;
width: 100%;
background: rgb(225, 227, 213) bottom;
height:80px;
text-align:center;
font:8pt/15px verdana;
padding-top:5px;
}
#footer p{
	margin:5px 10px 0px 20px;
}
#footer a{
	color:rgb(64,66,36);
}
#footer a:hover{
	border-bottom:1px dashed;
}
