body {
	background:url("top.jpg") repeat-x;
	font:10px/15px verdana, sans-serif;
	margin:0;
}

/* links */
 
a {
	color:black;
	font:15px/15px lobster, georgia, serif;
	text-decoration:none;
}
a:hover, #menu a:hover {
	color:#74906d;
}
#menu a {
	display:inline-block;
	font:50px/50px lobster, georgia, serif;
	margin:0 0 10px 0;
}
 
/* content */

#work {
	margin:250px auto 0 auto;
	position:relative;
	width:900px;	
}
a#top {
	background:url("PA.jpg") 0 10px no-repeat;
	height:140px;
	left:0;
	position:absolute;
	top:-200px;
	width:250px;
}
#notes {
	position:absolute;
	right:60px;
	top:-235px;
	width:200px;
}
#menu {
	background:white url("menu.jpg") no-repeat;
	font:900 12px/16px georgia, serif;
	padding:20px 30px 30px 30px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:-150px;
	width:200px;
}
h1 {
	border-bottom:7px solid #e9f5e8;
	font:50px/50px lobster, sans-serif;
	letter-spacing:-1px;
	margin:0 0 70px 0;
	padding:0 10px;
	width:530px;
}
p {
	font:16px/23px georgia, serif;
	margin:0;
	text-indent:50px;
	width:550px;
}
object, img {
	display:block;
	padding:0 0 70px 0;
}
#bottom {
	margin:50px 0;
	width:100%;
}
