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: #2B4459;
	padding: 3px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC5F1C;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2B4459;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
}
#header {
	height: 206px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	font-size: 36px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 45px;
	color: #CB5B15;
	background-position: left;
	padding-left: 16px;
	float: left;
	width: 700px;
	padding-top: 5px;
}
.headercontainer {
	height: 51px;
}

#headerbutton {
	height: 50px;
	width: 284px;
	float: right;
	background-image: url(images/header-button.png);
}
.fontnumber {
	font-size: 20px;
	color: #676C74;
}

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

#cookie {
	height: 17px;
	font-size: 11px;
	text-align: right;
	padding-right: 95px;
	font-weight: bold;
	padding-top: 3px;
	color: #999;
	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: #CC611E;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#body a {
	font-weight: bold;
	color: #CC611E;
	text-decoration: none;
}
#body a:hover {
	font-weight: bold;
	color: #2B4459;
	text-decoration: none;
}
#sidebar  {
	min-height: 400px;
	float: left;
	width: 225px;
	padding-left: 4px;
	background-image: url(images/divider.png);
	margin-left: 6px;
	font-size: 14px;
	background-position: right top;
	background-repeat: no-repeat;
}
#sidebar  H5 {
	color:#FFF;
	background-color: #2B4459;
	padding: 5px;
	font-size: 14px;
}
#content {
	float: right;
	width: 740px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
	padding-right: 10px;
}

#cities {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #293A56;
	background-image: url(images/cities.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
#cities a {
	font-weight: bold;
	color: #2B4459;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #D06B2C;
	text-decoration: none;
}

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