body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #993;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#containertable {
	margin: 33px auto;
	background-image:url(images/containerrepeat.jpg);
	background-repeat:repeat-y;
}

#centercolumn {

	color: #782321;
}
#centercolumn a, #centercolumn a:visited {
	color: #782321;
	font-weight: bold;
}
#centercolumn a:hover {
	color: #7D5F20;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 25px;
	font-size: 10px;
	padding-left: 30px;
}

table#masthead {
	color: white;
	width: 100%;
}
table#masthead a, table#masthead a:visited {
	color: white;
	text-decoration: none;
}
table#masthead a:hover {
	color: #c93;
	text-decoration: underline;
}

.album {
	background-image:url(images/album.jpg);
	background-repeat:no-repeat;
	height: 176px;
	width: 213px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	
}

#centercolumn div.album a, #centercolumn div.album a:visited {
	color: white;
	text-decoration:none;
}
#centercolumn div.album a:hover {
	color: #c93;
	text-decoration: underline;
}

#linktable {
	font-size: 10px;
	border-top: 1px solid #782321;
	border-left: 1px solid #782321;
	border-bottom: 1px solid #782321;
	
}
#linktable th {
	border-right: 1px solid #782321;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #782321;
}
#linktable td {
	border-right: 1px solid #782321;
	padding: 5px;
}

#linktable td a {
	font-weight: normal;
}
