body {
	padding-top: 20px;
	font-size: 12px;
}

#header {
	height: 150px;
	border-bottom: 1px solid #ececec;
}

ul#nav li {
	list-style: none;
	float: left;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

ul#nav li a {
	text-decoration: none;
	color: #448ccb;
}

ul#nav li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #448ccb;
}

#content {
	height: 360px;
	padding-top: 25px;
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.index-image {
	height: 240px;
}

#extra {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}

#ticker {
	margin-top: 25px;
	width: 730px;
	height: 70px;
}

#news_bg {
	margin-right: 55px;
	width: 610px;
	height: 50px;
	background-color: #deeefb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: center;
}

#news li {
	list-style: none;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #539fd5;
}

.newsfade p {
	margin: 0;
	padding: 12px 0 0 0;
	width: 100%;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #539fd5;
	text-align: center;
}

#footer {
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}