body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px
}
#slider1, #slider2, #slider3, #slider4{
	width:909px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width:909px;
	font-weight:bold;
	cursor:pointer;
	height: 19px;
	color: #FFFFFF;
	text-indent: 17px;
	padding-top: 2px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
.header:hover {
	color: #FF9900;
}
.content {overflow:hidden}
.text {
	width:905px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC3399;
	border-right-color: #CC3399;
	border-bottom-color: #CC3399;
	border-left-color: #CC3399;
	padding-top: 10px;
}
.ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.li{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3399;
}
.li:hover{
	background-color: #B546A4;
}

