#menu {
height: 138px;
}
.ContentPane {
        margin-top: 138px;
}
.ContentPane a{
	text-decoration: none;
	color: #00f;
}
#contentbanner {
	height: 111px;
	background-image: url(images/content_banner.jpg);
	text-align: right;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#contentbanner span.right {
	text-align: right;
        display: block;
}
#contentbanner input {
	width: 125px;
	height: 20px;
	border: none;
        padding: 0px;
        margin: 5px 70px 5px 0px;
}
#menu #contentbanner a:hover {
	background-position: 0px 34px;
}
#menu #contentbanner a#dnn_dnnSEARCH_cmdSearch {
	width: 65px;
	height: 20px;
	background-image: url(images/Search.gif);
	float: none;
	position: absolute;
	top: 42px;
	right: 5px;
}
#menu #contentbanner a#dnn_dnnSEARCH_cmdSearch:hover {
	background-position: 0px 20px;
}
#menu #contentbanner a#bio {
	background-image: url(images/content_bio_button.gif);
        width: 100px;
        height: 34px;
        float: right;
	margin-right: 5px;
}
#menu #contentbanner a#audio {
	background-image: url(images/content_audio_button.gif);
        width: 101px;
        height: 34px;
        float: right;
	margin-right: 5px;
	clear: right;
}
#menu #subnav a {
	height: 28px;
	display: block;
}
#menu #subnav a:hover {
	background-position:  0px 29px;
}
#menu #subnav a#Articles {
	background-image: url(images/published_articles.gif);
	width: 115px;
}
#menu #subnav a#Store {
	background-image: url(images/feeling_store.gif);
	width: 90px;
}
#menu #subnav a#Living {
	background-image: url(images/living_abstractly.gif);
	width: 102px;
}
#menu #subnav a#Books {
	background-image: url(images/my_books.gif);
	width: 63px;
}
#menu #subnav a#Life {
	background-image: url(images/feeling_life.gif);
	width: 98px;
}
#menu #subnav a#Beyond {
	background-image: url(images/beyond.gif);
	width: 105px;
}
#menu #subnav a#Links {
	background-image: url(images/links.gif);
	width: 82px;
}
#menu #subnav a#Gallery {
	background-image: url(images/gallery.gif);
	width: 105px;
}
#menu h1 {
	position: absolute;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
        top: 63px; 
	left: 180px;
	margin: 0px;
	padding: 0px;
	width: 375px;
	text-align: center;
}
#footer span.right {
	display: block;
	margin: 13px 0px 0px 40px;
	font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
	float: right;
	margin-right: 20px;
}


