body {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #01763D;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #01763D;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #01763D;
	margin-top: 5px;
}
#wrap {
	width: 928px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 700px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 168px;
}
#menu {
	background-image: url(images/menu.png);
	height: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:hover {
	color: #E9E804;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

#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: left;
	width: 625px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 500px;
}
#content a:link {
	font-weight: bold;
	color: #01763D;
	text-decoration: none;
}
#content a:visited {
	font-weight: bold;
	color: #01763D;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #D00304;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	height: 97px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#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:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#cities a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #01763D;
	text-decoration: none;
	font-weight: bold;
}
#rightmenu {
	float: right;
	width: 225px;
	margin-right: 10px;
	min-height: 200px;
	border: 1px solid #333;
}
#rightmenu a:link {
	font-weight: bold;
	color: #01763C;
	text-decoration: none;
}
#rightmenu a:visited {
	font-weight: bold;
	color: #01763C;
	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: #01763C;
	padding-left: 5px;
}



#cookie {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	height: 17px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #01763C;
	text-align: left;
	padding-left: 20px;
	background-position: center;
}
#cookie a {
	color: #01763D;
	text-decoration: none;
	font-weight: bold;
	margin: 0 4px;
}

#cookie a:hover {
	color: #D00304;
	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:1px solid #555;
}
#rightmenu li a:hover
{
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#D31011;
	padding-left:20px;
	border-bottom:1px solid #555;
}
h3 a {text-decoration:underline !important;}
h3 a:hover {text-decoration:none !important;}