body {
	background: #AAAADD;
	font-family: Helvetica, Arial;
	background-image: url(http://www.whittlesey.us/images/scanlines.png);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

table.mainTable {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 50px;
	padding: 0px;
	//table-layout: fixed;
}
td {
	padding: 10px;
	background-color: #DDDDDD;
}
tt {
	background-color: #DDDDF0;
}
.header {
	background-color: #000000;
	opacity: .65;
	color: #FFFFFF;
	font-size: 30px;
}
.sidebar {
	opacity: .65;
	color: #FFFFFF;
	background-color: #000000;
	height: 10%;
	width: 20%;
	vertical-align: top;
}
.mainTextBox {
	width: 80%;
	vertical-align: top;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #0000AA;
	#background-color:#DDDDF0;
}
a:link.sidebarLink, a:visited.sidebarLink {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.sidebarLink, a:active.sidebarLink {
	color: #AAAADD;
	text-decoration: none;
	background: none;
}
.contactBar {
	height: 100%;
	width: 20%;
	opacity: .3;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 10px;
}
.footer {
	font-size: 10px;
	color: #AAAADD;
	background-color: #000000;
	opacity: .2;
}
img.sideImage {
	position: fixed;
	z-index: 2;
}
.pictures {
	//margin: 5px 5px 5px 5px;
	border-spacing: 15px;
	width: 100%;
}
.photoCell {
	background: black;
	height: 100px;
	width: 100px;
}