body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #EF2024;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C2831A;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	height: 189px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	font-size: 44px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 87px;
	width: 307px;
	padding-top: 15px;
	padding-right: 10px;
	float: right;
	color: #EF2024;
}
#headerbutton {
	height: 87px;
	width: 317px;
	float: right;
	background-image: url(images/header-button.png);
}
.fontnumber {
	font-size: 20px;
	color: #999;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a:hover {
	color: #FFF;
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}
#menu img {
	display: block;
	float: left;
}




#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 17px;
	font-size: 11px;
	text-align: right;
	padding-right: 115px;
	font-weight: bold;
	padding-top: 3px;
	color: #999;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#cookie a:hover {
	color: #C22E36;
	text-decoration: none;
}

#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#content {
	float: right;
	width: 675px;
	margin-right: 20px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
}
#content a {
	font-weight: bold;
	color: #EF2024;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#menubottom {
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(images/menu-bottom.png);
	background-repeat: no-repeat;
}
#menubottom a {
	color: #000;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5A5654;
	height: 21px;
	padding-top: 4px;
}
#menubottom a:hover {
	background-color: #545454;
	color: #FFF;
}
#sidebar {
	width: 269px;
	padding-top: 10px;
	margin-left: 3px;
	float: left;
	margin-top: 10px;
}
#menuleft #title {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #363636;
	padding: 5px;
}
#menuleft a {
	color: #333;
	text-decoration: none;
	background-color: #EFEFEF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	font-weight: bold;
	font-size: 14px;
}
#menuleft a:hover {
	color: #EF2024;
	background-color: #AAA;
}
#cities {
	height: 400px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: center;
	color: #666;
	padding: 10px;
}
#cities a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #EF2024;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

