
#topRowContainer {
	width: 100%;
	min-width: 1000px;
	height: 111px;
	text-align: center;
	background: url(../../img/interface/bg-top-bar.gif) 0px 0px repeat-x;
	}
	#topRow {
		position: relative;
		width: 1000px;
		height: 111px;
		margin: 0 auto;
		text-align: left;
		}
	
		#logo { position: absolute; top: 41px; left: 118px; }

/* navigation styles in navigation.css */
/* content styles in content.css */

/* footer styles */
#footerContainer {
	width: 100%;
	text-align: center;
	background: url(../../img/interface/bg-footer.jpg) center 0px no-repeat;
	}
	#footer {
		position: relative;
		width: 1000px;
			w\idth: 608px;
		height: 232px;
			he\ight: 182px;
		margin: 0 auto;
		color: #fff;
		font-size: .9em;
		text-align: left;
		padding: 10px 0 40px 392px;
		}
		#footer a { color: #fff; }
			#footer a:hover, #footer a#selectedFooter { color: #cc0000; }
			
		#footer a#facebook {
			position: absolute;
			top: 8px;
			right: 70px;
			display: block;
			width: 75px;
			height: 22px;
			text-indent: -5000px;
			background: url(../../../img/interface/bg-facebook.gif) 0px 0px no-repeat;
		}
		#footer a#facebook:hover { background-position: 0px -22px; }
