@import url("global.css");

.Main .Splash {
	height: 289px;
}
.Main .Content {
	height: 600px;
}
.Content .Text img#Welcome {
	float: right;
	border: 1px solid #DDBD58;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Content img#Feature {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#ticker_box {
	height: 20px;
	line-height: 20px;
	margin: 3px 4px 0 -10px;
	overflow: hidden;
}
#ticker_tape {
	float: left;
	position: relative;
	left: 100%;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif
}
#ticker_tape a {
	color: #C00;
	margin: 0 20px 0 0;
	text-decoration: none;
}
#ticker_tape a:hover {
	text-decoration: underline;
}
