body {
	background-image: url(images/background2.jpg);
	background-color: Black;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

H1 {
	font: bold 15pt "Verdana", "Arial", sans-serif;
	text-align: center;
	color: White;
}

P {
	font: normal 11pt "Verdana", "Arial", sans-serif;
	text-align: justify;
	color: White;
}

P.label {
	font: normal small-caps 10pt "Verdana", "Arial", sans-serif;
	text-align: center;
	color: White;
	border: thin White;
}

P.center {
	text-align: center;
}

h2 {
	display:none;
}

table {
	color: White;
}

a {
	color: #9999CC;
}

IMG.gallery {
	width: 360px;
}

#mainBody {
	position : absolute;
	left:50%;
	margin:100 0 0 -280px;
	width : 540px; 
}

#navigation {
	float: left;
	width : 140px; 
}

#content {
	float: right;
	width : 360px; 
}

#footer {
	clear: both;
	color: White;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;

}