#wrap {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #A9282E;
	margin: 3px;
}
h2 {
	font-size: 18px;
	color: #4188B8;
	margin: 3px;
}
h3 {
	font-size: 14px;
	color: #333;
	margin: 3px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 135px;
}

#headernumber {
	font-size: 36px;
	height: 50px;
	padding-right: 140px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-top: 60px;
	padding-left: 450px;
}
.fontnumber {
	font-size: 20px;
	color: #000;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	padding-top: 10px;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}

#menu img {
	float: left;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 17px;
	text-align: right;
	padding-right: 96px;
	padding-top: 2px;
}


#cookie a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#cookie a:hover {
	color: #B12A31;
	text-decoration: none;
}


#content {
	float: left;
	width: 690px;
	margin-left: 15px;
	min-height: 300px;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 400px;
}
#body a {
	font-weight: bold;
	color: #4188B8;
	text-decoration: none;
}
#body a:hover {
	color: #B32A31;
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 275px;
	margin-right: 15px;
	min-height: 300px;
}
#sidebar h2 {
	font-size: 20px;
	background-color: #927160;
	padding: 5px;
	color: #FFF;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 69px;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
}
#cities {
	width: 900px;
	min-height: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#cities a:hover {
	color: #AD2930;
	text-decoration: none;
}
body {
	background-image: url(images/body-back.png);
	background-repeat: repeat-x;
}
#cookie a {margin: 0 3px;}
.center {text-align:center;}
.fineprint {
	font-size: 8px;
}
.amana {
	color: #B10404;
}
