@charset "utf-8";
/* CSS Document */

body
{
	background-color: #4488FF;
}

#wrapper
{
	width: 780px;
	height: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background-image: url(../images/header.gif);
	width: 780px;
	height: 140px;
}

#content
{
	width: 780px;
	height: 800px;
}

#nav
{
	float: left;
	width: 235px;
	height: 800px;
	text-align: center;
}

#display
{
	float: right;
	width: 545px;
	height: 800px;
	background-image: url(../images/displayBG.gif);
	background-position: right;
	background-color: #BBFFFF;
}

#innerDisplay
{
	position: relative;
	top: 60px;
	left: 70px;
	width: 410px;
	height: 680px;
	text-align: center;
}

#innerHeader
{
	width: 410px;
	height: 75px;
}

.header
{
	color: #4488FF;
	font-size: 60px;
	font-family: Bradley Hand ITC;
	font-weight: bolder;
}

#innerContent
{
	height: 605px;
	width: 410px;
}

.text
{
	color: #330099;
	font-family: Bradley Hand ITC;
	font-size: 16px;
	font-weight: bolder;
}

span.text a
{
	color: #CC33FF;
	text-decoration: underline;
}

.nav
{
	font-size: 21px;
	font-family: Bradley Hand ITC;
}

span.nav a
{
	color: #BBFFFF;
	text-decoration: underline;
	font-weight: bolder;
}

.image
{
	width: 130px;
	height: 180px;
}
