@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg-main.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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d7caa2;
	height: 100%;
}
.sidebarRedLink {color: #FF0000; text-decoration:none; }
.footerLink {color: #d7caa2; text-decoration:none; }

.lathf-1 p {
	font-size: 11px;
	padding-top: 10px;
	margin: 0px;
}

.lathf-1 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg-brdr-left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #102344;
	text-decoration: none;
} 

.lathf-1 #subcontainer {
	width: 780px;
	margin: auto;
	background-image: url(../images/bg-brdr-rght.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 30px;
} 
.lathf-1 #banner{
	width: 712px;
	text-align: center;
	height: 146px;
	margin-right: 34px;
	margin-left: 34px;
	margin-bottom: 0px;
}
.lathf-1 #photo-gallery {
	width: 712px;
	text-align: center;
	height: 110px;
	margin-right: 34px;
	margin-left: 34px;
	border: 1px solid #887A60;
	margin-bottom: 10px;
}
.lathf-1 #footer {
	width: 712px;
	text-align: center;
	height: auto;
	margin-right: 34px;
	margin-left: 34px;
	border-top: 1px solid #887A60;
	padding-bottom: 20px;
	margin-top: 10px;
}




.lathf-1 #bord-top {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 13px;
	background: #EBEBEB url(../images/bg-brdr-top.gif) repeat-x left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
} 

.lathf-1 #bord-botm {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 13px;
	background: #EBEBEB url(../images/bg-brdr-botm.gif) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
} 




.lathf-1 #sidebar1 {
	width: 160px;
	margin-left: 34px;
	float: left;
	border: 1px solid #887A60;
	padding: 0px 10px 10px;
	margin-top: 10px;
	background-color: #091831;
	color: #b3a786;
	margin-bottom: 0px;
}
.sidebar1-imgLeft {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #887A60;
}
.lathf-1 #sidebar1 a:link {
	text-decoration: none;
	color: ##FF0000;
}
.lathf-1 a:visited {
	text-decoration: none;
	color: ##FF0000;
}
.lathf-1 a:hover {
	text-decoration: none;
	color:#FF0000;
}
.lathf-1 a:active {
	text-decoration: none;
	color:#FF0000;
}

.lathf-1 #sidebar-r {
	width: 160px;
	margin-left: 17px;
	border: 1px solid #887A60;
	padding: 0px 10px 10px;
	margin-top: 0px;
	background-color: #091831;
	color: #b3a786;
	margin-bottom: 10px;
	clear: none;
	float: right;
}

.lathf-1 #sidebar-r-lft {
	width: 160px;
	margin-left: 17px;
	border: 1px solid #887A60;
	padding: 0px 10px 10px;
	margin-top: 0px;
	background-color: #091831;
	color: #b3a786;
	margin-bottom: 10px;
	clear: none;
	float: left;
	margin-right: 0px;
}
.lathf-1 #sidebar-r-rgt {
	width: 160px;
	margin-left: 17px;
	border: 1px solid #887A60;
	padding: 0px 10px 10px;
	margin-top: 0px;
	background-color: #091831;
	color: #b3a786;
	margin-bottom: 10px;
	clear: none;
	float: right;
	margin-right: 0px;
}
.lathf-1 #sidebar-r-full {
	width: 490px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	border: 1px solid #887A60;
	padding: 0px 10px 10px;
	background-color: #091831;
	color: #b3a786;
}

.lathf-1 #photocaption-left {
	margin-left: 0px;
	float: left;
	border: 1px solid #887A60;
	padding: 10px;
	margin-top: 10px;
	background-color: #091831;
	color: #b3a786;
	margin-bottom: 10px;
	clear: both;
	margin-right: 10px;
}
#mainContent #photocaption-left img {
	padding: 0px;
	margin: 0px;
	border: 1px solid #887A60;
}

.lathf-1 #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 510px;
	margin-right: 22px;
	display: inline;
	margin-top: 10px;
}


.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;
}
.lathf-1  h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.lathf-1 h2 {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 20px;
}
.lathf-1 h4 {
	font-size: 11px;
	margin: 0px;
	padding: 10px 0px 0px;
}
.lathf-1  imgTEMP {
	margin-left: 3px;
}
#sidebar1 h4 {
	color: #d7caa2;
	text-align: left;
}
#sidebar-r h4 {
	color: #d7caa2;
}
#sidebar1 img {
	border: 1px solid #887A60;
}
#mainContent img {
	border: 1px solid #887A60;
}
#mainContent imgL {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #887A60;
}
.mainContent-imgLeft {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #887A60;
}
.mainContent-imgRight {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
	border: 1px solid #887A60;
}
.lathf-1 #container #subcontainer #mainContent #photocaption-left p {
	font-size: 9px;
}
.lathf-1 #container #subcontainer #mainContent li {
	font-size: 11px;
}
.lathf-1 #container #subcontainer #mainContent h3 {
	margin-bottom: 6px;
}
