﻿#header {width: 900px; margin: auto;}
.phone {
	font-family: "Bernard MT Condensed", Times New Roman, serif;
	color: white;
	font-size: 24pt;
}

#container {
    margin:0px;
    padding: 0px;
    background-color: white;
}

#navTop {text-align:right; padding-top: 8px}
#navTop a {color:white; text-decoration:none; font-weight: bold; font-size: 10pt; padding: 4px 5px 4px 5px;}
#navTop a:hover {background-color: #851d1d;}

#shell {
	margin: auto;	
    background-color: white;
}

#shell td {vertical-align:top;}

#shellContent {
	width: 900px;
    border-left: 1px solid #C6A799;
    border-right: 1px solid #C6A799;
}

#navLeftCell {width: 200px;	vertical-align: top; border-right: 1px solid #C6A799;}
#navLeft {width: 197px;}
#navLeft a:visited {
	display: block;
	color:#4f2d1d;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;}

#navLeft a:active {
	display: block;
	color:#4f2d1d;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;}

#navLeft a:link {
	display: block;
	color:#4f2d1d;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;}
#navLeft a:hover {color: white;	background: #C6A799 url('../images/layout/arrow.png') no-repeat left center;}
 
#contentBody {
    padding: 10px;
    text-align:left;
    vertical-align:top;
    width: 700px;
}

#footer {
	background: transparent url('/../images/layout/footerFade.png') repeat-x left top;
	padding: 10px;
	text-align:center;
	font-size:8pt;
	color: #8A625C;
}
#footer div a {color: white; text-decoration: none; padding: 5px}
#footer div a:hover {background-color: #851d1d;}
