body {
	margin: 40px 0 20px 0;
	padding: 0;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #01b6e1;
	color: #000;
}

#container {
	margin: 0 auto;
	padding: 0;
	/* border: 1px solid black; */
	width: 957px;
}

#top {
	margin: 0;
	padding: 0;
	height: 128px;
	background: transparent url(images/bg_main_top.png) top left no-repeat;
}

	#top div {
		position: relative;
		top: 52px;
		left: 30px;
		width: 650px;
		height: 60px;
		/* border: 1px solid #888; */
		color: #aaa;
	}

	#top div input.text {
		margin: 5px 0 0 0;
		border: 1px solid #888;
		float: left;
	}

	#top div input.bt {
		margin: 2px 0 0 5px;
		float: left;
	}

	#logoclick {
		/* border: 1px solid #888; */
		border: 0;
		float: left;
		width: 145px;
		height: 60px;
		margin: 0 30px 0 0;
	}

#main {
	background: #fff url(images/bg_main_middle.png) 0 0 repeat-y;
	/* height: 650px; */
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}

	#main .block {
		background: #fff;
		/* border: 1px solid #fff; */
		margin: 15px 0 0 15px;
		width: 295px;
		float: left;
		height: 280px;
		overflow: hidden;
	}

	#main .block .title {
		background: #fff url(images/bg_searchresultbar.gif) 0 0 no-repeat;
		height: 25px;
		color: white;
		font-size: 14px;
		line-height: 25px;
		padding: 0 0 0 5px;
		font-weight: bold;
	}

	#main .block_wide .title_wide {
		background: #fff url(images/bg_searchresultbar_wide.gif) 0 0 no-repeat;
		height: 25px;
		color: white;
		font-size: 14px;
		line-height: 25px;
		padding: 0 0 0 5px;
		font-weight: bold;
	}

	#main .block_wide a {
		color: #555;
	}

	#main .block_wide {
		background: #fff;
		/* border: 1px solid #fff; */
		margin: 15px 0 0 15px;
		width: 920px;
		float: left;
		height: 630px;
		overflow:hidden;
	}

	#main table  {
		padding: 0 5px 0 5px;
	}

	#main th  {
		text-align:left;
	}

	#main td a {
		color: #000000;
	}

	#main .block .contents {
		padding: 0;
	}

	#main .text {
		padding: 3px;
	}
	
	#main .text a {
		color: #01b6e1;
	}

	#main .searchresults h2 {
		font-size: 12px;
		color: #01b6e1;
		margin: 3px 0 0 0;
		font-weight: normal;
	}

	#main .searchresults h2 a {
		text-decoration: none;
		color: #01b6e1;
	}

/* block styles */
.block a {
	color: black;
	text-decoration: none;
}

.block a:hover {
	text-decoration: underline;
}

.block ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.block li {
	line-height: 25px;
	height: 25px;
	background-color: #fff;
	padding: 0 0 0 4px;
	overflow: hidden;
}

.block li.odd {
	line-height: 25px;
	background-color: #e2f0f6;
}

.block img.thumb {
	margin: 2px 4px 0 0;
	width: 22px;
	height: 22px;
	border: 0;
	float: left;
}

.block .spacer {
	background-color: #A2A2A2;
}

/* bottom */

#bottom {
	background: #fff url(images/bg_main_bottom.png) 0 0 no-repeat;
	height: 25px;
	text-align: center;
	line-height: 15px;
	color: #ddd;
}

	#bottom a {
		color: #666;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

/* footer */
#footer {
	width: 957px;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #93e1f3;
	text-align: center;
}

	#footer a {
		color: #93e1f3;
		text-decoration: none;
		font-weight: bold;
	}
