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

HTML {
	height:100%;
}
BODY {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#580100 url(htm_bg.jpg) no-repeat top right;
	margin:0;
	padding:0;
	height:100%;
}
IMG {
	border:0;
}
.clr {
	clear:both;
}

/* ######################################## */
/* CONTAINER							    */
/* ######################################## */
DIV#container {
	position:relative;
	left:55px;
	width:51.67em;
	min-height:100%;
	background:url(container_bg.png) repeat 0 0;
}
DIV#header {
	position:relative;
	width:51.67em;
	height:6.00em;
	border-bottom:2px solid #580100;
	text-align:center;
}
DIV#header IMG {
	position:relative;
	top:1.92em;
	width:170px;
	height:27px;
}
DIV#navigation {
	position:relative;
	top:0;
	left:0;
	width:51.67em;
	padding:0.4em 0 0.5em 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.05em;
	color:#fff;
}
DIV#navigation SPAN {
	padding:0 0.5em;
}
DIV#navigation A {
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
}
DIV#navigation A:hover {
	color:#ffe894;
}
DIV#navigation A.selected {
	font-weight:bold;
	color:#ffe894;
} 
DIV#content {
	position:relative;
	left:1.08em;
	width:50.58em;
	min-height:40em;
	padding:4.17em 0;
	background:#ffe894 url(content_bg.jpg) no-repeat left bottom;
}
/* ######################################## */
/* CONTENT							        */
/* ######################################## */

H1.marginal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.50em;
	font-weight:normal;
	color:#580100;
	width:10.56em;
	padding:0 1.67em 0 0;
	text-align:right;
	float:left;
}
DIV.textBlock {
	position:relative;
	display:block;
	width:28.50em;
	float:left;
}
DIV#content UL {
	padding:0 0 0 1.2em;
	list-style-type:square;
}