* { 
	padding: 0; margin: 0 
}
html {
	height: 101%; 
}
body  { 
	color:#663300;
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 170%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#faf6e7;
	background-image:url(../img/bckimg.gif);
	background-repeat:repeat-x; 
}
p, ul, ol { 
	margin-bottom: 2em; 
}
#menu {
	list-style:none;
	padding:135px 0 0 170px;
    padding-left: 50px;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 0 10px;
	margin-left:20px;
	margin-top:17px;
	border:none;
}
#menu li a {
	font-family:Verdana;
	letter-spacing:1px;
	font-weight:bold;
	font-size:12px; 
	color: #630;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#963;
}
table { 
	margin-bottom: 2em; 
}
table td{ 
	padding:10px 5px;
	line-height:120%;
	vertical-align:bottom;
}
table th{ 
	padding:10px 5px;
	line-height:100%;
	vertical-align:top;
	text-align:left;
}
table img{ 
	float:left;
	margin-right:7px;
}

a { 
	color: #630; 
	line-height:140%;
	text-decoration: underline; 
	outline: none;
}
a:visited { color: #630; }
a:hover, a:focus { color: #963; }
a:active { 	color: #630; }
h1 {
	margin-bottom: 20px;
	padding: 0;
	font-size: 125%;
	line-height:130%;
	font-weight:bold;
	color:#630;
	letter-spacing:1px;
}
h2 {
	margin-bottom:5px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #E1E1E1;
}
h3 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	color: #f90;
	border-bottom: 1px solid #f90;
}
h4 {
	margin-bottom: 8px;
	padding: 0;
	line-height:120%;
	font-size: 120%;
	font-weight: normal;
	color: #fff;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#container { 
	background: #fff;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#sidebar1 {
	float: left;
	width: 198px;
}
#sidebar2 {
	float: right;
	width: 198px;
}
#sidebar1 img {
	float:left;
	margin-bottom:10px;
}
#sidebar2 img {
	float:right;
	margin-bottom:10px;
}
#mainContent { 
	background-color:#faf6e7;
	min-height: 400px;
	color:#630;
	margin: 0 200px;
	padding: 30px;
	zoom: 1; 
}
#mainContent p { 
	width:75%;
	margin:5px 0 20px 0;
	/*padding-left:15px;
	border-left:1px solid #630;+*/
}
#mainContent ul { 
	margin-left: 15px;
}
#mainContent h1 { 
	font-weight:normal;
}
#txt {
	padding-left:15px;
	border-left:1px solid #630;
}
#footer { 
	color: #663300;
	background-color:#FFFFFF;
	background-image:url(../img/bckimg_footer.gif);
	background-repeat:no-repeat;
	width: 940px;
	height:50px;
	margin: 0 auto;
	/*padding:10px 0 20px 0;*/
	text-align: center;
	border-top: 1px solid #663300;
} 
#footer p { 
	margin-top:10px;
}
#footer a:link { color: #663300; font-weight:normal; text-decoration:underline }
#footer a:visited { color: #663300; }
#footer a:hover, a:focus { color: #996633; }
#footer a:active { color: #663300; text-decoration:none }
.button { 
	display:block;
	background-image: url(img/button.gif);
	background-repeat:no-repeat;
	width:115px; height: 37px;
	color: #fff;
	padding:5px 0 0 40px;
	text-decoration:none;
	font-weight:bold;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.slideshow {  }
.slideshow img {  }
#map {
	z-index:200;
	position: absolute;
	margin:110px 0 0 220px;
}

.cookibar{
	background-color: rgba(102, 51, 0, 0.9);
	height: 60px;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	z-index: 99999;
	padding: 15px 0;
	display: none;
}

.cookibar a{
	color: #fff;
}

.cookibar button{
	background-color: #663300; 
	border-style: solid; 
	border-color: #faf6e7; 
	border-width: 2px; 
	color: #fff; 
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

.cookibar button:HOVER{
	background-color: #faf6e7;
	border-color: #663300;
	color: #663300
}

.box{
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 5px 10px 5px 10px;
	vertical-align: inherit;
}

.valigntop{
	vertical-align: top !important;
}

.valignmiddle{
	vertical-align: middle !important;
}

.valignbottom{
	vertical-align: bottom !important;
}
