@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	background-image: url(images/beige_bodybck.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #indexcontainer {
	width: 850px; /* this overrides the text-align: center on the body element. */
	background-color: #D8D3BD;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	height: 102px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(images/lousbanner2.jpg);
	padding-top: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-x;
	color: #900;
}

.twoColFixLtHdr #mainContent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin: 0;
}
.twoColFixLtHdr #newsContent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: .9em;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

#vertnav {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#vertnav li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#vertnav li a {
	color: #000;
	text-decoration: none;
	background-color: #EAD19D;
	height: 1%;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
}
#vertnav li a:hover {
	background-color: #FFF;
}

#nav {
	list-style: none;
	margin: 0px;
	display: inline;
	padding: 0px;
	background-color: #D7D3BA;
}
.centered {
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0px;
	display: inline;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: inline;
	padding: 0px;
	
}
#nav a {
	color: #000;
	text-decoration: none;
	line-height: 2;
	font-size: 1.2em;
	padding: 7px;
}
#nav a:hover {
	background-color: #FFF;
}
#nav #hornav_last a {
	border-right-style: none;
}
#album {
	clear: both;
	padding: 0px;
	margin: 0px;
}
#extitle {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 850px;
}

table #index {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
table {
	background-color: #FFF;
	width: 850px;
	font-weight: bold;
	color: #505050;
}

img {
	padding: 2px;
	border: 8px solid #505050;
	margin: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrgt {
	float: right;
}

.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;
}
p {
	line-height: 107%;
}
.bold {
	font-weight: bold;
}

