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: #70292A;
	padding: 3px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F0A937;
	padding: 3px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	margin-top: 10px;
}
#header {
	height: 166px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	font-size: 44px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 100px;
	color: #70292A;
	float: right;
	width: 460px;
	padding-top: 66px;
	padding-right: 30px;
}
.fontnumber {
	font-size: 20px;
	color: #999;
}

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

#cookie {
	height: 18px;
	font-size: 11px;
	text-align: right;
	padding-right: 100px;
	font-weight: bold;
	padding-top: 3px;
	color: #70292A;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#cookie a:hover {
	color: #70292A;
	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: #70292A;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #F0A937;
	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: #70292A;
	border: 1px solid #999;
	height: 25px;
	width: 175px;
}


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


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

.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;
}

