@charset "utf-8";
/* CSS Document */

.panel {
	padding:0;
	margin:0 auto;
	position: absolute;
	top: 0px; /* 90px */
	height:100%;
	text-align:left;
	table-layout:fixed;
}

div.panel#single {
	width:100%;
	text-align:center;
	left:0px;
}

div.panel#side{
	width: 180px;
	left:0px;
}

.spacer {
	height:90px;
}

td.side {
	width:180px;
	vertical-align:top;
}
td.main {
	width:555px;
	vertical-align:top;
	padding-left:10px;
}

td.single {
	width:100%;
	vertical-align:top;
}

div.panel#main {
	width:555px;
	right:0px;
}

div.paneltitle {
	margin-top:10px;
	width:100%;
	height:20px;
/*	background-color:#C6B49F;*/
	background-image:url(../images/browngrad20x2.jpg);

	table-layout:fixed;
	overflow:hidden;
	position:relative;
	z-index:1;
	border-bottom:1px solid;
	border-color:#885937;
}

h1.paneltitletext {
	padding:0;
	margin:0;
	margin-bottom:-20px;
	color:#FFF;
	font-family:serif;
	font-size:26px;
	font-weight:300;
	position:relative;
	top:-24px;
	left:-1px;
	z-index:2;
}

div.textframe {
	width:90%;
	margin:0 auto;
}
div.textframe #center {
	text-align:center;
}

table.prices td {
	padding-right:10px;
	vertical-align:top;
}

#spaced td {
	padding-bottom:5px;
}

table.sindex td {
	vertical-align:top;
	width: 248px;
	padding-right:30px;
}

ul.one {
	list-style-type:decimal;
	padding-bottom:2px;
	font-weight:bold;
	color:#B38255;

}

ul.two {
	list-style-type:lower-roman;
	padding-top:5px;
	font-weight:normal;
	padding-bottom:5px;
	text-color:#000;
}