@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #F88127;
	padding: 5px;
}
h2 {
	font-size: 16px;
	color: #4B362B;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #5B4640;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B362B;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}
#menu {
	height: 89px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	float: right;
	width: 649px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
#headernumber {
	float: left;
	height: 69px;
	width: 331px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/header-number.png);
	padding-top: 20px;
	padding-left: 20px;
	color: #F9842C;
}

#menucontainer {
	font-size: 20px;
	height: 89px;
}


.fontnumber {
	font-size: 18px;
	color: #5C4132;
}



#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	padding-top: 58px;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFF;
}
#menu a:hover {
	background-image: url(images/menu-highlight-2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu img {
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	padding-top: 7px;
}

#cookie {
	text-align: right;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #86824D;
	padding-right: 125px;
	background-image: url(images/cookie.png);
}
#cookie a {
	color: #706C41;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #FFF;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 500px;
}
#body a {
	color: #F88127;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #5C4132;
	text-decoration: none;
}


#sidebar {
	width: 325px;
	float: left;
	min-height: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0 5px;
	color: #4B362B;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color: #F88127;
}
#sidebar h5 {
	color: #FFF;
	background-color: #6E5C44;
	padding: 5px;
	font-size: 16px;
}

#content {
	float: right;
	width: 625px;
	min-height: 500px;
}
#contentimg {
	padding:6px;
	border:#999 solid 2px;
}
 
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 78px;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}
#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: #D8D5C7;
	padding-top: 10px;
}
#cities a {
	color: #D8D5C7;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
}
#certs {
	height: 115px;
	background-image: url(images/certs.png);
	width: 600px;
	padding-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
