body {
	margin: 5px 0;
	padding: 5px 0;
	background: #FEE6CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

div#wrap {
	width: 688px;
	border: solid 6px #FFF;
	margin: 0 auto;
	background: url(img/bg.gif);
}

/* header */
div#top {
	height: 74px;
	background: url(img/header.gif) no-repeat;
	font-family: "Courier New", courier, monospace;
	color: #27390C;
}
div#head {
	font-size: 22px;
	position: relative;
	top: 35px;
	left: 90px;
	text-transform: uppercase;
	font-weight: bold;
}
div#intro {
	font-size: 11px;
	position: relative;
	top: -23px;
	padding-right: 90px;
	font-style: italic;
	text-align: right;
}

/* footer */
div#footer {
	clear: both;
	background: url(img/footer.gif) no-repeat;
	height: 17px;
	text-align: center;
	padding-top: 11px;
	color: #27390C;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
}
div#footer a {
	color: #4D6F1B;
}
div#footer a:hover {
	color: #FFF;
}

/* navigation */
div#nav {
	width: 200px;
	float: left;
}

div#nav h1 {
	width: 164px;
	height: 36px;
	background: url(img/nav_head_bg.gif) no-repeat;
	font-size: 20px;
	font-family: "Courier New", courier, monospace;
	font-style: italic;
	color: #FFF;
	letter-spacing: 1.5px;
	text-transform: lowercase;
	margin: 16px 0 3px 8px;
	padding: 7px 0 0 37px;
}
div#nav strong {
	color: #BC8CBF;
	letter-spacing: 1px;
}
div#nav p {
	margin: 8px;
	color: #4D6F1B;
	background: #E5F1D3;
	border: solid 2px #C4DF9B;
	padding: 3px;
}

div#nav a {
	color: #BC8CBF;
	text-decoration: underline;
}
div#nav a:hover {
	color: #A2AFD8;
	text-decoration: none;
}

div#nav ul {
	list-style-type: none;
	background: url(img/nav_li.gif) repeat-y;
	margin: 0;
	padding-left: 8px;
}
div#nav li a, div#nav li a:visited {
	display: block;
	border-left: solid 9px #C9CFE8;
	padding: 2px 0 2px 15px;
	height: 17px;
	color: #F2E8F3;
	text-decoration: none;
	font-weight: bold;
}
div#nav li a:hover {
	border-left: solid 15px #F0F2F9;
	color: #C4DF9B;
}

/* content */
div#content {
	float: right;
	padding-right: 7px;
	padding-top: 20px;
	text-align: right;
}

div#content h1 {
	font-family: "Courier New", courier, monospace;
	font-size: 16px;
	background: #E5EFE0;
	margin-right: 30px;
	padding: 3px 8px 0;
	display: inline;
	color: #4D6F1B;
	letter-spacing: 1px;
}

div.text {
	background: url(img/content_bg.gif);
	width: 452px;
	padding: 5px;
	border: solid 3px #E5EFE0;
	text-align: left;
	color: #4D6F1B;
	margin-bottom: 20px;
}

strong {
	color: #EB9B3E;
}

a {
	font-weight: bold;
	color: #A263A7;
}
a:hover {
	color: #FFFFFF;
}