html, body {
    padding: 0;
    margin: 0;
	background: #9F7F64 center top repeat-y url(images/body_bg.gif);
    color: black;
	text-align: justify;
    font: 12px Arial, sans-serif;
}

.global0 {
    width: 766px;
    margin: 0 auto;
}

.header {
    height: 123px;
    padding-top: 12px;
    background: #D5AB86 url(images/header_bg.jpg);
}

.header .logo {
    display: block;
    width: 273px;
    margin: 0 auto;
}

.header img {
    display: block;
    border: none;
}

.topNav {
    background: black url(images/topNav_bg.gif);
}

.topNav table {
    margin: 0 auto;
    border-collapse: collapse;
}

.topNav td {
    padding: 0;
}

.topNav ul {
    color: white;
    margin: 0;
    padding: 0;
    height: 33px;
}

.topNav li {
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0;
    float: left;
    height: 33px;
    background: right top no-repeat url(images/topNav_div.gif);
}

.topNav li.last {
    background: none;
}

.topNav a {
    display: block;
    float: left;
    font: bold 12px/33px Arial, sans-serif;
    color: white;
    text-decoration: none;
    padding: 0 15px;
    margin-left: -1px;
    background: left top no-repeat url(images/topNav_div.gif);
}

.topNav a:hover {
    text-decoration: underline;
}

.topNav li.current {
    background: left top no-repeat url(images/topNav_current_bg.gif);
}

.topNav li.current a {
    background: right top no-repeat url(images/topNav_current_div.gif);
}

.content {
    background: #FFF8F3 left bottom repeat-x url(images/content_bg_bottom.gif);
}

.contentInner {
    background: left top repeat-x url(images/content_bg_top.gif);
    width: 100%;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 15px;
}

.column {
    float: right;
    width: 205px;
    background: left bottom no-repeat url(images/column_bg_bottom.gif);
    padding-bottom: 8px;
    font: 12px Arial, sans-serif;
}

.column h2 {
    margin: 0;
    padding: 0 0 0 15px;
    font: bold 18px serif;
    color: #D60303;
}

//.column h2.ttlEvents {
//    background: 3px 0 no-repeat url(images/ico_events.gif);
//}

.columnInner1 {
    background: left top no-repeat url(images/column_bg_top.gif);
    padding-top: 8px;
}

.columnInner2 {
    background: left top repeat-y url(images/column_bg_middle.gif);
    padding: 0 31px 2px 7px;
}

.column p {
    padding: 13px 0 13px 10px;
    margin: 0;
    text-align: justify;
}

.column strong {
    color: #185401;
    display: block;
}

.body {
    float: left;
    width: 360px;
    padding-left: 15px;
}

.body h1 {
    margin: 0;
    font: bold 23px serif;
    color: #D60303;
}


.body p, li, td {
    text-align: justify;
    font: 12px Arial, sans-serif;
    margin: 16px 0;
}

.gallery a {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.gallery .div {
    float: left;
    margin-right: 20px;
}

.gallery img {
    border: none;
}

.footer {
    height: 73px;
    background: #CDA17E left top repeat-x url(images/footer_bg.gif);
    color: black;
    font: 12px Arial, sans-serif;
    text-align: center;
}

.footer .bottomNav {
    padding-top: 20px;
}

.footer .bottomNav a {
    color: black;
    text-decoration: none;
    padding: 0 8px;
}

.footer .bottomNav a:hover {
    text-decoration: underline;
}

.footer .copyright {
    margin-top: 10px;
	font: 10px Arial, sans-serif;
}

.hide {  
	display: none;
}

.show {
	display: block;
}

#error {  
	border: 2px solid #4d4943;
	background: #c7bcaf;
	margin-bottom: 1.5em;
	padding: 15px;
}

#error a {
	color: #bd4e41;
}
