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: #074C80;
	padding: 3px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #BAB28B;
	padding: 3px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #503229;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	margin-top: 10px;
}
#header {
	height: 224px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	font-size: 40px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 109px;
	color: #70292A;
	float: right;
	width: 470px;
	padding-top: 40px;
	padding-right: 20px;
}
#headerbutton {
	clear: right;
	float: right;
	height: 75px;
	width: 490px;
}

.fontnumber {
	font-size: 20px;
	color: #BBB38D;
}

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

#cookie {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	color: #503229;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 95px;
}
#cookie a {
	color: #BAB28B;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
}

#cookie a:hover {
	color: #503229;
	text-decoration: none;
}

#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#body a, #sidebar a {
	font-weight: bold;
	color: #503229;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #054A7E;
	text-decoration: none;
}
#content {
	float: left;
	width: 690px;
	font-size: 14px;
	min-height: 300px;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 20px;
}
#sidebar  {
	min-height: 200px;
	float: right;
	width: 250px;
	padding-left: 4px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
}

#sidebar  H5 {
	color:#FFF;
	background-color: #262960;
	padding: 5px;
	font-size: 14px;
}
#serviceform {
	background-image: url(images/form.png);
	height: 250px;
	width: 205px;
	padding-top: 50px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 20px;
}
.formbox {
	font-weight: bold;
	color: #074C80;
	border: 1px solid #BCB48F;
	height: 25px;
	width: 175px;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 83px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}


#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #BAB28B;
	padding-top: 5px;
}
#cities a {
	font-weight: bold;
	color: #BAB28B;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #70292A;
	text-decoration: none;
}
.coloryellow {
	color: #F0A937;
}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.newsad {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 30px;
	min-height: 35px;
}

