body { margin: 15px; font-size: 12px; font-family: verdana, arial, san-serif }

h1 { font-size: 18px }
h2 { font-size: 16px; margin-bottom: 0.85em; 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;
}

img { margin-bottom: 1em; }

a img {
	border:0px;
}

/* layout */

#header {
	position: relative;
	text-align: center;
	width: 880px;
}

#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: 464px;
	margin-right: 16px;
}

#right {
	position: float;
	float: left;
	width: 192px;
}

#footer {
	clear: left;
	width: 880px;
}

/* Classes */

.full {
	width: 464px;
	margin-right: 16px;
}

.half {
	position: float;
	float: left;
	margin-right: 16px;
	width: 224px;
}

.third {
	position: float;
	float: left;
	margin-right: 16px;
	width: 144px;
}

/* Find */

.rating {
	position: float;
	float: left;
	width: 24px;
	margin-right: 8px;
}

.rest {
	width: 432px;
}

/* 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
}

/* Recordings */

.cdphoto {
	position: float;
	float: left;
	width: 144px;
	margin-right: 16px;
}

.sqphoto {
	position: float;
	float: left;
	width: 124px;
	margin-right: 16px;
}


.dvdphoto {
	position: float;
	float: left;
	width: 100px;
	margin-right: 16px;
}

.cdtext {
	position: float;
	float: left;
	width: 304px;
}

.sqtext {
	position: float;
	float: left;
	width: 324px;
}

.dvdtext {
	position: float;
	float: left;
	width: 348px;
}

.clear {
	clear: left;
}

/* Ask OperaNights */

td.top
{
	background:url(/images/top.gif) no-repeat left top;
}

td.mid
{ 	background:url(/images/mid.gif) repeat-y left top; padding-right: 24px; padding-left: 24px; }

td.bot
{
	background:url(/images/bot.gif) no-repeat left top;
}



