/*
 * Style sheet for Townley Hall
 * Golf Club
 *
 * (c) 2005 Alex McAllister
 * ...with some help...
 *
 * Additional style sheet for
 * about/index.html
 *
 */

#mininav {
	background-color: #cae1b9;
	text-align: center;
	font-size: 75%;
	margin: 0 25% 2em; 0;
}

#mininav a {
	text-decoration: none;
	margin: 0 1em;
	background-color: #cae1b9;
}

#mininav a:hover { text-decoration: underline; }

ul, ol { margin-left: 0; padding: 0; }
ol.decimal { list-style-type: decimal; margin-left: 2em; }
ol.decimal ul { margin-left: 1em; }
ol.decimal li { padding-top: 0; }
ul { list-style-type: none; }
ul ul { margin-left: 1em; }
li {  }


th { font-weight: bold; border-bottom: 2px groove #6a3; }
table.about { border-collapse: collapse; }
table.about a {background-color: #cae1b9; }
table.about a:hover {background-color: #ddd; }
table.about td {
	padding-right: 1em;
	vertical-align: top;
	border-bottom: 2px solid white;
	background-color: #cae1b9;
}


span.article { display: block; float: left; }

p.article { margin-left: 2em; }