body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 764px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content img {
	margin: 0px;
	padding: 0px;
}

#content #welcome {
	background-color: #611883;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#content #welcome h1 {
	font-size: 12px;
	color: #E9D58E;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #entrance {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 450px;
}
#entrance #official {
	width: 230px;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 430px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #611883;
	border-left-color: #611883;
}
#entrance #shop {
	width: 230px;
	position: absolute;
	left: 265px;
	top: 10px;
	height: 430px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #611883;
	border-left-color: #611883;
}
#entrance #gallery {
	width: 230px;
	position: absolute;
	left: 520px;
	top: 10px;
	height: 430px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #611883;
	border-left-color: #611883;
}


#content #entrance h3 {
	font-size: 14px;
	color: #611883;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #entrance h5 {
	font-size: 12px;
	line-height: 1.2em;
	color: #3366FF;
}

#content #entrance h4 {
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-top: 5px;
	background-color: #CC99FF;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 210px;
	height: auto;
}
#content #entrance  p {
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

#content #footer {
	background-color: #611883;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
}
#content #footer p {
	font-size: 12px;
	color: #E9D58E;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

