/* layout
-------------------------------------------------------------------------------*/
body {
	background-color: #f3ecc4;
	color: #000;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

*.centered {
	margin-right: auto;
	margin-left: auto;
}

*.hide {
	display: none;
}

#topBar {
	min-width: 726px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
}

	#topBar div {
		position: relative;
		width: 725px;
		text-align: right;
		padding: 5px 0;
		z-index: 10;
	}
	
		#topBar div a:link,
		#topBar div a:visited {
			background-color: inherit;
			color: #f3ecc4;
			text-decoration: none;
			padding: 0 5px;
		}
		
		#topBar div a:hover {
			text-decoration: underline;
		}

#header {
	position: relative;
	width: 726px;
	height: 84px;
}

	a:link#logo,
	a:visited#logo {
		position: absolute;
		top: 10px;
		left: 0;
		display: block;
		width: 238px;
		height: 38px;
		background-image: url(/imgs/logo.png);
		z-index: 10;
	}
	
	#headerImg {
		position: absolute;
		top: -27px;
		right: 110px;
		display: block;
		width: 497px;
		height: 111px;
	}	

#footer {
	width: 726px;
	text-align: center;
	padding: 20px 0 30px 0;
	clear: both;
}

	#footer img {
		display: block;
		margin: 0 auto;
	}
	
	#footer div#footerInfo {
		padding: 15px 0 0 0;
		font-size: 11px;
		line-height: 18px;
		background-color: inherit;
		color: #666;
	}
	
		#footer div#footerInfo a {
			background-color: inherit;
			color: #666;
			text-decoration: none;
		}
		
		#footer div#footerInfo a:hover {
			background-color: inherit;
			color: #000;
			text-decoration: underline;
		}



/* clearFix
-------------------------------------------------------------------------------*/
*.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*.clearFix {
	display: inline-block;
}

* html .clearFix {
	height: 1%;
}

*.clearFix {
	display: block;
}