

/*   
---------
Normalize 
--------- 
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
ol, ul {list-style:none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
caption, th {text-align:left;}
q:before, q:after {content:'';}


/*   
---------
Body 
--------- 
*/


.clear {clear:both; height:0px;}

/*-------ALL PAGES-----------*/

html, body { height: 100%;} 

body {
	text-align:center;
	background: #ffffff ;
	color:#000000;
	}


#header {
		height:40px;
		width:9000px;
		background: url(i/headerbg.gif) top center repeat-x;
	}

div#content {
	position:relative;
	margin: 0 auto;
	width: 580px;
	height:auto;
	text-align:left;	
}


h1 {
	height:100px;
	width:580px;
	background: url(i/logo.jpg) top left no-repeat;
	text-indent:-9999px;
}



div#footer {
	background:#8f975b;
	height:200px;
	clear:both;
	border-top:2em solid white;
}

div#text {
	margin:2em 0;
}

ul#credits  {
	background: #e8eadc;
	display:block;
	padding: 2em 1.6em;
	width: 365px;
	float:left;
}


ul#contact {
	background: #e8eadc;
	display:block;
	padding: 2em 1.6em;
	width: 125px;
	float:right;
	text-align:right;
}

/* TYPOGRAPHY */


body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #515150;
	line-height:1.5em; 
} 


h1, h2, h3, h4 { 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #515050;
    margin-bottom: 0.5em; 
}

h1 {
	font-size:218%;
	line-height:1.3em;
	}
	

h2 {
	font-size:164%;
}

h3 {
	font-size:145%;
}

h4 {
	font-size:118%;
}

p {
	font-size:100%;
	margin: 0 0 1.5em;
	text-align:justify;
}
 
strong {
	font-weight:bold;
}
ul {
	line-height: 150%;
	font-size: 90%;
}

	
a:link, a:visited {color: #8f975b; text-decoration: underline; font-size: 1em; font-weight: 100;}
a:hover {color: black;  text-decoration: underline; font-size: 1em;font-weight: 100;}
a:active {color: #8f975b; text-decoration: none; font-size: 1em;font-weight: 100;}



#footer p {
	font-size:.8em;
}