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: #605D5C;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #383431;
	background-color: #DEDEDD;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
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: 286px;
	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: right;
	height: 60px;
	color: #FFF;
	float: right;
	width: 287px;
	padding-top: 130px;
	padding-right: 20px;
}
#headerbutton {
	clear: right;
	float: right;
	height: 96px;
	width: 307px;
}

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

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

#cookie {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	color: #D72524;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 100px;
}
#cookie a {
	color: #AAA9A9;
	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: #D72524;
	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: #BC2C35;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#content {
	float: right;
	width: 700px;
	font-size: 14px;
	min-height: 300px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	margin-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#sidebar  {
	min-height: 200px;
	float: left;
	width: 235px;
	padding-left: 5px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#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: #1B3F97;
	border: 1px solid #CCC;
	height: 25px;
	width: 175px;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 10px;
	font-size: 12px;
	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: #999;
	padding-top: 5px;
}
#cities a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #1A3E95;
	text-decoration: none;
}
.coloryellow {
	color: #ECC749;
}

.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: 35px;
	min-height: 35px;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	min-height: 35px;
}

