body  {
	background: url() center repeat-y #333333;
	color:#222222;
	}
table {
	border: 0px;
	padding: 0px;
	}
table#main {
	width: 500px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	text-align: center;
	}
tr#header img {
	padding-top: 20px;
	}
tr#nav {
	background: url(images/navbg.jpg);
	height: 115px;
	}
tr#content {
	background: url(images/footer.jpg) center bottom no-repeat;
	}
div#contents {
	width: 450px;
	padding-bottom: 25px;
	}
div#contents table {
	width: 450px;
	min-height: 400px;
	}
div.welcome {
	background: url(images/welcome.jpg) no-repeat;
	padding-top: 60px;
	}
div.gallery {
	background: url(images/gallery.jpg) no-repeat;
	padding-top: 75px;
	}
div.bio {
	background: url(images/bio.jpg) no-repeat;
	padding-top: 75px;
	}
div.contact {
	background: url(images/contact.jpg) no-repeat;
	padding-top: 75px;
	}
div.links {
	background: url(images/links.jpg) no-repeat;
	padding-top: 75px;
	text-align: right;
	}
div.info {
	width: 430px;
	background: #CCCCCC;
	font-size: 20px;
	padding: 10px;
	}
div.links a {
	font-size: 20px;
	color: #CCCCCC;
	text-decoration: none;
	}
img {
	border: none;
	}
a img {
	border: none;
	}
map {
	border: none;
	}
img.FLOAT {
	float: left;
	margin-right: 6px;
	}
img.CLEARleft {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	clear: left;
	}
div#hidden{
	display: none;
	}