body { 
	line-height: 120%; 
	background-color: #C0C0C0;  
	background-image: url(/content/images/site_89/bg.jpg)
}

#page { 
	border: solid 1px gray;
	background-color: #ddd; 
	width: 775px; 
}

#content { 
	float: left; 
	width: 500px; 
	padding: 10px; 
	text-align: left;
}

#menu { 
	width: 190px; 
	float: left; 
	padding: 10px; 
	text-align: left; 
}

#menu div { 
	line-height: 150%; 
	border-bottom: solid 1px gray; 
	padding: 8px; 
}

#activeMenu { 
	line-height: 150%; 
	border-bottom: solid 1px gray; 
	padding: 8px;
	background-color: #e7ebfb; 
}

#footer { 
	line-height: 100%; 
	text-align: left; 
	border-top: solid 1px gray; 
}

a {
	color: darkred; 
}

a:hover { 
	color: #cc0000; 
}

h1, h2, h3 {
	line-height: normal;
}

h1 { 
	font-family: Arial; 
	font-size: 14pt;
}

h2 { 
	font-family: Arial; 
	font-size: 12pt;
}

h3 { 
	font-family: Arial; 
	font-size: 10pt;
}
.mapThumb a {
    border:0;
}
