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: #DB0010;
	padding: 3px;
	color: #FFF;
}
h1 a {
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #D9A62B;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
}
#header {
	height: 328px;
}
#headernumber {
	font-size: 40px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 290px;
	color: #D90010;
	background-position: left;
	float: right;
	width: 639px;
	padding-top: 38px;
	padding-right: 40px;
}
.fontnumber {
	font-size: 20px;
	color: #4FA2AA;
}

#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;
	font-weight: bold;
	padding-top: 3px;
	color: #70292A;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 112px;
}
#cookie a {
	color: #4DA0A8;
	text-decoration: none;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 3px;
}

#cookie a:hover {
	color: #D90010;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#body a {
	font-weight: bold;
	color: #DB0010;
	text-decoration: none;
}
#body h1 a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#body a:hover {
	font-weight: bold;
	color: #007E7E;
	text-decoration: none;
}
#sidebar  {
	min-height: 400px;
	float: left;
	width: 250px;
	padding-left: 15px;
	margin-left: 6px;
	font-size: 14px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4FA1A5;
	margin-top: 10px;
}
#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 5px;
	color: #007E7E;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #DB0010;
	background-color: #E6F0DE;
}
#sidebar  H5 {
	color:#FFF;
	background-color: #007E7E;
	padding: 5px;
	font-size: 14px;
}
#content {
	float: right;
	width: 680px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
	padding-right: 25px;
	line-height: 18px;
}

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

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

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

