* {
	margin: 0;
	padding: 0;
}

body {
	background: #abdef5 url(../images/body-bg.png) repeat-x left top;
	padding-bottom: 40px;
}

#page {
	width: 986px;
	margin: 0 auto;
	background: url(../images/top.jpg) no-repeat left top;
	padding-top: 215px;
	position: relative;
}

#title {
	display: block;
	width: 605px;
	height: 167px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 10px;
	left: 80px;
	z-index: 1;
}

#what {
	display: block;
	position: absolute;
	left: 500px;
	top: 150px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: white;
	font-style: italic;
	z-index: 2;
}

#what a {
	color: white;
	text-decoration: none;
}

#what a:hover {
	text-decoration: underline;
}

#digg {
	display: block;
	width: 80px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	position: absolute;
	left: 815px;
	top: 10px;
	z-index: 3;
}

#topad {
	width: 700px;
	text-align: center;
	float: left;
	margin-top: -25px;
	margin-bottom: 10px;
}

#verses {
	width: 700px;
	float: left;
}

#verses p {
	text-align: center;
	margin-bottom: 12px;
}

#verses em {
	font-family: Georgia, serif;
	font-size: 18px;
	color: black;
}

#verses a {
	text-decoration: none;
	color: #534741;
	padding: 6px 10px 5px 13px;
	padding-right: 34px;
}

#verses a em {
	padding: 4px 10px 5px 13px;
	color: #534741;
}

#verses a:hover {
	background: url(../images/selected-right.gif) no-repeat right top;
}

#verses a:hover em {
	background: url(../images/selected-left.gif) no-repeat left top;
}

#verses p.more {
	margin-top: 15px;
}

#linkedin {
	margin-top: 5px;
}

#coffee {
	margin: 10px 0;
	padding-left: 20px;
}

#verses p.more {
	margin-top: 10px;
	border-top: 1px solid #82CDF0;
	padding-top: 8px;
}

#verses p.more a {
	padding: 10px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #534741;
	font-family: Arial, verdana, sans-serif;
}

#verses p.more a:hover {
	background: url(../images/dots.png) no-repeat center center;
	background: none;
	color: white;
}


#side {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #534741;
	padding-top: 20px;
	margin-left: 700px;
}

#side em {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

#side a {
	color: #0072bc;
	text-decoration: none;
}

#credits {
	margin-top: 30px;
}

#credits img {
	border: 0;
	position: relative;
	top: 6px;
}

#contact {
	margin-top: 20px;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}

#contact strong {
	display: block;
	font-size: 12px;
	color: #0072bc;
}

#facebook {
	margin-top: 10px;
}

#adsquare {
	margin-top: 5px;
}

.clear { display: block; clear: both; }