body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Century Gothic,Arial,sans-serif;
	font-size: 17px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #764836;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 26px;
	text-align: center;
	margin-top: 5px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 19px;
}
img {
	border: 0px;
}
li {
	margin-bottom: 5px;
}
form {
	margin: 0px;
}

#container {
	text-align: center;
	margin: 0px auto 0px auto;
}
#background {
	width: 750px;
	height: 562px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	background-image: url(/li/background.jpg);
	background-repeat: no-repeat;
}
#title {
	width: 750px;
	height: 87px;
	margin: 0px auto 0px auto;
	background-image: url(/li/title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navigationBar {
	clear: both;
	width: 680px;
	height: 35px;
	margin: 15px auto 3px auto;
	padding: 0;
	white-space: nowrap;
}
#navigationBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigationBar ul li {
	list-style: none;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-size: 115%;
}   
#navigationBar ul li a {
	font-weight: normal;
}
#mainContent {
	clear: both;
	margin: 0 auto 5px auto;
	width: 700px;
	height: 380px;
	background-image: url(/li/opacity-67.png);
	background-repeat: repeat;
}
#home {
	width: 640px;
	margin: 0 auto 0 auto;
	line-height: 140%;
	font-size: 125%;
	padding: 10px;
	background-image: url(/li/opacity-67.png);
	background-repeat: repeat;
}
#home p {
	text-align: justify;
}
#about {
	padding: 8px;
}
#about .thumbnails {
	clear: both;
	width: 668px;
	margin: 0 auto 0 auto;
}
#about .thumbnails img {
	margin: 0 4px 4px 0;
	float: left;
	border: 0;
	height: 60px;
}
#about p {
	text-align: justify;
	font-size: 75%;
	color: #764836;
	margin-top: 2px;
	margin-bottom: 2px;
}

#things {
	position: relative;
}
#things div {
	position: absolute;
	text-align: left;
}

#things div img {
	float: left;
	margin: 0px 7px 1px 0px;
}
#things div img.right {
	float: right;
	margin: 0px 0px 1px 7px;
}
#contact {
	width: 550px;
	margin: 0 auto 0 auto;
	font-size: 90%;
	color: #764836;
}
#contact p {
	clear: both;
	text-align: justify;
	padding-top: 5px;
}
.contact-table {
	width: 600px;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
.contact-table tr th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
}
.contact-table tr td {
	padding: 2px;
	vertical-align: middle;
	font-size: 85%;
	text-align: left;
}


.zoomable-image-container {
    position:relative;
}

.floated-right {
    float: right;
    margin: 0px 0px 5px 15px;
}

.floated-left {
    float: left;
    margin: 0px 15px 5px 0px;
}
.zoomable-image-container .big-image {
    display:none;
}

img.zoomable-image {
    position:absolute;
}

.floated-right img.zoomable-image {
    right:0px;
}

.floated-left img.zoomable-image {
    left:0px;
}
#hometext {
	opacity: 0.01;
	filter: alpha(opacity=1);
	color: #764836;
	width: 600px;
	font-size: 115%;
	margin: 0 auto 0 auto;
}
#viewFrom {
	position: absolute;
	top: 535px;
	left: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #764836;
}

