
body {
	margin: 0;
	font-family: verdana;
	font-size: 12px;
}

#page {
	width: 770px;
	background: #ff6;
	background: url(images/bg.gif) repeat-y;
}


#hometop {
	width: 624px;
	height: 266px;
	background: url(images/hometop.jpg) no-repeat;
	margin-left: 146px;
}


#content {
	margin-left: 146px;
}

#main { 
	background: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px 20px 20px 20px;
}

#home #main {
	background: #ffc;
}

#home em {
	color: #c06;
}

#menu {
	position: absolute; top: 0; left: 0;
	padding-top: 270px;
	background: url(images/menutop.jpg) no-repeat;
	width: 146px;
	float: left;
}
#menu ul {
	margin: 10px 0 20px 0;
	padding: 4px 0 0 0;
}
#menu li {
	list-style-type: none;
	margin-bottom: 6px;
}
#menu li a, menu li a:link {
	display: block;
	height: 17px;
	padding-left: 35px;
	background: url(images/menubg.gif);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #home #mhome a, #resume #mresume a, #references #mreferences a, #bio #mbio a, #business #mbusiness a, #personal #mpersonal a {
	background-position: 0 -17px;
}







h1 {
	text-indent: -5000px;
	margin: 0;
	width: 624px;
	height: 59px;
	background: url(images/header1.jpg);
}

h2 {
	font-size: 13px;
	letter-spacing: 5px;
	font-variant: small-caps;
	color: #060;
	position: absolute;
	top: 29px; 
	left: 240px;
	padding-left: 10px;
}

#home h2 {
	top: 295px; 
	left: 240px;
}
* html h2 { margin-top: 10px; }


#footer {
	text-align: right;
	background: #fff;
	border-top: 1px solid #000;
}
