@charset "utf-8";

.underline {
	font-weight: normal;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#sidelinks   .underline {
	text-decoration: none;
}

#image_background table {
	text-align: center;
}
#image_background img {
	margin-left: 8px;
	background-position: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #image_background {
	background-image: none;
	background-repeat: repeat;
	width: 965px;
	float: left;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: #333333;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-position: left top;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 804px;
	height: auto;
	background-image: url(../fill.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}


#content .thumbnails {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

