body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	background-color: #84A4B1;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #104072;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 97%;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	margin-top: 5px;
}
#headernumber {
	background-image: url(images/header-number.png);
	height: 70px;
	padding-top: 120px;
	padding-right: 20px;
	font-size: 34px;
	font-weight: bold;
	color: #0B4A64;
	text-align: right;
}
#headerbutton {
	height: 73px;
}


#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 39px;
	padding-left: 15px;
}
#cookie {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 3px;
	color: #666;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 105px;
}
#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: #0B4A64;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#body a, #sidebar a {
	font-weight: bold;
	color: #0B4A64;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #E44817;
	text-decoration: none;
}
#content {
	float: right;
	width: 680px;
	min-height: 300px;
	line-height: 18px;
	border: 1px solid #CCC;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
}
#sidebar  {
	min-height: 200px;
	float: left;
	width: 260px;
	color: #333;
	margin-left: 15px;
	margin-top: 5px;
}
#form {
	background-image: url(images/form.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
}

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

#cities {
	margin-right: -10px;
	margin-left: -10px;
	font-size: 12px;
	text-align: center;
	color: #0B4A64;
	padding-top: 5px;
	padding-right: 15%;
	padding-left: 15%;
	margin-top: 10px;
	margin-bottom: -15px;
	padding-bottom: 10px;
}
#cities a {
	font-weight: bold;
	color: #0B4A64;
	text-decoration: none;
}

#cities a:hover {
	font-weight: bold;
	color: #E44817;
	text-decoration: none;
}
.sidebartitles {
	font-size: 14px;
	font-weight: bold;
	color: #053D6E;
}
.colorred {
	color: #C52726;
}
.colorwhite {
	color: #FFF;
}
.coloryellow {
	color: #FFF974;
}
.fontcalltoday {
	font-size: 18px;
	color: #84A4B1;
}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	font-size: 14px;
	min-height: 35px;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	min-height: 35px;
	font-size: 12px;
}
.h1subtitle {
	font-size: 16px;
	color: #666;
	font-style: italic;
}

