

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#222;}
h1 {font-size:1.9em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.4em;margin-top:0.8em;font-weight:bold;}
h3 {font-size:1.0em;margin-top:0.6em;font-weight:bold;}
p {margin:0 0 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}


/* ----------------------------------------------------------------------- */


#header {
	border: 0 none;
	background: #1c3d7b url(../img/header-bg.gif) repeat-x 0 0;
    height: 32px;
	padding-left: 3px;
	padding-right: 5px;
}

#earthatlas_logo {
	display: inline;
	float: left;
}

#tm_logo {
	display: inline;
	float: right;
	padding-top: 7px;
}

