body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #C22E36;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C2831A;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	height: 189px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	font-size: 26px;
	font-weight: bold;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 83px;
	width: 307px;
	padding-top: 15px;
	padding-right: 10px;
	float: right;
	color: #226F9E;
}
#headerbutton {
	height: 91px;
	width: 317px;
	float: right;
}
.fontnumber {
	font-size: 16px;
	color: #999;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}

#menu a {
	font-weight:normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:hover {
	color: #FFF;
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}
#menu img {
	display: block;
	float: left;
}

a {
	color: #18699A;
	text-decoration: none;
}
a:hover {
	color: #C22E36;
	text-decoration: none;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 17px;
	font-size: 11px;
	text-align: right;
	padding-right: 115px;
	font-weight: bold;
	padding-top: 3px;
	color: #999;
}
#cookie a {
	color: #999;
	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;
	min-height: 500px;
}
#content {
	float: right;
	width: 695px;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
}
#content a {
	font-weight: bold;
	color: #18699A;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #C22E36;
	text-decoration: none;
}
#sidebar {
	width: 269px;
	padding-top: 10px;
	margin-left: 3px;
	float: left;
	margin-top: 10px;
}
#menuleft #title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #82AEC8;
	padding: 3px;
}
#menuleft a {
	color: #19699A;
	text-decoration: none;
	background-color: #F6FAFD;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menuleft a:hover {
	color: #206D9D;
	text-decoration: none;
	background-color: #CFDFEE;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menubottom {
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(images/menu-bottom.png);
	background-repeat: no-repeat;
}
#menubottom a {
	color: #666;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	height: 21px;
	padding-top: 4px;
}
#menubottom a:hover {
	background-image: url(images/menu-bottom-highlight.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#cities {
	height: 400px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: center;
	color: #999;
	padding: 10px;
}
#cities a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #C22E36;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

