@charset "utf-8";
/* CSS Document */

#main_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#c_m_1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.thumbs li {
	list-style-type: none;
	color:#006600;
}
.thumbs img {
  	vertical-align: middle;
 	border: 2px solid #006600;
}
.thumbs {             /* container for all thumbs */
	width: 93%;         /* an explicit width is required for WinIE, or it screws up badly */
	/*margin: auto;*/       /* correctly center block element */
  	padding: 0.5em;
	color: #000;
	border: 2px solid #faebd7;
	overflow: hidden;
	text-align: center;
	border-color: #fcd59c;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {        /* test these rules with various fonts, may need adjusting */
	height: 9.5em;    /* high enough for image plus 2-line caption */
	width: 9.5em;     /* wide enough for widest image with a bit of padding */
	float: left;      /* as many as can fit in window width */
	overflow: hidden; /* do not let IE stretch the container */
	border: 1px solid #faebd7;
	text-align: center;
	margin: 5px;
	font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */
	font-family: inherit;
	width: 10.5em;
	height: 10em;
}
.thumbs img {          /* image resized in ems to maintain proportions */
	display: block;      /* prevent text from flowing on the side */
	height: 5.5em;       /* image resolution may suffer a little, but not much */
	text-align: center;
	margin-top: .5em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}#first_p {
	margin-top: 0px;
	padding-top: 0px;
}
#c_m_1 #click {
	color: #c60;
	font-weight: bold;
}
#c_m_1 p {
	font-size: 14px;
}
#c_m_2 li{
	color: #060;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	
}
.thumbs a{
	color: #060;
	text-decoration: none;
	display:block;
	height:100%;
	width:100%;
	border: 1px solid #faebd7;
	
}
	
#content_left_1 {
	text-align: center;
	padding-top: 75px;	
}
#content_left_1 a {
	font-weight: bold;
	text-decoration: underline;
	color: #060;
}
.thumbs a:hover img {
	border: 2px solid #E7B788;
	}
.thumbs a:hover{
	color: #c60;
	background-color:#FFF3D5;
}
