@charset "utf-8";
body {
	background-image: 
	background-repeat: repeat-x;
	background-color: #D9DBFF;
}
h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #4F2903;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 10px;
	width: 97%;
}
h2 {
	font-size: 16px;
	color: #B06D2B;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 97%;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 360px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 475px;
	height: 360px;
	font-size: 36px;
	font-weight: bold;
	color: 
	text-align: right;
	background-image: 
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
}
.fontnumber {
	font-size: 36px;
	color: #E1DAD4;
	height: 64px;
	width: 321px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	font-weight: bold;
}
#serviceform {
	background-image: url(images/form.png);
	height: 250px;
	width: 220px;
	padding-top: 35px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 10px;
}
#serviceform1 {
	background-image: url(images/form.png);
	height: 250px;
	width: 220px;
	padding-top: 35px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 10px;
}
.formbox {
	font-weight: bold;
	color: #B06D2B;
	border: 1px solid #D6C499;
	height: 22px;
	width: 200px;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 50px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;

}
#body {
	background-image: url(images/body1.png);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 500px;
}
#body a, #sidebar a {
	color: #B06D2B;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #4F2903;
	text-decoration: none;
}


#sidebar {
	width: 245px;
	float: left;
	min-height: 200px;
	margin-left: 20px;
	padding: 5px;
	margin-top: 25px;
	border: 1px solid #B06D2B;
	margin-bottom: 10px;
}
#sidebar h5 {
	color: #FFF;
	height: 30px;
	font-size: 18px;
	padding-left: 30px;
	padding-top: 7px;
	width: 220px;
	margin-bottom: 0px;
	background-color: #487196;


}

#content {
	float: right;
	width: 670px;
	min-height: 500px;
	line-height: 18px;
	margin-right: 20px;
	border: 1px solid #B06D2B;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#services li {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	list-style-type: none;
	margin-left: -30px;
	min-height: 25px;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 66px;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}

#cities {
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-image: url(images/cities.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #B06D2B;
	padding-top: 20px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10px;
	background-color: #FFF;
}
#cities a {
	color: #4F2903;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #B06D2B;
	text-decoration: none;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	min-height:35px;
}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	min-height:35px;
}
.coloryellow {
	color: #B47435;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
