body {
	background-image: url(images/tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #294358;
	margin-top: 5px;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
}


#header {
	height: 216px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	background-image: url(images/header-number.png);
	height: 80px;
	width: 233px;
	padding-top: 45px;
	float: right;
	font-size: 34px;
	font-weight: bold;
	text-align: right;
	color: #294358;
	padding-right: 35px;
}
#headerbutton {
	height: 91px;
	width: 268px;
	float: right;
}
.fontnumber {
	font-size: 24px;
	color: #60798F;
}

#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	min-height: 500px;
	background-position: center;
}
#content {
	float: right;
	width: 650px;
	padding-bottom: 5px;
	min-height: 500px;
}
#content a {
	font-weight: bold;
	color: #E42743;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #294358;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	height: 87px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 82px;
	margin-bottom: -5px;
	padding-top: 5px;
}
#cities {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
#cities a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #B62B32;
	text-decoration: none;
	font-weight: bold;
}

#rightmenu {
	float: left;
	width: 285px;
	margin-right: 10px;
	min-height: 200px;
}
#rightmenu #title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #373435;
	padding-left: 5px;
}
#rightmenu a {
	font-weight: bold;
	color: #294358;
	text-decoration: none;
}
#rightmenu a:hover {
	font-weight: bold;
	color: #C1CBD3;
	text-decoration: none;
}
#cookie {
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/cookie.png);
	padding-right: 103px;
	color: #547086;
}
#cookie a {
	color: #5A758A;
	text-decoration: none;
	font-weight: bold;
}
#cookie a:hover {
	color: #E42743;
	text-decoration: none;
}

#rightmenu ul
{
	margin:0px;
	padding:0;
	display:block;
	list-style:none;
}
#rightmenu li
{
	line-height:22px;
	display:block;
	padding:0;
}
#rightmenu li a
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#C0CBD3;
	display:block;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF0F4;
}
#rightmenu li a:hover
{
	color:#294358;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FBFCFD;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C778D;
}
