/* Layout Stylesheet */
body    {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
}

*#lh-col    {
	position: absolute;
	top: 220px;
	left: 0;
	width: 140px;
	height: auto;
	z-index: 6;
	background: white;
	color: black;
}

*#c-block    {
	width: 100%;
	z-index: 1;
	background: white;
	color: black;
	height: auto;
}

*#hdr    {
	height: 200px;
	border-bottom: 0px solid #000000;
	width: 100%;
	background: #eeeeee;
	color: #333333;
	background-repeat: repeat-x;
	margin: 0;
#	background-image: url(../pictures/header4-green-vertical-line.gif);
        background-image: url(../pictures/header5-vertical-line.gif);
}

*#c-col    {
	margin: 14px 60px 10 140px;
	position: relative;
	background: #ffffff;
#	background: lightgray;
	color: #333333;
	z-index: 5;
	border: dashed #000000;
	border-width: 0 0 0 1;
	padding: 2 2 2 6;
}

*#ftr    {
	width: 100%;
	height: 40px;
	border: solid #000000;
	border-width: 0px 0;
	background: #eeeeee;
	color: #333333;
	margin: 0;
	background-image: url(../pictures/header4-green-footer100px.gif);
	background-color: rgb(51, 153, 0);
}

#container {
        width: 100%;
        margin: 0px auto;
        background-color: #ffffff;
        color: black;
}

#header {
        padding: 0em;
        background-color: white;
}
#nav {
        float: left;
        width: 100px;
        margin: 0;
        padding: 0em;
}
#content {
        margin-left: 120px;
        border-left: 1px dashed black;
        padding: 1em;
	width: 760px;
}
#footer {
        clear: both;  <!-- forces footer below floated elements above -->
        margin: 0;
        padding: 0.5em;
        font-size: 10;
        background-color: #fff;
}
#gallery {
        float: left;
        margin: 0 20px 10px 20px;
        text-align: center;
}
#clearer {
        clear: both;
        line-height: 0;
        height: 1em;
}
