@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/background-4-20-09_01.jpg);
	height: 310px;
	background-repeat: no-repeat;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 10px;
	background-image: url(images/background_8_02.gif);
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10mm;
}
#sidebar {
	height: auto;
	width: 160px;
	left: 10px;
	top: 20px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	overflow: visible;
	display: inline;
	margin-left: 10px;
	
}
#gallery {
	position: relative;
	top: 20px;
	width: 720px;
	height: 575px;
	margin-left: 200px;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 60px;
	background-image: url(images/background_9_03.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.h1 {
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#menubar {
	width: 935px;
	height: 35px;
	top: 280px;
	z-index: 1000;
	left: 50%;
	position: absolute;
	margin-left: -465.5px;
}

.h2 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.h3 {
	font-family: "Arial Narrow", Arial;
	font-size: 10px;
	color: #FFF;
}
.h4 {
	font-family: "Arial Narrow", Arial;
	font-size: 18px;
	font-weight: bold;
}
.menu_header {
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	font-weight: bold;
}
.menu_content {
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	font-weight: bold;
}
#container #menu_content {
	text-align: center;
}

.menu_div {
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
	height: 100px;
}
.menu_div_2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 800px;
	height: 50px;
}
#loader {
	height: 1200px;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #container #mainContent #sidebar p {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent #sidebar p {
	font-size: 18px;
}
#testimonials {
	height: auto;
	width: auto;
	left: 0px;
	top: 30px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	overflow: visible;
}
