body {
	background-color: #ff7db1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main tr td div {
	font-size: 13px;
	color: #919191;
}
#news tr td div {
	font-family: Arial;
	font-size: 33px;
	color: #3d3d3d;
}
#news tr td {
	font-family: Arial;
	font-size: 13px;
	color: #929292;
}


a {
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #929292;
}
a:visited {
	text-decoration: none;
	color: #929292;
}
a:hover {
	text-decoration: underline;
	color: #9e1f7a;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #9e1f7a;
	font-weight: bold;
}



#slider {
	position: relative;
	width: 980px;
}

#slider .viewer {
	width: 980px;
	height: 335px;
	padding: 0px;
}

#slider .slide {
	width: 980px;
	height: 335px;
	padding: 0px;
}

#slider .indicator {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 20px 0 0 0;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #e0e0e0;
	border-radius: 6px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #a32c81;
}
