body { font-size: 12px; margin-top: 0; font-family: verdana, arial, san-serif }

h2 { font-size: 16px; margin-top: 0;}

h3 { font-size: 13px; margin-top: 0;}

p { margin-bottom: 1em; margin-top: 0; }

a:link  { color: #660066; text-decoration: none }

a:visited { color: #660066; text-decoration: none }

a:active { color: #660066; text-decoration: none }

a:hover { color: #660066; text-decoration: underline }

ul li {
	margin:11px 0px 0px -22px;
	list-style-type: square;
}

a img {
	border:0px;
}

/* layout */

#header {
	position: relative;
	text-align: center;
	width: 880px;
}

#header img {
	margin-top: 8px; margin-bottom: 1em;
}

#content {
	position: relative;
	width: 883px; /* Add 3 for IE5! */
}

#left {
	position: float;
	float: left;
	margin-right: 16px;
	width: 192px;
}

#center {
	position: float;
	float: left;
	width: 480px;
}

#right {
	position: float;
	float: left;
	width: 192px;
}

.full {
	width: 464px;
	margin-right: 16px;
}

.greybox {
	width: 448px; 
	margin-bottom: 16px;
	padding: 8px 0px 4px 16px;
	background-color: #d8d8d8;
}

.half {
	position: float;
	float: left;
	margin-right: 16px;
	width: 224px;
}

#footer {
	clear: left;
	width: 464px;
	padding-top: 8px;
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: 1px;
}

/* Top 10 */

.rank {
	width: 464px;
	height: 36px;
	margin-right: 16px;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	margin-right: 1em;
	font-family: verdana, arial, san-serif
}

.clear {
	clear: left;
}

