body
{
	margin:				0;
	background-color: 	white;
	font-family: 		Verdana;
	font-size: 			14px;
	color: 				white;
	width: 				762px;
}

h2
{
	margin:				0;
	font-size: 			24px;
	text-align:			center;
}

h3
{
	margin:				0;
	font-size: 			18px;
	text-align:			center;
}

.main
{
	height: 			500px;
	width:  			762px;
	background-image: 	url(images/background.jpg);
	background-repeat:	repeat-x;
}

.startText
{
	font-size: 			18px;
	text-align:			center;
	position:  			absolute;
	top:				100px;
	left:				150px;
	height:				200px;
	width:				425px;
}

.bodyText
{
	text-align: 		justify;
	position:			absolute;
	z-index:			1;
	top:				70px;
	left:				30px;
	height:				200px;
	width:				400px;
}

.nav
{
	position: 			absolute;
	top:  				400px;
	left: 				600px;
	width:				134px;
	height:				19px;
}

.nav a
{
	text-decoration: 	none;
	height: 			19px;
	width:  			67px;
}

.navNext, .navBack, .navBlank, .navClose
{
	background-repeat:	no-repeat;
	border-width: 		0;
	float:				left;
	height: 			19px;
	width:  			67px;
}

.navNext
{
	background-image: 	url(images/arrow.gif);
}

.navBack
{
	background-image: 	url(images/arrowback.gif);
}

.navBlank
{
	background-image: 	url(images/spacer.gif);
}

.navClose
{
	background-image: 	url(images/close.gif);
}