body {
	margin: 0px;
	background-color: #000000;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#Main {
	width: 800px;
	height: 100%;
}

#HeaderRow {
	height: 216px;
	background-image: url("images/header.jpg");
}

#BodyRow {
	background-image: url("images/body.jpg");
}

#FooterRow {
	height: 144px;
	background-image: url("images/footer.jpg");
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

#FooterRow a, #FooterRow a:visited {
	color: white;
	text-decoration: none;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

#FooterRow a:hover {
	text-decoration: underline;
}

#BodyTable {
	width: 100%;
	height: 100%;
}

#LeftNav {
	width: 113px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 15px;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

#LeftNav a, #LeftNav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#LeftNav a:hover {
	text-decoration: underline;
}

#Body {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

#Body a, #Body a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#Body a:hover {
	text-decoration: underline;
}

.Gallery {
	font-family: verdana, tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}

.GalleryLeft {
	text-align: right;
}

.GalleryCenter {
	text-align: center;
}

.GalleryRight {
	text-align: left;
}
