* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerbg {
	height: 170px;
	background-image: url(images/bg_header.jpg);
	margin-bottom: 20px;
}
#headerbg #header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
}
#headerbg #header #logo {
	float: left;
	height: 115px;
	width: 400px;
}
#headerbg #header #callnow {
	float: right;
	width: 200px;
	height: 115px;
	text-align: right;
}
#menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #333;
	margin-top: 5px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_w.jpg);
}
#wrapper #content {
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
}
#wrapper #content #right {
	float: right;
	width: 335px;
	border-left-color: #333;
	padding-left: 30px;
	margin-left: 30px;
}
#wrapper #content #gallery {
	width: 740px;
	height: 500px;
}
#wrapper #content #contact {
	text-align: center;
}
#footer  {
	height: 200px;
	background-image: url(images/bg_footer.jpg);
	margin-top: 10px;
	padding-top: 30px;
	color: #FFF;
}
#footer  #sitemap{
	height: 140px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer #sitemap table tr td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	padding-right: 5px;
}
#footer #copyright {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
#footer #sitemap table tr td hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 4px;
}
#footer #sitemap table tr td h5 a {
	color: #CCC;
	text-decoration: none;
}
#footer #sitemap table tr td h5 a:hover {
	color: #FFF;
	text-decoration: underline;
}
