	body { 
		background-color: #332E2B; /*#523B16;*/
		color: palegoldenrod;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		text-align: left;
	}
	table._body {
		text-align: left;
		background-color: white;
	
	}
	td {
		background-color:#fcf6e7; /*palegoldenrod;*/
		color: #38280E;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		vertical-align: top;
	}
	td.override {
		background-color: transparent;
		color: palegoldenrod;
	}
	td.links_ {
		background-color: #151716; /* #c5c799; #c7b199;*/
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.footer {		
		background-color: #332E2B; /*#523B16;*/
		color: palegoldenrod;
	}
	
	
	.bt { /* for bullets */
		/*font-family: webdings;*/
		font-size: 6pt;
		margin: 3px;
	}
	input {	
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		font-color: #38280E;
		/*border: 1px solid #38280E;*/
		background-color: beige;
		/*height: 20px;*/
		width: 200px;
	}
	input.override {
		background-color: transparent;
		width: auto;
	}
	textarea {
		background-color: beige;
		width: 400px;
		height: 150px;
		scrollbar-base-color: palegoldenrod;
	}
	.album {
		font-style: italic;
		font-weight: bold;
	}
	.header {
		white-space: nowrap;
		color: brown;
		font-size: 12pt;
		font-weight: bold;
	}
	.subheader {
		color: brown;
		font-weight: bold;
	}
	.rev_source {
		text-align: right;
		white-space: nowrap;
	}
	.rev {
		font-size: smaller;
		margin-left: 0px;	
	}
	.rev_container {
		height: 18em;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-base-color: palegoldenrod;
	}
	
	.free {
		color: red;
		font-weight: bold;
		text-decoration: xunderline;
	}
	
	button {
		border: 1px solid #38280E;
		color: red;
		background-color: white;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		height: 20px;
	}
	a.opts {
		font-weight: bold;
		white-space: nowrap;
	}
	a.more {
		font-size: smaller;
	}
	.gb_date {
		color: brown;
		xtext-align: left;
		white-space: nowrap;
	}
	.gb_name {
		width:100px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.gb_location {
		xtext-align: right;
		font-style: italic;
	}
	.gb_email {
		text-align: right;
	}
	.gb_url {
		xtext-align: right;
	}
	.gb_comment {
		
	}
	.dt_weekday {
		color: brown;
		font-weight: bold;
		width: 30px;
		text-align: right;
	}
	.dt_date {
		color: brown;
		font-weight: bold;
		width: 50px;
		white-space: nowrap;
	}
	.dt_time {
		width: 100px;
		white-space: nowrap;
	}
	.dt_place {
		width: 230px;
		/*font-weight: bold;*/
		/*white-space: nowrap;*/
	}
	.dt_desc {
	}

	.optional {
		text-align: right;
		font-weight: bold;
	}
	.required {
		color: red;
		text-align: right;
		font-weight: bold;
	}

	

	a:link {
		color: mediumblue;
		text-decoration: none;
		border: 0px;
 	}
	a:visited {
		color: mediumblue;
		text-decoration: none;
		border: 0px;
	}
	a:active {
		color: red;
		text-decoration: none;
	}
	a:hover {
		color: red;
		text-decoration: underline;
	}

	.menu {
		margin:0px auto;
		margin-top:15px;
		width:740px;
	}
	.textmenu {
		margin:0px auto;
		margin-top:15px;
		width:740px;
		height:50px;
		text-transform:uppercase;
	}
	.textmenu a {
		margin-left:0em;
		margin-right:1em;
	}
	.textmenu a:link {
		color:white; /*#332E2B;*/
		text-decoration: none;
	}
	.textmenu a:active {
		color:white; /*#332E2B;*/
		text-decoration: none;
	}
	.textmenu a:visited {
		color:white; /*#332E2B;*/
		text-decoration: none;
	}
	.textmenu a:hover {
		color:#cfa06a; /*#fcf6e7;*/
		text-decoration: none;
	}
	

	.menu span {
		display:none;
	}

/*
	#menu_about {
		display:block;
		float:left;
		width:72px;
		height:50px;
		background: url("about.gif") 0 0 no-repeat;
	}
	#menu_about:hover {
		background: url("about_over.gif") 0 0 no-repeat;
	}

	#menu_disc {
		display:block;
		float:left;
		width:144px;
		height:50px;
		background: url("disc.gif") 0 0 no-repeat;
	}
	#menu_disc:hover {
		background: url("disc_over.gif") 0 0 no-repeat;
	}

	#menu_filmtv {
		display:block;
		float:left;
		width:86px;
		height:50px;
		background: url("filmtv.gif") 0 0 no-repeat;
	}
	#menu_filmtv:hover {
		background: url("filmtv_over.gif") 0 0 no-repeat;
	}

	#menu_guestbook {
		display:block;
		float:left;
		width:126px;
		height:50px;
		background: url("guestbook.gif") 0 0 no-repeat;
	}
	#menu_guestbook:hover {
		background: url("guestbook_over.gif") 0 0 no-repeat;
	}

	#menu_links {
		display:block;
		float:left;
		width:65px;
		height:50px;
		background: url("links.gif") 0 0 no-repeat;
	}
	#menu_links:hover {
		background: url("links_over.gif") 0 0 no-repeat;
	}

	#menu_blog {
		display:block;
		float:left;
		width:65px;
		height:50px;
		background: url("blog.gif") 0 0 no-repeat;
	}
	#menu_blog:hover {
		background: url("blog_over.gif") 0 0 no-repeat;
	}

	#menu_calendar {
		display:block;
		float:left;
		width:112px;
		height:50px;
		background: url("calendar.gif") 0 0 no-repeat;
	}
	#menu_calendar:hover {
		background: url("calendar_over.gif") 0 0 no-repeat;
	}

	#menu_lessons {
		display:block;
		float:left;
		width:101px;
		height:50px;
		background: url("_______.gif") 0 0 no-repeat;
	}
	#menu_lessons:hover {
		background: url("________over.gif") 0 0 no-repeat;
	}

	#menu_contact {
		display:block;
		float:left;
		width:101px;
		height:50px;
		background: url("contact.gif") 0 0 no-repeat;
	}
	#menu_contact:hover {
		background: url("contact_over.gif") 0 0 no-repeat;
	}
*/









/* player container */
div.player {
	height:330px;
	width:520px;
	position:relative;
	background-image:url(splash_dollhouse.jpg);
	border:2px solid #fff;
	outline:1px solid #333;
	//-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	//margin-right:15px;
}

/* play button */
div.player img {
	margin-top:100px;
}

/* info area */
div.player div.info {
	height:40px;
	width:100%;
	
	//background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	//margin-top:90px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	//margin-top:40px;
	position:absolute;
	bottom:0;
	left:0;

}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

























/*	******** GRAVEYARD *********



	#menu a:link {
		color: palegoldenrod;
		text-decoration: none;
		border: 0px;
	}
	#menu a:visited {
		color: palegoldenrod;
		text-decoration: none;
		border: 0px;
	}
	#menu a:hover {
		color: #38280E;
		text-decoration: none;
		border: 0px;
	}
	#menu a:active {
		color: palegoldenrod;
		text-decoration: none;
		border: 0px;
	}

	td.links_1 {
		background-color: #CF9B2D;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_2 {
		background-color: #694E31;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_3 {
		background-color: #944D23;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_4 {
		background-color: #4D626C;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_5 {
		background-color: #594D6C;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_6 {
		background-color: #5C6C4D;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_7 {
		background-color: #46322C;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_8 {
		background-color: #9FAAAF;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_9 {
		background-color: #714F00;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_10 {
		background-color: #A6B18F;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_11 {
		background-color: #FAE3A5;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_12 {
		background-color: #2C1503;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_13 {
		background-color: #0B0C40;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_14 {
		background-color: #153814;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.links_15 {
		background-color: #73190E;
		color: palegoldenrod;
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}

*/

