

body {
	direction: ltr;
	text-align: left;
	color: #a4a4a4;
	font: 90% Arial, mono, serif;
	background: #2d2d2d url(bg.png) repeat left top;
}


a {
	color: inherit;
	text-decoration: none;
}


#main p {
	text-indent: 4em;
}


#main a {
	color: #ff5d60;
}




#main a:hover {
	color: #b14448;
}

blockquote{
	text-indent: none;
	font-size: 80%;
}


h1 {
	color: #2475cc;
	font: 4em "Arial Rounded MT Bold", Impact;
}

/* @group layout */

#header {
	background: url(headertile.png) repeat-x -13px;
	height: 79px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}

#nav li {

	display: inline-block;
	text-align: left;
	font-weight: bold;
	position: relative;
	left: 0;
	background: url(edge.png) no-repeat right top;
	margin-right: 0;
	margin-left: -5px;
	padding: 1em 1em 1em 1.3em;
}

#nav li .sub {
	display: block;
	font-size: 65%;
	text-indent: 1ex;
	font-style: italic;
	font-weight: normal;
}

#nav li:hover, #nav li.here {
	background: url(navover.png) repeat-x left top;
	color: #FFF;
}

.push, #foot {
	
	height: 38px;
}

#foot {	
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: url(nav.png) repeat-x;
	z-index: 1;
	margin: 0;
	padding: 0;
	

}

#main {
	min-height: 100%;
	position: absolute;
	z-index: -2;
	margin-top: 9em;
	margin-right: 2em;
	margin-left: 2em;
	border: 3px outset #959595;
	border-bottom: none;
	border-top: none;
	color: #434343;
	background-color: #CCC;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	height: auto !important;
	height: 100%;
}

#nav {
	height: 59px;
	display: block;
	position: absolute;
	background: url(nav.png) repeat-x;
	width: 100%;
	left: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	top: 77px;
}

#header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 79px;
	background: url(headerleft.png) no-repeat left top;
	width: 434px;
}

#poem p{
	text-indent: 0em;
}

#port_nav {
	float: right;
	margin: 1em;
	margin-right: 0;
	background-color: #898989;
	padding: 0 1em 1em;
}

#port_nav h3 {
	position: relative;
	margin-top: .5em;
}

#port_nav a{
	color: inherit;
}

#port_nav a:hover, #port_nav li#here {
	color: black;
}


/* @end */


