@charset "utf-8";
/* CSS Document */


body {
	background-color: #676767;

}
#outer-wrapper {
	display: block;
	float: none;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 1000px;
	margin: 10% auto;
	float: none;
}
a:link {
	color: #933;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1;
	padding: 0 2px;
}
a:visited {
	text-decoration: none;
	color: #424242;
	border-color: #424242
}
a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
	background: #933;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	margin: 10px auto !important;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
#header {
	background: url(images/ll_logo-2.jpg) 0 0 no-repeat;
	height: 90px;
	width: 862px;
	display: block;
	float: none;
	margin: 0 auto;
	
	
}
#container {
	margin: 0 auto;
	height: 436px;
	width: 860px;
	position: relative;
	background: url(images/greygradient.jpg) right repeat-y;
	border: 1px solid #933;
}
#sidebar {
	float: left;
	display: block;
	width:225px;
	height: 436px;
	background-color: #993333 !important;
	}
.left-menu {
	background: none;
	list-style: none;
	padding: 4px;
	margin: 0;
	
}
.left-menu li {
		
}
.left-menu li a {
	display: block;
	padding: 6px;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #fff !important;
	border: none !important;
	font-variant: normal !important;
}
.left-menu li a:hover {
	background-color: #000 !important;
}
.content {
	float: right;
	height: 436px;
	width: 633px;
	position: relative;
	overflow: auto;
}
#home_content {
	background: url(images/home_content.jpg) no-repeat !important;	
		position: relative;

}
#footer {
	height: 90px;
	width: 862px;
	margin: 0 auto;
}

.float_left {
	display:block;
	float: left;
	margin-right: 10px;
}
.float_right {
	display:block;
	float: right;
	margin-left: 10px;
}
.float-none {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 0 0 10px;
}
.clear_left {
	clear: left;	
}
.clear_right {
	clear: right;
}
.content p {
	padding: 0 6px 0 0;
	font: 14px/18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0 0 10px 10px;
}
img.album {
	margin: 12px 8px 0 4px;	
}
