body {
	background-color: black; 
	background-image: url(images/itd_background.jpg); 
	width: 800px; 
	height: 1200px;
	background-position: 100px 20px; 
	background-repeat: no-repeat; 
	color: rgb(39,38,105); 
	text-align: center; 
	font-size: 15px; 
	font-family: Arial, sans-serif, serif;
}
#nav {
	position: absolute; left: 109px; top: 371px;
	width: 180px;
}
#content {
	position: absolute; left: 320px; top: 272px;
	width: 570px;
}
#bnav {
	position: absolute; left: 456px; top: 1180px;
}
a.button:link, a.button:visited {
	color: rgb(237,195,107);
	text-decoration: none;
}
a.button:hover {
	color: white; 
	text-decoration: underline;
}
a.links:link, a.links:visited {
	color: rgb(39,38,105); 
	text-decoration: none;
}
a.links:hover {
	color: white; 
	text-decoration: underline;
}
a.bbutt:link, a.bbutt:visited {
	color: rgb(39,38,105); 
	text-decoration: none; 
	font-size: 12px;
}
a.bbutt:hover {
	color: white; 
	text-decoration: underline; 
	font-size: 12px;
}
blockquote {
	text-align: left;
}
img.thumb {
	width: 81px; 
	height: 81px; 
	border: 0;
}
img.blowup {
	width: 325px; 
	height: 325px; 
	border: 0;
}
