@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../_img/bg.gif);
	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;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FDFDFD;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Tahoma, arial, sans-serif;
	line-height:1.4em;
	font-size:75%;
}

.oneColFixCtr #header {
	text-align:left;
	
}




.oneColFixCtr #main {
float: right; /*floats our main content area to the right*/
width: 650px; /*gives our content area a width of 555pixels*/
margin: 0; padding: 0px 0 0 0;
display: inline;
}

.oneColFixCtr #main h1 {
	padding-top:20px;
	padding-bottom:5px;
	font-size:300%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	}

.oneColFixCtr #main h2 {
padding: 0;
margin-bottom: 0;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 180%;
font-style: normal;
font-weight: bold;
}

.oneColFixCtr #main h2 a {
color: #2666c3;
text-decoration: none;
}

.oneColFixCtr #main img {
background: #fff;
border: 1px solid #E5E5E5;
padding: 5px;
} 

.oneColFixCtr #main img.float-right { 
margin: 5px 0px 10px 10px; 
}
.oneColFixCtr #main img.float-left { 
margin: 5px 10px 10px 0px; 
}

.oneColFixCtr #main p,.oneColFixCtr #main h1,.oneColFixCtr #main h2,.oneColFixCtr #main h3,.oneColFixCtr #main ol,.oneColFixCtr #main ul,.oneColFixCtr
#main blockquote,.oneColFixCtr #main table,.oneColFixCtr #main form {
margin-left: 25px;
margin-right: 20px;
}

.oneColFixCtr #sidebar {
float: left;
width: 155px;
padding: 0;
color:#e2e2e2;
margin-top: 5px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

.oneColFixCtr #sidebar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #333333;
}

.oneColFixCtr #sidebar p {
margin-left: 5px;
color:#333333;
}

.oneColFixCtr #sidebar p a {
	text-decoration:none;
}

.oneColFixCtr #sidebar p a:visited {
	text-decoration:none;
	color:#03F;
}



.oneColFixCtr #sidebar p a:hover {
	color:#dc4b4b;
	text-decoration:none;
}

.oneColFixCtr #map {
	text-align:left;
	margin-left:25px;
	
}

.oneColFixCtr #maincontact {
	margin-left:-55px;
}

.oneColFixCtr #webcam {
	text-align:center;
}

.oneColFixCtr #flashbanner {
	padding:50px 0px;
	text-align:center;
	margin:auto;
	margin-left:100px;
}

.oneColFixCtr #navtext {
	margin:2px;
	text-align:center;
}


 .oneColFixCtr #maintext {
	 margin-left:100px;
 }
 
 .oneColFixCtr #maintext a {
	text-decoration:none;
	color:#00F;
 }
 
.oneColFixCtr #jbb {
	float:right;
	text-decoration:none;
	font-size:80%;
}

.oneColFixCtr #jbb a {
	text-decoration:none;
	color:#000;
}

 

.oneColFixCtr #footer {
	clear:both;
	background-image:url(../_img/footer.png);
	background-repeat:no-repeat;
	font-size:90%;
	width:800px;
	height:67px;
	text-align:center;
	
}

.oneColFixCtr #footer p {
	padding:10px 0;
	margin:0;
}

.oneColFixCtr #footer a {
	color:#FF0000;
	text-decoration:none;
}

/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clear { clear: both; }