@charset "utf-8";
/* CSS Document */



#banner {
	position:relative;
	width:800px;
	height:100px;
	z-index:5;
}
#alleyLeft {
	position:relative;
	width:170px;
	z-index:10;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#alleyRight {
	position:relative;
	width:170px;
	z-index:11;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.navMain {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
.navMain a:link, .navMain a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navMain a:hover {
	color: #0000FF;
	text-decoration: none;
}



.navAlley {
	font-size: 14px;
	font-family: Calibri;
	border: thin solid #000000;
	left: 5%;
}
.headerUnderline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
}
.navAlley a:link, .navAlley a:visited {
	color: #0000FF;
	text-decoration: none;
}
.navAlley a:hover {
	background-color: #e5e5e5;
}
#stage {
	position:relative;
	width:800px;
	z-index:1;
	background-color: #CCCCCC;
}
#bottom {
	position:relative;
	z-index:5;
	clear: both;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
