h1 {
	font-size: 18px;
	background-color: #000;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FE8842;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
}
h4 {
	font-size: 18px;
	background-color: #000;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	margin-top: 0px;
	font-weight: bold;
}
body {
	background-image: url('images/tile.jpg');
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 700px;
	color: #333;
}

#wrapinside {
	background-image: url('images/body.jpg');
	background-repeat: repeat-y;
	min-height: 600px
}
#header {
	height: 152px;
}
#menu {
	background-image: url('images/menu.jpg');
	background-repeat: repeat-x;
	height: 40px
}
#cookie {
	background-image: url('images/cookie.png');
	background-repeat: no-repeat;
	height: 17px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666
}
#cookie a {
	color: #76401E;
	text-decoration: none;
	margin: 0 4px;
}
#cookie a:hover {
	color: #FFF;
	text-decoration: none;
}
#bodycontainer {
	background-image: url('images/body-top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 608px;
	padding-top: 18px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px
}
#body {
	background-image: url('images/body-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 18px;
	background-color: #FFF;
	min-height: 500px;
	padding-right: 10px;
	padding-left: 10px
}
#bodycontainer a:link {
	font-weight: bold;
	color: #FE8842;
	text-decoration: none;
}
#bodycontainer a:visited {
	font-weight: bold;
	color: #FE8842;
	text-decoration: none;
}
#bodycontainer a:hover {
	font-weight: bold;
	color: #1E6497;
	text-decoration: none;
}

#menucontainer {
	background-image: url('images/menu-top.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width: 238px;
	padding-top: 20px;
	margin-top: 10px;
	min-height: 200px;
	margin-right: 15px;
	margin-bottom: 10px
}
#menuright {
	background-image: url('images/menu-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	background-color: #FFF;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 10px
}

#menuright ul {
	list-style-image: url('images/list.png');
}

#menuright ul li {
	font-weight: bold;
	line-height: 20px;
}

#menuright a:link {
	color: #333;
	text-decoration: none;
}
#menuright a:visited {
	color: #333;
	text-decoration: none;
}

#menuright a:hover {
	color: #FE8842;
	text-decoration: none;
}
#footermenu {
	background-image: url('images/menu-footer.jpg');
	background-repeat: no-repeat;
	height: 17px;
	width: 900px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #999
}
#footermenu a:link {
	color: #666;
	text-decoration: none;
}
#footermenu a:visited{
	color: #666;
	text-decoration: none;
}
#footermenu a:hover {
	color: #1E6497;
	text-decoration: none;
}
#footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 65px;
	width: 900px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCC
}

#cities {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #4D4D4D;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-height: 400px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#cities a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#cities a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
