@charset "utf-8";
/* CSS Document */

body {
	background:#0bacd6 url('../../images/body_bg-green.jpg') repeat-x;
	margin:0 auto;
	text-align:center;
}

#outer {
	margin:0 auto;
	text-align:center;
	width:675px;
}

#container {
	width:675px;
	text-align:left;
	float:left;
	background-color:#8ecce5;
}

#mainNav {
	text-align:right;
	border-top:#d2dbea 1px solid;
	border-bottom:#d2dbea 1px solid;
	padding-right:10px;
}

#innerContent {
	width:625px;
	margin:0 auto;
	padding:15px;
	background:#aee0f4 url('../../images/bio_bg.gif') no-repeat bottom right;
}

#footer {
	text-align:right;
	border-top:#d2dbea 1px solid;
	border-bottom:#d2dbea 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px 13px;
}

.twist {
	float:left;
}

.newsText {
	float:left;
}