html, body, h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
body {
	background: #FFCC99;
	font: 0.8em/1.8em  Verdana, Geneva, sans-serif;
	}
img {
	border: 0px none;
	}
a:link {
	color: #336699;
	text-decoration: underline;
	}
a:visited {
	color: #336699;
	}
a:active, a:hover, a:focus {
	color: #336699;
	}
#outer {
	margin: 0 auto;
	width: 60em;
	background: #FFCC99;
	border-right: 0.3em solid #FFCC99;
	border-left: 0.3em solid #FFCC99;
	}
#header {
	background: url('images/wcock.gif') no-repeat center 14px;
	}		
	#header h1 {
		color: #000000;
		font-size: 0.8em;
		font-weight: normal;
		text-align: center;
		height: 8em;
		min-height: 90px; /* min- and max-height do not work for IE6 */
		max-height: 70px;
		}
	#header h2 {
		color: #336699;
		font-size: 1.2em;
		text-align: center;
		font-weight: normal;
		}
.center {
	display: inline; /* required for Explorers double-margin bug */
	width: 60em;
	float: center;
	line-height: 1px; /* prevents extra vertical spacing in Firefox */
	margin-right: 0.6em;
	text-align: center;
	}
	.center img {
		width: 13.85em;
		height: 10.38em;
		margin: 0.22em;
		}
	.center a img {
		border: 0.15em solid #336699;
		text-decoration: none;
		}
	.center a:hover img {
		border: 0.15em dotted #336699;
		text-decoration: none;
		}
.promo {
	clear: both;
	padding: 1.5em;
	font-size: 2.0em;
	text-align: center; font-weight: bold;
	}
.toplist {
	clear: both;
	margin: 0 3em;
	padding-top: 2.5em;
	font-weight: bold;
  	}
	.toplist h3 {
		color: #000000;
		font-size: 160%;
		text-align: center;
		font-weight: normal;
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: 0.15em solid #336699;
		}
	.tl-column {
	/* required for Explorers double-margin bug */
		display: inline;
		width: 25%;
		float: left;
		}	
	.toplist ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
#footer {
	clear: both;
	width: 100%;	
	padding: 1em 0;
	text-align:center;
	}

.toplist1 {
	clear: both;
	margin: 0;
	padding-top: 1.5em;
	padding-bottom: 4.0em;
	font-weight: bold;
	font-size: 160%;
	text-align: center;
  	}
	.tl-column1 {
	/* required for Explorers double-margin bug */
		display: inline;
		width: 33%;
		float: left;
		}	
	.toplist1 ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}	
