body, html {
	margin: 0px;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
#content div.inner {
	background-color: #988976;
	margin: 0px;
	color: white;
	overflow: hidden;
	border: 2px solid #ddd;
}
#content .top-right p {
	padding: 50px 30px;
}

#content .top-right {
	height: 202px;
	padding-top: 0px;
	text-align: right;
	font-size: 1.2em;
}

#content .top-right h1 {
	text-align: center;
	font-size: 3.0em;
	margin-top: 70px;
}

#content img.banner {
	border-width: 0px 2px;
	border-color: #ddd;
	border-style: solid;
}

#content .top-right {
	border: 1px solid #ddd;
}

.padded_inner {
	padding: 15px;
}

#menu {
	background-color: #979677;
	margin: 2px;
	padding: 0px;
	text-align: center;
	height: 234px;
	line-height: 2.0;
	color: white;
	font-size: 1.4em;
}

#menu table.outer {
	height: 234px;
	width: 99%;
	text-align: center;
}

#menu table.outer tr td {
	align: center;
	vertical-align: center;
}

#menu table.inner tr td {
	text-align: center;
}

#menu table.inner tr.top td {
	border-top: 1px solid white;
	padding: 0px 10px;
}
#menu table.inner tr.bottom td {
	border-bottom: 1px solid white;
	padding: 0px 10px;
}

#menu a, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #3f3f5f;
}

#container{
	background-color: #ddd;
	overflow: hidden;
	width: 802px;
}
#content{
	background-color: #ddd;
	width: 592px;
	border-left: 200px solid #ddd;
	margin-left: -200px;
	float: right;
	background-image: url('/media/images/border.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 8px;
}
#rail{
	background-color: #ddd;
	width:200px;
	float:left;
	text-align: center;
}

h1 {
	color: #7f381c;
	font-size: 1.5em;
}

h2 {
	color: #3f3f5f;
	font-size: 1.2em;
	text-align: center;	
}

h3 {
	color: #7f381c;
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
}

p.cost {
	text-align: right;
	color: #3f3f5f;
	margin: 0px;
	padding: 0px;
}

div#services {
	margin: 0px 40px;
}

div.service{
	background-color: #a89986;
	margin: 2px;
	padding: 2px 10px;
}

div#address {
	font-size: .9em;
	text-align: left;
	border-width: 0px;
	border-color: #eee;
	border-style: solid;
	color: #999;
	text-align: center;
}

/* Blue: 3f3f5f */

