* { box-sizing: border-box; -moz-box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dddddd url(../images/page-bg.gif) center repeat-y;
	font-family: lucida grande, lucida sans, geneva, arial, sans-serif;
}
#page {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#page-content {
	padding: 10px 20px 50px 120px;
}
#logo {
	display: block;
	position: absolute;
	width: 96px;
	height: 103px;
	left: 11px;
	top: 33px;
	margin: 0;
	padding: 0;
	border: 0;
}
#logo img { border: 0; }
#forty-north { height: 35px; padding: 0 18px 0; text-align: right; color: #a0a0a0; font-size: 10px; }
#forty-north span { display: none; }
#tagline { padding: 0 0 10px 1px; }
#content {
	float: left;
	margin-top: 20px;
}
#content a {
   text-decoration: underline;
}
#content a:hover {
	color: #446587;
}

/* this sidebar style applies to secondary pages, home-sidebar.css has its own homepage one */
#sidebar {
	float: right;
	margin-top: 20px;
	position: relative;
	width: 300px;
}
#footer {
	clear: both;
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	color: #6a6a6a;
}
#footer .credits a {
    text-decoration: none;
}
#footer .credits a:hover {
    text-decoration: none;
	color: #000000;
}

#footer .banner {
	margin: 10px auto 0;
	width: 468px;
	/* height: 60px; */
	/* background:url(../images/hub-ad.jpg); */
}

a { 
   color: #778FA8; 
}

a img {
     border: 0px;
}
