#logo {
	background-color: #282c2c;
	border: 0px;
}

div.home_blip {
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 209px;
	font-size: 90%;
	line-height: 185%;
	padding: 0px 30px 5px 25px;
}

#homeflash {
	margin: 40px 0px 0px 45px;

	width: 546px;
	height: 306px;
}

#content {
	padding: 40px 45px 40px 45px;
}


ul.homelist {
	position: absolute;
	left: 90px;
	bottom: 45px;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	background-image: url('../images/arrow_large.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}
	
	ul.homelist li {
		padding: 0px;
		margin: 0px;
		font-family: Arial;
		font-size: 14px;
		line-height: 22px;
		color: #eee;
	}
