body {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	font-size: 12px;
	background-image:url(bodybg.png);
	
}

A:link {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

A:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}




* {margin: 0; padding: 0;}
img {border: none;}

#container {
	
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
}

#content {
	background-image:url(contentbg.png);
	height: 724px;
}

#content h1{
	font-size: 13px;
	padding-left: 15px;
	color:#666666
}

#header {
	width: 100%;
	padding:10px;
	color:#FFFFFF;
	line-height: 15px;
	
}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 980px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 150px;
	height: 85px;
}
ul.thumb li img {
	width: 150px; height: 85px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}

#main_view {
	text-align: center;
	width: 960px;
	padding: 10px;
	
}

#main_view a:link {
	color: #000;
	text-decoration: underline;
}

#main_view a:visited {
	color: #000;
	text-decoration: underline;
}

#main_view a:active {
	color: #000;
	text-decoration: underline;
}

#main_view a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
