@charset "utf-8";
body {
	margin: 0px auto;
	padding:0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color:#FFFFFF;
}
#wrap {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:5px;
	width:750px;
	height:auto;
	padding: 0px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}
#header {
	border: 1px solid #333333;
	background-color:#99FF33;
	height: 100px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#nav {
	margin-top:0px;
	background-color:#FFCC33;
	border:solid 1px #666666;
	margin-left:2px;
	margin-right:2px;
	padding-left:20px;
	text-align:left;
	height:20px;
}
#nav a:link, a:visited {
	text-decoration:none;
	font-size:12px;
	color: #0066FF;
}
#content {
	margin:2px;
	border:solid 1px #000000;
	background-color:#CCCCCC;
	width:550px;
	height:600px;
	float:left;
}
#span {
	width:150px;
	height:auto;
	margin:10px;
}
#sidebar {
	border:solid 1px #333333;
	background-color:#0099FF;
	width:190px;
	height:600px;
	float:left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.maps {
	margin-top:330px;
	border:solid 1px #FFFFFF;
}
#footer {
	margin:2px;
	border:solid 1px #333333;
	background-color: #CCFF00;
	height:70px;
	clear:both;
}
#footer p {
	vertical-align: bottom;
}

.hoverbox{list-style: none;}

.hoverbox a .preview {display: none;}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	background: #FFFFFF;
	border-color: #202020;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 90px;
}

.hoverbox li{
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.hoverbox .preview {
	border-color: #FFFFFF;
	width: 200px;
	height: 150px;
}
