@charset "utf-8";
/* CSS Document */
/*link bar on top*/
#top {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color:#000;
	margin:0 0 0 0;
	z-index: 1020;
}
#topImage {
	width:800px;
	margin:0 auto;
	height:auto;
}
#linksTop {
	width:800px;
	height:auto;
	text-align:center;
	margin:0 auto;
	font-size:.9em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:#FF9933;
	line-height:1.8em;
}
#linksBott {
	width:800px;
	height:auto;
	margin:0 auto;
}
