body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff5d1 url(../images/page_bg.jpg);
	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;
}
.oneColFixCtrHdr #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
}
.oneColFixCtrHdr #header {
	background: #fff5d1; 
	width: 914px;
	margin: 0 auto;
}
.oneColFixCtrHdr #header a {
text-decoration: none;
}
img {
border: 0;
}
/*.oneColFixCtrHdr #header #banner { background-image: url(../images/bn_bogons.jpg); height:144px;border-top: 5px solid #000;width:914px; border-bottom: 4px solid #000; }*/

/* Navigation */
.oneColFixCtrHdr #navigation { 
	border-top: 1px solid #000000; margin: 0 auto;border-bottom: 5px solid #000; height: 32px; width:914px;
}
ul.menu {
    border: medium none;
    list-style: none outside none;
    text-align: center;
}
ul.menu li {
    float: left;
    list-style: none outside none;
    position: relative;
	margin-right:50px;
}
ul.menu li a {
color: #000;
font-weight:bold;
text-decoration:none;
}
.level1 { text-transform: uppercase; }
.active a:link,.active a:visited,.active a:active,.active a:hover { color: #f00; }
.oneColFixCtrHdr #mainContent {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff url(../images/content_bg.jpg);
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
}
.oneColFixCtrHdr #mainContent #contentText {
margin: 0 auto; width:864px; padding: 30px 30px 10px 30px;
font-size: 1em;
line-height:1.5em;
color: #555555;
}
h1, h2, h3 { color: #000; }
h1 {font-family: Palatino, "Times New Roman", serif; }
#contentText h1 { font-size: 22pt; font-weight: normal; }
.oneColFixCtrHdr #footer {
	 /*padding: 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	 width:914px;
	 margin: 0 auto;border-top: 5px solid #000; 
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

#b2t { margin-top:20px; height: 100px; position: relative; }
#b2t .b2t_image { position: absolute; top: 0; left: 0; }
#b2t .b2t_text { position: absolute; top: 35px; left: 100px; }
#b2t .b2t_text a { text-decoration: none; font-size: 10pt; }
#b2t .b2t_text a:visited, #b2t .b2t_text a:link { color: #178dbf; }
#b2t .b2t_text a:hover, #b2t .b2t_text a:active { text-decoration: underline; }

.galitem {
text-align: center;
width: 285px;
float: left;
height: 385px;
vertical-align:middle;
}
.galitem p {
font-size: 80%;
line-height: 105%;
}
.gallery {
margin-top: 50px;
width: 860px;
}

#contact input, #contact textarea {
    display: block;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 4px;
    width: 450px;
	margin-left: 1px;
}
#contact label {
	float:left;
}
#contact {
    background-color: #fcddbd;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    padding: 10px;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    background-color: #fcddbd !important;
}
.recaptchatable {
    border: 1px solid #fcddbd !important;
}
.label {
font-size:16px;
}

/* Localized */