.outlined {
	border: 1px solid red;}
.black {
color: black;
}

body {
	background: #471518 url("img/BG-Top.png") repeat-x top left;
	width: 950px;
	padding:0;
	margin:0 auto;
	}
#Page A, #Page A:visited {
	text-decoration: none;
	}
#Page A:hover, #Page A:active {
	text-decoration: underline;
	}
#Page A {
	color: #960;
	}
#Page A:visited {
	color: #630;
	}
#Page A:hover {
	color: #C90;
	}
#Page A:active {
	color: #FC0;
	}

#Logo {
	clear:both;
	margin-left:66px;
	}
#PageHeader {
	background: url("img/BG-Header-blank.png") no-repeat top left;
	height: 200px;
	}
	#Home #PageHeader {
	background-image: url("img/BG-Header-Home.png");
	}
#PageFooter {
	background: url("img/BG-Content-Bottom.png") no-repeat top left;
	height: 82px;
	vertical-align: bottom;
	}
#PageBody {
	background: url("img/BG-Content.png") repeat-y top left;
	padding-bottom:1em;
	}
#NavBar, #NavTools {
	padding-top: .8em;

	}
#NavBar #Nav li {
	list-style-type: none;
	display: inline;
	}
#NavBar #Nav li A {
	display:block;
	padding: 0 1em;
	float:left;
	color: #808080;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
	border-left: 1px dotted silver;
	letter-spacing: .3em;
	}
#NavBar #Nav li:first-child A {
	border-left: none;
	padding-right:none;
	}
#NavBar #Nav li A:hover {
	color: black;
	}
#NavBar #Nav li.current A {
	font-weight: bold;
	color: black;
	}
#NavTools {
	text-align: right;
	font-size: 1.2em;
	}
#QuickContact li {
	list-style-type: none;
	display:inline;
	}
	
#Home #Content {
	background: url("img/Banner.jpg") no-repeat center top;
	}
#Home #Content DIV#BannerHeading {
	height: 157px;
	vertical-align: bottom;
	display:table-cell;
	font-size: 1.8em;
	letter-spacing: -0.1em;
	color: #930;
	}

#Footer {
	padding-top:55px;
	color: silver;
	text-align: right;
	}
#Footer A, #Footer A:visited {
	color: white;
	text-decoration: none;
	}
#Footer A:hover, A:active {
	color: #FFDD99;
	}
	
.light {
	color: silver;
	}
.floatright {
	float: right;
	margin-left: 40px;
	}
.floatleft {
	float: left;
	margin-right: 40px;
	}
	
.vcard .photo {
	float:left;
	margin: 3px 18px 6px 0px;
	}
.vcard {
	border:1px solid silver;
	border-width: 1px 2px 2px 1px;
	border-bottom-color: gray;
	border-right-color: gray;
	padding: 18px;
	}
.vcard .tel {
	padding:2px 22px 2px 0;
	margin:-3px 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/phone.png);
	} 
#ContactForm label {
	display:block;
	float:left;
	margin-right: 5px;
	width: 120px;
	clear:left;
	}
#ContactForm input, #ContactForm select {
	width: 149px;
	}
#ContactForm textarea {
	width: 274px;
	}
.boxed {padding:1.6em; margin:1.6em -1.6em;background:#EEE;}