img { border:none; }

body {
	line-height:2;
	margin:0;
	padding:0;
	background:#fff;
	font-size:14px;
}

h1 {
	font-size:120%;
}

h2 {
	border-bottom:1px solid #ddd;
	font-size:110%;
}


#Layout {
	position:relative;
	background:url('gfx/css/body_bg.png') top center repeat-y;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:0 35px;
}

#Header {
	display:block;
	position:relative;
	background:url('gfx/css/header_bg.jpg') top left no-repeat #dee7dd;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:170px;
}

#Header a.Staging {
	position:absolute;
	display:block;
	width:70px;
	height:70px;
	background:url('gfx/css/csp.jpg') top left no-repeat;
	top:125px;
	left:617px;
}

#Header a.Staging span {
	display:none;
} 

#Footer {
	clear:both;
	height:45px;
	margin-top:25px;
	background:url('gfx/css/footer_bg.png') top left repeat-x #ccad72;
	padding:25px 0 10px;
}

#BodyLayout {
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#BodyFooter {
	height:50px;
	background:url('gfx/css/body_bottom_bg.png') top left repeat-x #fff;
	text-align:center;
	padding-top:35px;
}

#BodyFooter img {
	border:none;
}

#Footer div {
	text-align:center;
	color:#664;
	line-height:2;
	font-size:80%;
}

#Footer div a {
	color:#664;
}

#TOC {
	font-size:13px;
	line-height:1;
	padding-top:2px;
	background:url('gfx/css/tocbg.png') bottom left repeat-x #afc4aa;
	border-bottom:1px solid #5e8855;
}

#TOC ul {
	margin:0;
	padding:0;
	list-style-type:none;
	padding:7px;
	padding-left:45px;
	text-align:left;
	position:relative;
}

#TOC li {
	display:inline;
	font-weight:bold;
}

#TOC li a {
	text-decoration:none;
	color:#455541;
	padding:5px 15px;
}	

#TOC li a:hover {
	color:#fff;
}

#TOC li a.Active,
#TOC li a.Active:hover {
	color:#455541;
	background:#fff;
	border:1px solid #5e8855;
	padding-bottom:6px;
	border-bottom:1px solid #fff;
}

#TOC li.Chairs {
	position:absolute;
	right:80px;
}

.MainBody {
	padding:30px;
}

#services span.Price {
	font-weight:bold;
}


