@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #C22E36;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 121px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 360px;
	height: 95px;
	font-size: 12px;
	font-weight: bold;
	color: #B80000;
	padding-top: 15px;
	padding-right: 20px;
	text-align: right;
}

.fontnumber {
	font-size: 9pt;
	color: #999;
	padding-top:5px;
	display:block;
	}
#menu {
	height: 60px;
}
#menucontent {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 34px;
	width: 755px;
	padding-left: 11px;
}

#menubutton {
	height: 60px;
	width: 234px;
	float: right;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 18px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	float: left;
	padding-left: 105px;
	width: 661px;
}
#cookie a {
	color: #D09F4B;
	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;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 500px;
}
#body a {
	color: #C22E36;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #C08013;
	text-decoration: none;
}


#sidebar {
	width: 235px;
	float: left;
	min-height: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0 2px;
	color: #000;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #C22E36;
	background-color: #F0F0F0;
}
#sidebar h2 {
	color: #FFF;
	background-color: #333;
	padding: 5px;
	font-size: 13px;
	margin: 0px;
}

#content {
	float: right;
	width: 660px;
	min-height: 500px;
	padding-right: 10px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 76px;
	text-align: center;
	padding-top: 7px;
	color: #FFF;
	font-size:8pt;
}
#cities {
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #E8E803;
	text-decoration: none;
}
.colorred {
	color: #C22E36;
}
.center {text-align:center;}