body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 18px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #335570;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
	min-height: 800px;
	border: 1px solid #CCC;
}

#header {
	height: 207px;
	background-image: url(images/headerR1C1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header #headernumber {
	background-image: url(images/headerR1C2.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 76px;
	width: 306px;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #335570;
}
.font12 {
	font-size: 16px;
	color: #666;
}

#header #headerbutton {
	float: right;
	height: 121px;
	width: 316px;
}

#menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
#menu a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding-top: 12px;
	height: 28px;
	font-size: 14px;
}
#menu a:hover {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding-top: 12px;
	height: 28px;
	font-size: 14px;
	background-image: url(images/menu-highlight.jpg);
	background-repeat: repeat-x;
}
#cookie {
	background-image: url(images/cookie.jpg);
	background-repeat: no-repeat;
	height: 18px;
	text-align: right;
	padding-right: 90px;
	font-size: 12px;
	padding-top: 2px;
}
#cookie a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#cookie a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #335570;
	text-decoration: none;
}
#body {
	min-height: 500px;
}
#menuleft {
	background-color: #E4E6E5;
	background-image: url(images/side-menu-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    width: 230px;
	margin-left: 18px;
	padding-top: 30px;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	width: 240px;
}
#menuleft a {
	font-weight: bold;
	color: #335570;
	text-decoration: none;
}
#menuleft a:hover {
	font-weight: bold;
	color: #B05101;
	text-decoration: none;
}
#menuleft ul {
	list-style-image: url(images/list.png);
	font-weight: bold;
}
#menuleft ul li {
	list-style-image: url(images/list.png);
	line-height: 20px;
}
#menuleft ul li a {
	color: #335570;
	text-decoration: none;
}
#menuleft ul li a:hover {
	color: #B05101;
	text-decoration: none;
}
#sidebar {
	padding-right: 5px;
	padding-left: 5px;
}
#sociallinks {
	background-color: #E6E6E6;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 60px;
	text-align: center;
	padding-top: 10px;
	border: 2px solid #FFF;
}
#cities {
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #98A6B3;
	min-height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#cities a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #98A6B3;
	text-decoration: none;
}
#cities p {
	margin-top: 3px;
}
#content {
	float: right;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	min-height: 500px;
}
#content a {
	font-weight: bold;
	color: #335570;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #B05101;
	text-decoration: none;
}

#cookie a {
	margin: 0 4px;
}
