body
{
	margin: 0;
	padding: 0;
}

.main
{
	background-color: maroon;
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 100%;
}

.wrapper
{
	width: 1100px;
	height: 660px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.titlecell
{
	width: 1100px;
	height: 60px;
	float: left;
	text-align: center;
}

.contentcell
{
	width: 900px;
	height: 600px;
	float: left;
	text-align: center;
	margin: auto;
	position: relative;
}

.contentitem
{
	width: 760px;
	height: 540px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
}

.menucell
{
	width: 200px;
	height: 600px;
	float: left;
	text-align: center;
	margin: auto;
}

.menuitem
{
	width: 200px;
	height: 500px;
	position: relative;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
}

.coloredtitle
{
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}

.coloredtext
{
	color: #FF6666;
	font-size: large;
}

p
{
	text-align: justify;
}

a
{
	color: #FF6666;
	outline: none;
}
a:hover
{
	color: #FF8888;
}

.fade
{
	position: absolute;
	left: 0px;
}

.fade div
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
