@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	color: #710100;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #720001;
}
h2 {
	font-size: 16px;
	color: #91B02E;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

img.floatRight { 
    float: right; 
    margin: 10px; 
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}

#header {
	height: 207px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 36px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 40px;
	padding-left: 50px;
}


#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
	padding-top: 10px;
	padding-right: 23px;
	padding-left: 23px;
	color: #FFF;
}
#menu a:hover {
	color: #A3C82E;
}
#menu img {
	float: left;
	height: 35px;
}
#headernumber {
	float: right;
	width: 478px;
	height: 202px;
	font-size: 38px;
	font-weight: bold;
	color: #720001;
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	background-image: url(images/header-number.png);
}

.fontnumber {
	font-size: 20px;
	color: #89B61B;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #8AB821;
	padding-left: 170px;
}
#cookie a {
	color: #C8C49E;
	text-decoration: none;
	margin: 0 3px;

}
#cookie a:hover {
	color: #710100;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 500px;
}
#body a {
	color: #720001;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #93B42F;
	text-decoration: none;
}


#sidebar {
	width: 275px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #720001;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	color: #720001;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	width: 215px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5;
	padding-right: 15px;
	padding-bottom: 5;
	padding-left: 20px;
	background-color: #F0F0E4;
}
#sidebar ul li a:hover {
	color: #8DB521;
	background-color: #F6F9E6;
}
#sidebar h5 {
	color: #FFF;
	background-image: url(images/menu-header.png);
	height: 30px;
	font-size: 18px;
	padding-left: 30px;
	padding-top: 7px;
	width: 220px;
	margin-bottom: 0px;
}

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

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 112px;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	}
#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #720001;
	text-decoration: none;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.gallaryLabel {display:block;background-color:#000;color: #FFF;font-weight:bold;padding: 0 3px;font-size:150%;width:123px;margin:0 auto;}
a img {border-color:#000;}