body { 
 background-image: url('/images/tile.jpg');
}
#page { 
	border: 1px solid black;
	width: 600px;
	margin: 20px auto;
	background-color: white;
}
#header {
	padding: 0px 20px;
}	
#content {
	padding: 20px 20px;
}
.menu {
	background: url('/images/tile2.jpg') repeat-x;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 4px;
}
.menu a {
	margin: 0px 20px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: red;
}
#footer {
	text-align: center;
	font-size: 9pt;
	margin: 5px auto;
}

p, div, td {
	font-family: "Trebuchet MS", Helvetica, sans;
	font-size: 12pt;
}
.title {
	font-size: 18pt;
	font-weight: bold;
}
.subtitle {
	font-size: 14pt;
	font-weight: bold;
	color: darkgreen;
}


.image_right, .image_left {
 text-align: center;
 font-style: italic; 
 font-size: 9pt;
}
.image_right {
 float: right;
 margin: 0px 0px 5px 10px;
}
.image_left {
	float: left;
	margin: 0px 10px 5px 0px;
}
