

body {
	text-align : center;
	background-image : url("images/pageBkg.jpg");
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 11px;
	line-height : 20px;
	color : #000000;
}

h1 {
	font-size : 15px;
	text-transform : uppercase;
	text-align : left;
}

p.services {
	font-size : 13px;
	font-weight : bold;
	line-height : 22px;
	color : #964216;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
}

#TopBar {
	height : 36px;
}

#NavBar {
	height : 27px;
}

#NavBarBottomSpacer {
	height : 4px;
}

#Content {

		padding : 0px 7px 0px 8px;

	background-image : url("images/contentBkg.jpg");
	vertical-align : top;
}

#Hours {
	font-family : Arial Narrow;
	font-size : 11px;
	color : #964216;
	padding : 30px 15px;
	vertical-align : bottom;
	white-space : nowrap;
}

#HomeContent {
	
		padding : 62px 65px 0px 40px;
	
	vertical-align : top;
}

#BottomBar {
	height : 53px;
}








