body {
    font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	background: #321b13;
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
}

a:link {color: #5e6e1f;}
a:visited {color: #5e6e1f;}
a:hover {color: #ab00c4;}
a:active {color: #ab00c4;}

img {border: 0px;}

p.indent {text-indent: 30px;}

div#wrapper {
	position: relative;
	margin: auto;
	width: 800px;
	background: #eee;

}

div#header_img {height: 148px;}

div#header_nav {height: 51px;}

div.nav {
	position: absolute;
	height: 51px;
	top: 148px;
}

div#home {left: 0px;}
div#bio {left: 105px;}
div#services {left: 194px;}
div#portfolio {left: 332px;}
div#calendar {left: 499px;}
div#contact {left: 643px;}

div#content {
	width: 770px;
	margin: auto;
	margin-bottom: 10px;
}

div.servicelist {
	position: relative;
	left: 50px;
	width: 720px;
}


#floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#plug {
	font-size: 10px;
	float: right;
	color: #eeeeee;
	background: #321b13;
	width: 100%;
	margin: 0px;
	text-align: right;
}