html, body{ 
 margin:5px; 
 padding:0; 
 font-size: small;
 color: #fff;
 text-align: center;
 } 
#search input {
background-color: #ddd;
color: #000;
border: 1px solid #f05d22;
}
#lists {
padding-left: 5px;
margin-left: 15px;
list-style-image: url(arrow.gif);
}
#lists li {
list-style-type: square;
}
#pagewidth{ 
width: 960px;
background-color: #222;
 margin-left:auto;
 margin-right: auto;
 text-align: left;
}
 
#header{
 position:relative; 
 height:209px; 
 background-color:#000; 
 width:960px;

 #border-bottom: 3px solid #f05d22;
 background-image:url(musotik-header.gif); 
 layer-background-image:url(musotik-header.gif);
} 
 
#youtube{

} 

#songbox{
background-color: #404041;
border: 1px solid #f05d22;
margin: 5px;
}

#leftcol{
 width:175px; 
 height:100%;
 float:left; 
 position:relative; 
 background-color:#222; 
 margin-left: 10px;
 padding-right: 5px;
 border-right: 1px solid #f05d22;
 }
 
#maincol{
background-color: #222;  
 float: right; 
 display:inline; 
 position: relative; 
 width: 745px; 
 height:100%;
 border: 0px solid #f05d22;

 }
 #menu{
 background-color: #222;  
 float: right; 
 display:inline; 
 position: relative; 
 width:755px; 
 border-bottom: 1px solid #f05d22;
 border-left: 1px solid #f05d22;
 }
 
 #menuentry td {
 border-right: 1px solid #f05d22;
 padding-top: 10px;
 padding-bottom: 5px;
 
 }

 #menuentry a {
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 5px;
 }
 #menuentry a:hover {
 background-color: #f05d22;
 color: #000;
 text-decoration: none;
 border-bottom: 1px solid #f05d22;
 }

#footer{
 height:50px; 
  background-color:#222;
  border-top: 1px solid #f05d22; 
 clear:both;
 } 
#submenu{
 background-color: #222;  
 float: left; 
 width:100%;
 display:inline; 
 position: relative; 

 border: 1px solid #404041;
  border-bottom: 1px solid #f05d22;
  border-top: 0px;
 }
#submenuentry td {
 border-right: 1px solid #404041;
 }
 #submenuentry a {
 padding-right: 5px;
 padding-left: 5px;
 color: #f05d22;
 }
 #submenuentry a:hover {
 background-color: #404041;
 text-decoration: none;
 }
 a {
 font-size: small;
 text-decoration: none;
 color: #999;
 }
 a:hover {
 text-decoration: underline;
 color: #f05d22;
 }

#albums {
padding: 2px;
}
#singlealbum {
padding: 2px;
border: 1px solid #404041;
background-color: #000;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
