/* CSS Document */

Body {
	Background-color: #a5a085;
}
	
a, :link,:visited {
	text-decoration:none;
	color: #76291a;
	font-weight: bold;
 }

#Background-container {
	position:absolute;
	width:900px;
	height:1000px;
	z-index:1;
	top: 15px;
	left: 50%;
	margin-left: -450px;
}

#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:173px;
	z-index:8;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

#LL-logo {
	position:absolute;
	width:132px;
	height:117px;
	z-index:5;
	left: 34px;
	top: 123px;
}

 #Main-text-extended {
	position:absolute;
	left:0px;
	top:192px;
	width:650px;
	height: auto;
	z-index:3;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding-right: 25px;
	padding-left: 225px;
	padding-top: 15px;
	list-style-type: disc;
	list-style-position: inside;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
}

#Sidebar {
	position:absolute;
	left:29px;
	top:82px;
	width:140px;
	height:auto;
	z-index:8;
}
#horizontal-nav-text {
	position:absolute;
	left:465px;
	top:2px;
	width:400px;
	height:15px;
	z-index:7;
}
#goldbar {
	position:absolute;
	left:0px;
	top:175px;
	width:900px;
	height:20px;
	z-index:4;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.events-sidebar {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.events-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #1f4e44;
	font-weight: bold;
}
.events-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #76291a;
}

.posted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #1f4e44;
}
.events-date-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #ef4b29;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f4e44;
	font-size: 1.5em;
}
.hr {
	color: #ef4b29;
}
