body {
	margin: auto;
	width: 100%;
}

#wrapper {
	
}

#content {
	width: 870px;
	margin:auto; 
	position: relative;
}

#header {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-right a {
	margin-right: 30px;
}

#tweet p {
	text-align: center;
}

#splash-news {
	font-family: Arial, Helvetica, Verdana;
	height: 250px;
	width: 860px;
	background: url('images/splash-news-bg.jpg') no-repeat center;
}

#splash-news a {
	color: #FF8C00;
}

#splash-news a:hover {
color: #0067a6;
}

#splash-news h2 {
	color: #0067a6;
	padding: 20px 0px 0px 50px;
}

#splash-news ul {
	padding: 0px 20px 0px 20px;
}

	#splash-news li {
		color: #0067a6;
		font-size: 0.7em;
		padding: 5px 5px 5px 30px;
		margin: 10px 0px 5px 0px;
		_margin: 5px 0px 5px 0px;
		background: url('images/twitter-bg.gif') no-repeat left;
	}
   
#nav {
	margin: auto;
	width: 810px;
	_width: 870px;
}

#intro-text {
	color: #CECDCB;
	padding: 10px 10px 10px 35px;
	margin: 10px;
	background: #EFF9FF url(images/quotes.jpg) no-repeat scroll 5px 5px !important;
	font-family: Verdana;
	font-style: italic;
	font-size: 1.1em;
}

.splash-nav {
position: relative;
height: 29px;
padding: 15px;
margin: 10px auto 0px auto;
overflow: hidden;
}

	.splash-nav li {
	float: left;
	list-style: none;
	}

		.splash-nav li.back {
		background: url("images/slider.gif") no-repeat right -30px;
		width: 9px; height: 30px;
		z-index: 8;
		position: absolute;
		}

		.splash-nav li.back .left {
		background: url("images/slider.gif") no-repeat top left;
		height: 30px;
		margin-right: 7px; /* 7px is the width of the rounded shape */
		}

		.splash-nav li a {
		font: bold 20px Georgia;
		text-decoration: none;
		color: #0067a6;
		outline: none;
		text-align: center;
		top: 3px;
		letter-spacing: 0;
		z-index: 10;
		display: block;
		float: left;
		height: 30px;
		position: relative;
		overflow: hidden;
		padding: 0px 0px 0px 8px;
		_padding: 0px 0px 0px 0px;
		margin: auto 5px;    
		}

			.splash-nav li a:hover, .splash-nav li a:active, .splash-nav li a:visited {
			border: none;							
			}

			.splash-nav li a:hover {
			color: #FF8C00;
			}
  

.splash-footer {
clear: both;
position: relative;
width: 600px;
_width: 600px;
padding: 15px;
margin: 10px auto 0px auto;

}

	.splash-footer li {
	display: inline;
	position: relative;
	margin: auto 10px;    
	}
	
	.splash-footer li a {
		font: bold 14px Georgia;
		text-decoration: none;
		color: #0067a6;
	}
		.splash-footer li a:hover, .splash-nav li a:active, .splash-nav li a:visited {
		border: none;							
		}

		.splash-footer li a:hover {
		color: #FF8C00;
		}  
