@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #959595;
	background-image: url(../images/background_01_02.jpg);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftofnav {
	float: left;
	height: 53px;
	width: 192px;
}
#btnabout {
	float: left;
	height: 53px;
	width: 76px;
}
#btnservices {
	float: left;
	height: 53px;
	width: 96px;
}
#btnoptions {
	float: left;
	height: 53px;
	width: 92px;
}
#btncontact {
	float: left;
	height: 53px;
	width: 99px;
}
#btngallery {
	float: left;
	height: 53px;
	width: 86px;
}
#rightofnav {
	float: left;
	height: 53px;
	width: 314px;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1055px;
}
#navigation {
	height: 53px;
	width: 955px;
}
.oneColFixCtrHdr #header {
	height: 270px;
}
.oneColFixCtrHdr #mainContent {
	height: 475px;
}
#contentbox {
	height: 455px;
	width: 648px;
	overflow: auto;
	position: absolute;
	margin-top: 15px;
	margin-left: 198px;
}
#contentboxplain {
	height: 465px;
	width: 660px;
	overflow: auto;
	position: absolute;
	margin-top: 10px;
	margin-left: 190px;
	padding-top: 5px;
	padding-left: 6px;
}
.flexcroll {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}
#previous {
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 33px;
	width: 150px;
	left: 40px;
	top: 415px;
}
#next {
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 33px;
	width: 150px;
	left: 457px;
	top: 415px;
}
.basictext {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #FEFEFE;
}
#belowcontent {
	height: 232px;
	width: 955px;
}
.oneColFixCtrHdr #footer {
	height: 25px;
}
.scroll-pane {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
