.photos {	width:660px;	height:399px;
	background-color: black;
	float: left;
}

.news {	width:300px;	height:399px;
	float: right;
	background-image: url(../images/newsbg.gif);
}


#newsHome {
	width: 220px;
	height: 372px;
	padding: 10px 20px 0px 15px;
	float: left;
	color: #545454;
	font-size: 13px;
}

#newsHome ul a {
	color: #a9452c;
	display: block;
	text-decoration: none;
	border-bottom-color: #425239;
	font-weight: bold;
}

#newsHome a:hover {
	text-decoration: underline;
}

#newsHome ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#newsHome ul li {
	list-style: none;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dashed #544d46;
}
.slideblock {	position: absolute;
	visibility: hidden;
}

.slideblock a {
	color: orange;
}


.bannerTextArea {
	height: 55px;
	width: 600px;
	position: absolute;
	z-index: 500;
	color: white;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	top: 250px;
	padding: 25px 10px 10px;
	margin-top: 60px;
	margin-left: 40px;
}


