body {
	background-image: url(images/tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #A5262D;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #005088;
	margin-top: 5px;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
}

#header {
	height: 136px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 270px;
	padding-top: 15px;
	padding-right: 20px;
	float: right;
	font-size: 34px;
	font-weight: bold;
	text-align: right;
	background-position: right top;
	color: #005088;
}
#headerbutton {
	float: right;
	height: 60px;
	width: 290px;
}


.fontnumber {
	font-size: 18px;
	color: #C0C0C0;
}
#menu {
	background-image: url(images/menu.png);
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	min-height: 500px;
	background-position: center;
}
#content {
	float: left;
	width: 585px;
	padding-bottom: 5px;
	min-height: 500px;
}

#content a {
	font-weight: bold;
	color: #005088;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #A9282E;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	height: 87px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 85px;
	padding-top: 10px;
}
#cities {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #005088;
	text-decoration: none;
	font-weight: bold;
}

#rightmenu {
	float: right;
	width: 250px;
	min-height: 200px;
}
#rightmenu a {
	font-weight: bold;
	color: #023399;
	text-decoration: none;
}
#rightmenu a:hover {
	font-weight: bold;
	color: #D00606;
	text-decoration: none;
}
#rightmenu h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #2B2371;
	padding-left: 5px;
}
#cookie {
	height: 17px;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	padding-right: 373px;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0 4px;
}
#cookie a:hover {
	color: #C22E36;
	text-decoration: none;
}
.center{text-align:center;}
