@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #446E00;
	font-weight: bold;
	margin: 5px 1px 1px;
}
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: 14px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 135px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 352px;
	height: 74px;
	font-size: 38px;
	font-weight: bold;
	color: #B20505;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-image: url(images/header-number.png);
}
#headerbutton {
	float: right;
	height: 51px;
	width: 362px;
}

.fontnumber {
	font-size: 20px;
	color: #999;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 23px;
	padding-top: 7px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
}
#menu a:hover {
	background-color: #66A800;
}
#menu img {
	float: left;
	height: 28px;
	padding-top: 2px;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 18px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-right: 90px;
}
#cookie a {
	color: #C8C7B2;
	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: 3px;
	padding-left: 3px;
	min-height: 500px;
}
#body a {
	color: #66A800;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #C22E36;
	text-decoration: none;
}


#sidebar {
	width: 250px;
	float: left;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 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 27px;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 0px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	background-color: #FFF;
	color: #66A800;
}
#sidebar h5 {
	color: #FFF;
	background-color: #AEA08E;
	padding: 5px;
	font-size: 14px;
	margin: 0px;
}

#content {
	float: right;
	width: 650px;
	min-height: 500px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 66px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 12px;
}
#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #666;
	padding-top: 10px;
	background-color: #454545;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #66A800;
	text-decoration: none;
}
.colorgreen {
	color: #66A800;
}
