html { height: auto; background: url(back.gif); }

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(header_2.jpg) top left repeat-x;
	padding: 0;
	margin: 0;
}

	a  { text-decoration: underline; background-color: transparent; cursor: pointer }
	a:link { color: #CCCC98 } a:active, a:hover { color: #FFFF72 } a:visited { color: #CCCC98 }
	a:link img, a:visited img { border-style: none }
	a img { color: black } /* The only way to hide the border in NS 4.x */

#Container { background: transparent url(fadeaway.gif) repeat-x; padding: 50px; }
#Box {
	margin: 0 auto;
	width: 750px;
	background: #0C0C0C;
	color: white;
	padding: 15px;
}

p { padding: 5px 0 10px 0; }

.image-container { padding: 15px; margin: 10px; background: white; float: left }
.mainfooter { clear: both; padding: 20px 0 20px; font-style: italic; color: #8A816E; font-size: 10px }

/* dock - top */
.dock {
	background: #310A0D;
	position: relative;
	height: 64px;
	text-align: center;
}

.dock-container {
	position: absolute;
	height: 64px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 64px;
	color: #000;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
a.dock-item:hover {
	background: url(menuback.gif) center bottom no-repeat;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}

h1 { font-weight: normal; font-size: 24px }
h1 .selected { padding: 4px; background: #CCCC98; color: black }

* {margin:0; padding:0}

#wrap h1, #wrap h2, #wrap h3 {
font-weight: normal;
display: block;
clear: both;
 }

#wrap h2, #wrap h3 {font-size: 18px; padding-top: 15px;}

#wrap p.outside {
font-weight: normal;
display: block;
clear: both;
padding-top: 15px;
 }

#wrap h3 {
font-size: 14px;
 }


#wrap {
	clear: both;
}
#wrap ul {
	padding: 0 10px 0 0;
	left:-2px;
	top:-2px;
	color:white;
	clear: both;
}
#wrap li {
	display: block;
	line-height: 120%;
	margin:-.9em 0 0 0;
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px dotted white;
	clear:both;
}
* html #wrap li {
	border:none;
	background: url(dotted-leader.gif) repeat-x left bottom;
}
#wrap li span {
	padding: 1px 0 1px 5px;
	position: relative;
	top: .4em;
	left: 1px;/* ie rounding error*/
	float: right;
	font-weight: bold;
	background: #0C0C0C;
}
#wrap li em {
	margin: 0;
	position: relative;
	top: 1.6em;
	padding: 0 5px 0 0;
	background: #0C0C0C;
}
#wrap p { padding: 0 5em 0 0; display: block}
.amend { clear:both; padding:20px}
.amend p { margin:0 0 1em 0}


	.clearfix { margin: 0; padding: 0; }
	.clearfix:after { font-size: 0.01em; content: ""; display: block; height: 0; clear: both; visibility: hidden; }
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */