body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #161616;
	padding: 3px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #50530F;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	height: 205px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	font-size: 30px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 41px;
	color: #C04713;
	background-position: left;
	padding-left: 20px;
	float: left;
	width: 682px;
	padding-top: 10px;
}
.headercontainer {
	height: 51px;
}

#headerbutton {
	height: 51px;
	width: 298px;
	float: right;
}
.fontnumber {
	font-size: 20px;
	color: #8D904D;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 29px;
}

#cookie {
	height: 18px;
	font-size: 11px;
	text-align: right;
	padding-right: 95px;
	font-weight: bold;
	padding-top: 2px;
	color: #D2B07F;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999B60;
	text-decoration: none;
}

#cookie a:hover {
	color: #50530F;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#body a {
	font-weight: bold;
	color: #50530F;
	text-decoration: none;
}
#body a:hover {
	font-weight: bold;
	color: #C04713;
	text-decoration: none;
}
#sidebar  {
	min-height: 400px;
	float: left;
	width: 225px;
	padding-left: 4px;
	background-image: url(images/sidebar-background.png);
	background-repeat: repeat-x;
	margin-left: 6px;
	font-size: 14px;
}
#sidebar  H5 {
	color:#FFF;
	background-color: #747726;
	padding: 5px;
	font-size: 14px;
}
#content {
	float: right;
	width: 740px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
	padding-right: 10px;
}

#cities {
	height: 190px;
	width: 900px;
	margin: 0 auto 10px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background-color: #ADAC7C;
	border: 5px solid #666814;
}

#cities p {
	margin: 5px 0;
}

#cities a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 74px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#cookie a {margin:0 4px;}.center{text-align:center;}

fieldset {
	margin: 10px 0;
}

fieldset a img {
	margin: 0 5px;
}

fieldset legend {
	font-size: 110%;
	font-weight:bold;
}
