@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: #999999;
	font-family: Arial;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a:link{
	color: #43AFD3;
	text-decoration: none;
}
a:visited {
	color: #43AFD3;
	text-decoration: none;
}
a:hover {
	color: #C3795A;
	text-decoration: none;
}
a:active {
	color: #43AFD3;
}
.thrColFix #container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	background-image: url(img/bg2.gif);
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #FFFFFF;
	margin: auto;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 317px;
	padding: 0px;
	height: auto;
}
.bodytxt {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	height: auto;
	width: auto;
}
.bodytxt ul {
	padding: 0px;
	margin: 0px;
}
.bodytxt li {
	list-style-type: none;
	list-style-image: url(img/bullet.gif);
	line-height: 20px;
}
.extra {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	float: left;
	height: auto;
	width: 294px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D3C6;
}
.extra  ul {
	padding: 0px;
	margin: 0px;
}
.extra  li {
	list-style-type: none;
	list-style-image: url(img/bullet.gif);
	line-height: 20px;
}

.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	width: 310px;
	padding: 0;
}
.thrColFix #gallery {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 167px;
	width: 633px;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFix #footer {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 800px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d3c6;
	padding: 0;
	margin: 0px;
} 
.thrColFix #footer p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0;
}
.thrColFix #container #footer a {
	color: #999999;
}
/* sub navigation */
.sidenav {
	float: left;
	width: 142px;
}
.sidenav ul {
	padding: 0;
	margin: 0px;
}
.sidenav li {
	font-family: Arial;
	line-height: 5px;
	text-decoration: none;
	list-style-type: none;
}
.sidenav li a {
	color: #999999;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	font-size: 10px;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #43AFD3;
}
/* navigation */
.navigation {
	vertical-align: bottom;
	height: 115px;
}
.navigation a {
	color: #c97d51;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	line-height: 100px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #43AFD3;
}
.style1 a {
	font-size: 9px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #999999;
}
.slider {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	height: auto;
	width: auto;
}
.slider ul {
	padding: 0px;
	margin: 0px;
}
.slider li {
	list-style-type: none;
	list-style-image: url(img/bullet.gif);
	line-height: 20px;
}
.thrColFix #guestContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 167px;
	width: 600px;
	padding: 0;
}