/* @override http://smartmonkeytoys.com/smartmonkey.css */

.top-sitename {
	color: #000000;
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
}
.top-contact {
	color: #735300;
	font-weight: bold;
	font-size: 14px;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif ;
	text-align: center;
}
.top-poem {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

span.tm {
	font-variant: small-caps;
	vertical-align: super;
	font-size: smaller;
}

#navbar {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	clear: both;
	text-align: center;
}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	background-color: #31a5c6;
	border-width: 0;
	text-align: center;
	overflow: hidden;
	color: #ffe600;
	float: left;
	width: 80px;
	height: 55px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 2px;
}

a.nav:hover {
	background-color: #298eac;
}

a.nav:active {
	background-color: #36bbe1;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	height: 325px;
	clear: both;
}

#header-left, #header-middle, #header-right {
	width: 33%;
	float: left;
	z-index: 2;
	position: relative;
}

#content {
	float: left;
	clear: both;
	width: 100%; 
}

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	clear: both;
}
