@charset "UTF-8";
body {
	height:100%; width:100%;
	font: 11px Helvetica, Arial, sans-serif;
	background: #fff url(michele-stapleton-photograph.jpg) top center no-repeat;
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}
img { border:0; margin:0; padding:0; }
h2 {
	font: 11px Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#container {
	width: 1200px; 
	background: none;
	margin: 10px auto 20px;
	padding:0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	height:147px;
	width:;
	margin-left:50px;
	margin-right:105px;
}

/*#logo h1 {
	width:238px;
	height:147px;
	border:0; margin:0; padding:0;
	overflow:hidden;
	}*/
	
h1#header { width:203px; padding-top: 144px; /* height of the replacement image */ height: 0px; overflow: hidden; background: url(michele-stapleton-logo2.gif); }	

#logo .left {
	float:left;
	margin-top: 90px;
}

#logo .right {
	float:right;
	margin-top: -16px;
}

#copy {
	margin-top:590px;
	padding:0 15px;
	text-align:center;
}

#footer {
	margin-top:50px;
	padding:0 15px;
	text-align:center;
	color: #666;
}

ul, li {
	margin: 0;
	padding: 0 12px;
	cursor: default;
	list-style-type: none;
	display: inline;
	}

a {
	color:#666;
	text-decoration:underline;
	}

a:hover {
	color:#666;
	}
