body {
	background-color: black;
	color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 1200px;
	background-image: url('header.png');
	background-repeat: no-repeat;

	font-family: Arial, helvetica, sans-serif;
}

.div {
	font-family: Arial, helvetica, sans-serif;
}

#header {
	height: 216px;
}

body.long-header #header {
	height: 306px;
}

#navbar {
	position: relative;
	background-image: url('navbar.png');
	left: 42px;
	top: 174px;
	width: 1100px;
	height: 30px;
}
#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav li img {
	border: none;
}

#footer {
	text-align: center;
	color: #666666;
	clear: both;
	margin-bottom: 32px;
}

a:link {
	border: none;
}

#content, div.content {
	position: relative;
	left: 42px;
	width: 1100px;
	margin-top: 32px;
	/*text-align: center;*/
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #3e2e0f;
}

.border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #cecdd2;
}

#header-title {
	position: absolute;
	left: 42px;
	top: 238px;
}


#sidebar {
	position: absolute;
	top: 0px;
	left: 800px;
	width: 300px;
	overflow: hidden;
}

#blog-content {
	margin-left: 8px;

	width: 800px;
	min-height: 640px; /* A bit of a hack so the border is drawn well */
}

span.vid-title {
	font-weight: bold;
	font-size: 13;
}

span.vid-desc {
	font-size: 12;
	line-height: 1.1em;
}

div.vid-info {
	border-left-style: solid;
	border-left-color: #cc9933;
	border-left-width: 3px;
	padding-left: 4px;
	height: 80px;
	width: 205px;
}

div.video {
	padding: 8px;
	width: 1084px;
}

div.embedded-player {
	padding-top: 15px;
	padding-bottom: 15px;
}


#embed-vid {
	text-align: center;
}

#back-vid {
	position: absolute;
	left: 1007px;
	top: 250px;
}


#player{
	position: absolute;
	left: 46px;
	top: 217px;
}

#episodes{
	position: absolute;
	left: 817px;
	top: 217px;
}

#him{
	position: absolute;
	background-image: url('tmp-him.png');
	left: 817px;
	top: 404px;
	width: 330px;
	height: 413px;
}

#features {
	position: absolute;
	left: 47px;
	top: 847px;
}

#biography {
	position: absolute;
	background-image: url('biography-background.png');
	left: 393px;
	top: 848px;
	width: 750px;
	height: 241px;
}

#bio-header {
	position: relative;
	left: 19px;
	top: 9px;
}

#biography-content {
	position: relative;
	font-size: 12;
	color: #663300;
	left: 182;
	top: 36;
	width: 205;
	height: 135;
	overflow: hidden;
	line-height: 1em;
}

#bio-view-more {
	text-align: right;
}

#letter {
	position: absolute;
	left: 44px;
	top: 1111px;
	width: 1100px;
	height: 430px;
	background-image: url(letter-box.png);
}

#letter-header {
	position: relative;
	left: 16px;
	top: 15px;
}

#letter-content {
	position: relative;
	font-size: 15;
	left: 22px;
	top: 40px;
	width: 1055px;
	height: 340px;
	overflow: auto;
}

.navbutton {
	display: block;
	float: left;
	width: 115px;
	height: 30px;

	background-repeat: no-repeat;
	background-position: center center;
}

.navbutton span {
	display: none;
}

#homelink {
	background-image: url("home.png");
}

#mybiolink {
	background-image: url("mybio.png");
}

#videoslink {
	background-image: url("videos.png");
}

#linkslink {
	background-image: url("links.png");
}

#bloglink {
	background-image: url("talktome.png");
}

#rclink {
	background-image: url("RC.png");
}

#storelink {
	background-image: url("store.png");
}

#contactlink {
	background-image: url("contact.png");
}


#homelink:hover {
	background-image: url("home-hover.png");
}

#mybiolink:hover {
	background-image: url("mybio-hover.png");
}

#videoslink:hover {
	background-image: url("videos-hover.png");
}

#linkslink:hover {
	background-image: url("links-hover.png");
}

#bloglink:hover {
	background-image: url("talktome_hover.png");
}

#rclink:hover {
	background-image: url("RC_hover.png");
}

#storelink:hover {
	background-image: url("store-hover.png");
}

#contactlink:hover {
	background-image: url("contact-hover.png");
}

#coming-soon {
	vertical-align: middle;
	text-align: center;
	height: 550px;
}

#coming-soon-pic {
	position: relative;
	top: 250px;
}

#links-content {
	position: absolute;
	left: 220px;
	top: 350px;
	width: 800px;
	height: 290px;
	text-align: center;
	vertical-align: middle;
	padding-left: 16px;
	font-size: 12;
}

th {
	text-align: left;
}

#management {
	display: block;
	margin-top: 50px;
}

#publicity {
	display: block;
	margin-top: 30px;

}

div.bio {
	padding: 8px;
	width: 1084px;
}

a:link {
	color: #cc9933;
}

a:visited {
	color: #663300;
}

p.blockindent {
	margin-left: 40px;
}

.album {
/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #996633;
*/
}

.album-title {
	font-size: 16;
	font-weight: bold;
}

.album-description {

}

div.store-category {
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin-bottom: 32px;
	margin-left: 40px;
	margin-right: 40px;
}

div.store-category img.header {
	margin-left: 12px;
	margin-top: 12px;
}

div.coming-soon {
	height: 400px;
}

img.message {
	position: relative;
	top: 170px;
	left: 400px;
}
