#navi {
	width: 55%;
	min-width: 600px;
	margin:0 auto;
	height: 53px;
	background: #182c67;
}

#sub-navi {
	float: center;
}

.menu-item {
	float: left;
	padding-top: 15px;
	padding-left: 35px;
}

.menu-font a {
	text-decoration: none;
	font-size: 23px;
	color: #FFFFFF;
	font-family: Futura;
}

.menu-font a:hover {
	color: #88a7de;
}

.sub-menu-item {
	float: left;
	padding-left: 40px;
}

.sub-menu-font a {
	text-decoration: none;
	font-size: 15px;	
	color: #FFFFFF;
	font-family: Futura;
}

.sub-menu-font a:hover {
	color: #b18dc0;
}

.main-content {
	width: 55%;
	min-width: 600px;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
	overflow: auto;
}

#banner {
	font-color: #efefef;
	background: #aa0078;
	min-height: 30px;
	line-height: 28px;
}

.banner-text {
	font-family: Futura;
	color: #b18dc0;
	font-size: large;
}

#main-footer {
	font-color: #efefef;
	background: #182c67;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	min-width: 600px;
	overflow: hidden;
}

.footer-text {
	padding-left: 35px;
	font-family: light;
	color: white;
	font-size: large;
}

.marquee {
	width: 55%;
	min-width: 600px;
	overflow: hidden;
}

.home-text {
	margin: 15px;
	font-size: x-large;
	font-family: Homepage;
}

#gallery img {
	display: none;
}

#gallery img .active {
	display: block;
}
