body {
	font-family : Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ccc;
	margin-top: 40px;
	margin-bottom: 40px; 
	margin-right: 40px;
	margin-left: 40px;
	width: 800px;
}

h1 {
	color: black;
	background-color: #fff; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 140%;
}

h2 {
	color: black;
 	background-color: white; 
	font-variant: small-caps; 
	font-size: 135%;
}

h3 {
	color: black;
	background-color: #fff; 
	font-weight : bold;
	font-variant: normal; 
	font-size: 110%;
}

#logo {
	position: absolute;
	width: 150px;
	height: 120px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;}

#address {margin-left: 0px; font-size: 80%; color: black; background-color: #fff; text-align: center;}

#container { 
	padding: 15px 25px 20px 20px; 
	background-color: #fff; 
	color: black; 
}

/*
#pagebox { 
	padding: 5px 5px 5px 5px; 
	background-color: #000; 
}
*/

#footer { font-size: 80%; text-align: center;}

a:link { 
	color: #000;
	background-color: #fff; 
	text-decoration: underline;  
	font-weight: bold;  
}

a:visited { 
	color: #000;
	background-color: #fff; 
	text-decoration: underline;  
	font-weight: bold;  
}

a:hover {
	color: #c00;
	background-color: #fff; 
	font-weight: bold;  
	text-decoration: underline;
}

.bi { font-weight: bold; font-style: italic; }
.sm {font-size: 85%;}

#right {
	position: absolute;
	top: 225px;
	right: 175px;
	left: 420px;
	background-color: #EBE8E8;	
	padding: 5px;
	border: 2px solid #c00;
	width: 380px;
}

#left {
	position: absolute;
	top: 225px;
	right: 300px;
	left: 175px;
	background-color: #EBE8E8;	
	padding: 5px;
	border: 2px solid #c00;
	width: 380px;
}

#trisketch {
	float: right;
	top: 310px;
	right: 55px;
	left: 70px;
	background-color: #fff;	
	padding: 5px;
	text-align: center;
	width: 275px;
}

#sketch {
	position: absolute;
	top: 225px;
	right: 55px;
	background-color: #fff;	
	padding: 5px;
	text-align: center;
	width: 300px;
}