#leftcontent, #rightcontent, #centercontent {
	float:left;
	min-height:200px;
}
#centercontent {
	width:580px;
	margin:15px 0px 15px 0px;
	padding-right:15px;
	padding-left:15px;
}
#rightcontent {
	width:275px;
	margin:15px;
	background:url(../images/shadow.png) no-repeat;
	background-position:left bottom;
	padding-left:15px;
}

#classlist {
	margin:10px 0px 0px 0px;
	width:100%;
	clear:both;
}
#classlist thead{
	background:url(../images/tableheader.jpg) no-repeat;
	height:25px;
}

#classlist thead th{
	vertical-align:middle;
	text-align:left;
	padding:0px 0px 0px 15px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:25px;
	color:#666666;
}

#classlist tbody td{
	border-bottom: 1px solid #DDDDDD;
	padding:10px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#classlist tbody a {
	text-decoration:none;
	color:#333333;
}
#classlist tbody a:hover {
	color:#CC0000;
	text-decoration:none;
}
#classlist tbody img {
	width: 50px;
	height: 50px;
	border:1px solid #333333;
}

#classlist tfoot td{
	padding:10px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#classlist tfoot a{
	width:30px;
	height:15px;
	display:inline-block;
	margin:0px 3px 0px 3px;
	background:#cccccc;
	border:1px solid #000000;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:15px;
	color:#333333;
	text-decoration:none;
}
#classlist tfoot a:hover{
	background:#CC0000;
	text-decoration:none;
}
#numresults{
	display:block;
	float:left;
	clear:both;
	width:100%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	margin-top:20px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
	margin:0px;
	padding:0px;
}
h3 {
	background:url(../images/header.jpg) no-repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	display:block;
	height:17px;
	width:260px;
	padding:4px 10px 4px 10px;
	float:left;
}
