body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#layout {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#logo { margin-bottom: 12px;}

#search {
	padding: 6px 6px 6px 0px;
}

#search form {
	display: inline;
}

#top-panel {
	background: #FFF;
	height: 25px;
	position: relative;
	text-align: right;
}

#header {
	background: #FFF url('../images/banner-top.jpg') no-repeat;
	height: 110px;
	position: relative;
}

#nav {
	bottom: 0px;
	position: absolute;
	right: 0px;
}

#nav li {
	float: left;
	margin-left: 6px;
}

#nav li.selected a { 
	color: #96003F;
	background-color: #ffffff;
}
#nav li a {
	border: 2px dotted #96003F;
	color: #1871B3;
	display: block;
	font-size: 14px;
	font-weight: bold;

	padding: 6px;
	padding-left: 13px;
	padding-right: 13px;
	text-decoration: none;
	vertical-align: bottom;
}

#nav li a:hover {
	background-color: #efefef;
}

#header .facebook { position: absolute; top: 85px; left: 50px; width: 100px; overflow: hidden; }

#content {
	margin-top: 10px;
	position: relative;
	width: 100%;
}

#content div.content-left {
	float:left; 
	width: 225px;
	border-right: 2px dashed #BBC9E3;
}

#content div.content-left div.padding {
	padding: 10px;
}

#content div.content-right {
	height: auto !important;
	height: 550px;
	float: right;
	min-height: 550px;
	width: 673px;
}

*html #content div.content-right {
	height: auto !important;
	height: 550px;
	min-height: 550px;
	width: 600px;
	float: right;
}

#content div.content-right div.padding {
	padding: 10px 0px 25px 20px;
}

#footer {
	background: #FFF url('../images/banner-bottom.jpg') no-repeat left bottom;
	color: #FFF;
	font-size: 11px;
	height: 102px;
	clear:both;
	margin-bottom: 50px;
}

#footer div {
	padding-top: 80px;
	text-align: center;
	width: 100%;
	line-height: 20px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
