﻿#container 
{
    margin: auto;
    background-color: #fff;
    width: 904px;
}

#contentBody 
{
    margin: 5px;
    padding: 5px;
    text-align:left;
    vertical-align:top;
    width: 735px;
}

.shell {
	width: 925px;
}

#fadeLeft {
	background-image: url('../images/fadeLeft.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	background-position: left;
}

.shellContent {
	width: 904px;
	background-color: white;
}

#NavLeft {
	width: 166px;
	background: #FFF url('../images/nav.jpg') repeat-y top;
	vertical-align: top;
	padding-top: 5px;
}

.navLeftNew a:link, .navLeftNew a:active, .navLeftNew a:visited {
	display: block;
	color: white;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	background: #690B1C;
	text-decoration: none;
	border-bottom: 4px solid white;

}

.navLeftNew a:hover {
	color: #690B1C;
	background-color: #878787;
	background-image: url('../images/arrows.jpg');
	background-position: center;
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 4px solid white;
}

.address {
	font-weight: bold;
	color: #690B1C;
	font-size: 11px;
	padding: 0px 5px 10px 5px;
}
.image {
    color: #3B3B3B;
    font-size: 12px;
    font-family: Constantia, Lucida Bright, Times, Verdana;
    font-style: italic;
	vertical-align: top;
	text-align: center;
	margin: auto;
}

.galleryImage {
	vertical-align: top;
	width: 80%;
	margin: auto;
	font-family: Constantia, Lucida Bright, Times, Verdana;
    font-style: italic;
    color: #3B3B3B;
    font-size: 12px;
    text-align: center;

}

.contentImage {
	margin: 2px;
	float: right;
}

.content {
	vertical-align: top;
}

#footer {
	background-color: #690B1C;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
}

#fadeRight {
	background-image: url('../images/fadeRight.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	background-position: right;
}