@charset "UTF-8";
body{
background-color:#dde7ed;
}

#container {
	background-color: #fff;
	height: 550px;
	width: 850px;
	margin: 0 auto;
	position:relative;
	background-image:url(images/headingBg_wType.png);
	background-repeat:no-repeat;
}

/*navigation*/
#navi{
	background-image: url(images/naviBg.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 850px;
}

#navi ul{
	margin:0;
	padding:0;
	position: absolute;
	width: auto;
	height: 20px;
	left: 455px;
	top: 20px;
	display: inline;
}
	
#navi li{
 	float: left;
	list-style-type: none;
	display: block;
}

#navi li a:link, #navi li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	padding: 0 0.7em;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #666;
 }

#navi li a:hover, #navi li a:active {
	color: #996600;
}

#navi ul li> ul {
    display: none;
	left: auto;
	top: auto;
}

#navi ul li:hover ul {
    display: block;
	padding-top: 5px;
}

#navi ul li:hover ul li a, a:link a:visited {
	font-size: 10px;
	color: #666;
}

#navi ul li:hover ul li a:hover {
	color:#996600;
	}
	
/*image area*/
#image {
	background-image: url(images/LauraHead.jpg);
	position: absolute;
	left: 240px;
	top: 190px;
	width: 140px;
	height: 185px;
	text-indent: -1000px; 
}

#muchaHat {
	background-image: url(images/MuchaHat.jpg);
	position: absolute;
	left: 240px;
	top: 190px;
	width: 140px;
	height: 185px;
	text-indent: -1000px; 
}

#muchaHand {
	background-image:url(images/MuchaHand.jpg);
	position: absolute;
	left: 240px;
	top: 190px;
	width: 140px;
	height: 185px;
	text-indent: -1000px;
}

#muchaTavern {
	background-image:url(images/MuchaTavern.jpg);
	position: absolute;
	left: 240px;
	top: 190px;
	width: 140px;
	height: 185px;
	text-indent: -1000px;
}
		
/*text area*/
#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	position: absolute;
	color: #333;
	left: 420px;
	top: 190px;
	width: 360px;
}
	
.copyright {
	font-size: 9px;
}

.copyright .italic {
	font-size: 9px;
	font-style: italic;
}

#overflowText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	position: absolute;
	margin-top: o;
	color: #333;
	left: 436px;
	top: 193px;
	width: 390px;
	height: 300px;
	padding-right: 10px;
	overflow: scroll;
}

.subTitle {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}

.italic {
	font-style: italic;
}

a, a:link a:visited {
	color: #333;
	margin-top: 10px;
	padding-top: 10px;
}

	
/*bottom area*/
#footer {
	background-image:url(images/bottom.png);
	position: absolute;
	top: 500px;
	width: 850px;
	height: 50px;
}

#footer p {
	position: absolute;
	left: 60px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	color: #333;
}

.goto a, a:link a:visited {
	position: relative;
	top: 0px;
	left: 650px;
	width: 200px;
	font-size: 9px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666;
}

#footer p a, a:link a:visited {
	text-decoration: none;
	color:#333;
}

