﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
#masthead {
	margin: 25px auto 0px auto;
	background-image: url('lcdesign%20banner%20750px.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B5B54F;
	width: 800px;
	position: relative;
}
#container {
	background-position: center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #000000;
	border-right-color: #000000;
	height: auto;
}
#left_col {
	width: 175px;
	float: left;
	background-color: #6C6C07;
	height: auto;
}
#page_content {
	font-size: medium;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	width: 550px;
	float: left;
	color: white;
	background-color: #000000;
	height: auto;
}
#footer {
	margin: 0px auto 0px auto;
	background-position: center;
	width: 800px;
	height: 60px;
	background-color: #B8D6AB;
	color: #008080;
	text-align: center;
	padding-top: 25px;
	clear: both;
}
	
<style type="text/css">
.arrowgreen{
	width: 90px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	display: block;
	background: url('LACImages/arrowgreen.gif') 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/;
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

.arrowgreen li a:active{
	color: #000000;
	background-position: 100% -64px;
}

</style>
<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
}

</style>
#descriptions {
	float: left;
	background-color: #FF00FF;
	clear: both;
	width: 175px;
	height: 300px;
	position: relative;
}
#table {
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	font-size: .8em;
	color: #FFFFFF;
}

