.normal {
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
}

.normal_bold {
	font-style: normal;
	font-weight: bold;
	line-height: normal
}

a {
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none
}

a:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none
}

a img {
	border:none;
}

#container {
	background: #eeffff;
	position: relative;
	width: 800px;
	margin: auto;
}

#menu {
	/* background: #ddffff; */
	position: absolute;
	top: 20px;
	left: 0px;
	width: 150px;
	height: 400px;
}

#content {
	/* background: #999999; */
	/* background-image: url(../images/back.jpg); */
	position: absolute;
	top: 20px;
	left: 150px;
	width: 600px;
	height: 600px;
}

#textbox {
	/* background-image: url(../images/splash-opaque.jpg); */
	position: absolute;
	top: 39px;
	left: 82px;
	width: 414px;
	height: 414px;
	padding: 0px;
}

#ombox {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 394px;
	height: 394px;
	padding: 0px;
	text-align: justify;
}

#frontbox {
	position: absolute;
	top: 450px;
	left: 82px;
	width: 394px;
	height: 80px;
	padding: 10px;
	text-align: justify;
}

#boxbox {
	/* background-color: 00ff69; */
	position: absolute;
	top: 20px;
	left: 40px;
	width: 460px;
	height: 460px;
}

#splashbox {
	background-image: url(../images/splash.jpg);
	background-color: 00ff69;
	position: absolute;
	top: 39px;
	left: 82px;
	width: 414px;
	height: 414px;
}

#footer {
	/* background-color: 00ff69; */
	position: absolute;
	top: 540px;
	left: 0px;
	width: 600px;
	height: 50px;
	text-align: center;
}