* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: transparent url('tstile.jpg') repeat scroll top left;
}
#body_frame { 
	margin: 25px auto;
	width: 920px;
}
#navigation { 
	position: absolute;
	top:130px;
	background: transparent url('masks.png') no-repeat scroll top center;
	margin: 0px 0px 10px 0px;
	width: 150px;
	float: left;
}
#navigation ul { padding: 65px 10px 0 0px; }
#navigation li { list-style-type: none;}
#navigation li a {
	padding: 5px 5px 5px 15px;
	width: 130px;
	display: block;
	color: #fff;
	background-color: #8C162A;
	text-decoration: none;
	border-bottom: 1px dashed #691120;
}
#navigation li a:hover { color: #BAD1C9; }



#frame { 
	color: #333;
	background: #EBE5CE url('treblestaff.png') no-repeat scroll bottom right;
	margin: 0px 0px 10px 150px;
	min-height: 600px;
	width: 770px;
	position: relative;
}
#navig_color { background-color: #8C162A; }

#masthead {
	color: #000;
	background: #660022 url('masthead.png') no-repeat scroll center;
	margin: 0 20px;
	height: 100px;
	width: 880px;
}
.tl { float: left; background: url('corner_top.gif') no-repeat scroll top left; width: 20px; height: 100px;}
.tr { float: right; background: url('corner_top.gif') no-repeat scroll top right; width: 20px; height: 100px; }

.content {
	padding: 20px 20px 40px 20px;
}

.content a {
	color: #8C162A;
}
.content h2 {
	padding: 25px 0 10px 20px;
}



.heading {
	background-color: #CED1C0;
	padding: 5px 5px 5px 15px;
}
.heading span { padding-left: 15px; font-style: italic; }