@import url("whitespace-reset.css");

hr {
	border: 0;
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
  }

body, html {
	background: #fff;
	font: .9em Arial, Verdana, Sans; }

a { outline:  0; color: #43a1d4; }
a:hover { color: #e5a200; }

/* -------- IE SCALE - IE7 only. */

img { -ms-interpolation-mode:bicubic; }

/* -------- main */

#container {
	width: 900px;
	margin: 0px auto; }
	
	#container h1 a {
		margin: 13px 0 13px 10px;
		float: right;
		display: block;
		background: url("logo.png") no-repeat;
		text-indent: -9999px;
		width: 229px; height: 54px; } 
	
	#container div.header-callout {
		float: right; }

#footer {
	float: left;
	width: 885px;
	margin-top: 15px;
	margin-left: 10px;
	padding-bottom: 20px;
	font: 10px Arial;
	color: #999;
	clear: both; }
	#footer p {
		float: left;
		margin-bottom: 3px; }
		#footer p.right { float: right; }



