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

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

#menu a:hover {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	height: 28px;
	float: left;
	padding-top: 12px;
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}
#headernumber {
	font-size: 36px;
	font-weight: bold;
	float: right;
	height: 50px;
	width: 400px;
	margin-top: 75px;
	margin-right: 20px;
	text-align: right;
}
.fontnumber {
	font-size: 24px;
	color: #C0C0C0;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	min-height: 500px;
	background-position: center;
}
#content {
	float: left;
	width: 600px;
	padding: 0 0 5px 0;
	min-height: 500px;
}

#content p {
	padding-right: 6px;
	}

#content a {
	font-weight: bold;
	color: #423B81;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #C22E36;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);




















	height: 87
.px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 90px;
	margin-bottom: -5px;
	padding-top: 10px;
}
#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: #999;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #2B2371;
	text-decoration: none;
	font-weight: bold;
}

#rightmenu {
	float: right;
	width: 225px;
	margin-right: 10px;
	min-height: 200px;
}
#rightmenu a {
	font-weight: bold;
	color: #023399;
	text-decoration: none;
}
#rightmenu a:hover {
	font-weight: bold;
	color: #D00606;
	text-decoration: none;
}
#rightmenu #title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #2B2371;
	padding-left: 5px;
}
#cookie {
	height: 17px;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	padding-right: 373px;
	background-color: #FAFAF6;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0 4px;
}
#cookie a:hover {
	color: #C22E36;
	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:link, li #right_nav li a:visited
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFF;
	display:block;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E6;
}
#rightmenu li a:hover
{
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#C22E36;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E6;
}
