@charset "utf-8";
/* CSS Document */

#ymp-player .ymp-color-main,
#ymp-tray .ymp-color-tray {
  background-color:#A37C2F !important;
}


#ymp-meta-image {
	display:none;
	}

#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }

#ymp-yahoo-logo { display: none !important } 


body { background-color: #F6ECDB;
	background-image:url();
	background-repeat:no-repeat;
	background-position:center top;}

a:link {color:#606060}
a:visited {color:#606060}
a:hover {
	color:#606060;
	text-decoration:underline;
	}
a:active {color:#606060}  
a {
	text-decoration:none;
	color: 606060;
	}

li {
	margin-top:5px;
	}

#page {
	margin:0 auto;
	width: 770px;
	height: 792px;
	background-image: url(images/background.jpg);
	}
	
#menubar {
	margin-top: 65px;
	margin-left: 345px;
	height: 50px;
	width:420px;
	position:absolute;
	}
	
#menubar a {
	padding-left: 10px; 
	padding-right: 10px;
	}
	
#content {
	border:solid 2px #D4B890;
	background-image: url(images/contentbg.png);
	background-repeat:repeat;
	margin-left: 50px;
	width: 300px;
	min-height:200px;
	height: auto;
	margin-top:180px;
	position: absolute;
	margin-bottom: 25px;
	}

#content, ol p {
	padding: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	}

#content h1, h2, h3, h4{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #606060;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	}
	
#content h3 {
	margin-top: 25px;
	}

#content #feature {
	width: 300px;
	border: thin;
	border-color:#333;
	background-color:#A09390;
	display: inline-block;
	overflow: visible;
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	 box-shadow: 0px 0px 8px 2px #888; 
	}

#content #feature h3 {
	color: #333;
	}