body,
#container {
	background-color: #14171c;
	color: #fee8ca;
	font: normal 10pt Arial;
	padding: 0;
	margin: 0;
	height: 100%;
}

.top {
	background:url('images/theseis_top_tile.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 174px;
	text-align: center;
}

.top img { border: 0 }

.mid {
	background:url('images/theseis_mid_tile.jpg');
	background-repeat: repeat;
	width: 100%;
}

.mid .content {	width: 75% }

.mid .content td { width: auto;	vertical-align: top }

.cent { text-align: center }

.rgt { text-align: right }

.bot {
	background:url('images/theseis_bot_tile.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 87px;	
}

.pr8 { padding-right: 8px }
.pl8 { padding-left: 8px }
.pb6 { padding-bottom: 6px }

.vmid { vertical-align: middle }

h1 {
	background:url('images/theseis_bullet.png');
	background-position: middle left;
	background-repeat: no-repeat;
	font: normal 16pt "Georgia";
	letter-spacing: 0.05em;
	color: #fff0dd;
	height: 40px;
	padding: 4px 0 0 48px;
	margin: 0;
}

p {
	margin: 2px;
	padding-left: 48px;
}

a {
	font: bold 10pt Arial;
	color: #f59f00;
	text-decoration: none;
}

a.link {
	display: list-item;
}

a:hover {
	color: #fff0dd;
	text-decoration: underline;
}

input, textarea {
	font: normal 10pt Arial;
	background-color: #19120c;
	color: #fff;
	border: 2px solid #fba501;
	border-color: #fba501 #6F4F29 #6F4F29 #fba501;
	padding: 2px 6px 3px 6px;
}

input:hover,
textarea:hover {
	background-color: #39322c;
	color: #ddd;
}

input:active {
	color: #fd0;
	border-color: #6F4F29 #fba501 #fba501 #6F4F29;
}

.sm {
	font: normal 7pt Tahoma;
	overflow: hidden;
}