/* 8.16.06  */
body {
    /*background:#666;*/
    background:#ffffff;
}
.background_top {
    background:#bfbfbf;
    /*background:#696969;*/
}

.background {
    /*background:#666;*/
    /*background:#696969;*/
    background:#bfbfbf;
    /*background-image: url('../images/bass_all_that.jpg');*/
    /*background-image: url('../images/nob_background.jpg');*/
    /*background-image: url('../images/nob_background_new.jpg');*/
    background-image: url('../images/nob_background_new2.jpg');
    /*background-position:  -5% -20%; */
    background-position:  95% 100%; 
    background-repeat: no-repeat;  
    background-attachment:  fixed;
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:19;           /* Mozilla 1.6 and below   */
   opacity: 25;               /* newer Mozilla and CSS-3 */
}

.music_player_top_left {
    text-align: right;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
    margin-left: 0%;
    clear:both;
}

.music_player_far_right {
    text-align: right;
    margin-top: 2%;
    margin-bottom: -5%;
    margin-right: 3%;
    margin-left: 41%;
}

.center_it {
    margin-top: 0%;
    margin-bottom: 11%;
    /*margin-right: 3%;*/
    margin-right: 0%;
    margin-left: 0%;
    /*left: 300px;
    right: 10px;
    top: 310px;
    bottom: 80px;*/
}


.far_right {
    text-align: right;
    margin-top: 0%;
    margin-bottom: 11%;
    /*margin-right: 3%;*/
    margin-right: 0%;
    margin-left: 41%;
    /*left: 300px;
    right: 10px;
    top: 310px;
    bottom: 80px;*/
}

.far_right_top {
    text-align: right;
    margin-top: 1%;
    margin-bottom: 3%;
    margin-right: 3%;
    margin-left: 41%;
} 

.far_left_top {
    text-align: left;
    margin-top: -6%;
    margin-bottom: 3%;
    margin-right: 3%;
    margin-left: 2%;
    color:          #ffffff;
    font-family:  Verdana, copperplate light gothic, Arial,  MS sans,  new york, courier;
    font-variant: bold;
    font-weight:800;
    font-size: 9pt;
    /*color: #666666;*/
    line-height: 19px;
    letter-spacing: 3px; 
} 

.middle {
    left: 40px;
    right: 40px;
    top: 10px;
    bottom: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
    /*margin-right: 3%;*/
    margin-right: 20%;
    margin-left: 21%;
}
h4 {
    font-size: 25pt;
    font-family:	Verdana, century gothic,times New Roman, helvetica, arial, sans-serif, geneva;
    font-weight:   bold;
}

h1, h2, h3{
    /*color:          #ffffff;*/
    color:          #000;
    margin-top:     15px;
    margin-bottom:  0px;
    margin-right:   2px;
    margin-left:    0px;
    font-family:	Verdana, century gothic,times New Roman, helvetica, arial, sans-serif, geneva;
    font-weight:	normal;
    font-variant:   normal;
    font-size: 12pt;
}

p {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-left: 1%;
    font-family:  Verdana, copperplate light gothic, Arial,  MS sans,  new york, courier;
    /*font-variant: bold;*/
    /*font-weight:800;*/
    font-size: 9pt;
    /*color: #666666;*/
    /*color: #cccccc;*/
    color: #333;
    /*line-height: 9px;*/
    /*letter-spacing: 1px; */
}

a:link{
    /*color:			    #000000; *//*bw theme*/
    color:			    #221111; /*bw theme*/
    /*color:		#cc9900;*/
    /*color:			    #663300; brown-red theme */
    /*text-decoration:	none;*/
    text-decoration:	underline;
    /*font-family:		century gothic, helvetica, arial, sans-serif, times, geneva;*/
    font-family:		Verdana, times, geneva, century gothic, helvetica, arial, sans-serif;
    font-weight:		normal;
    font-size:		    11pt;
    font-variant:       normal;
    line-height:        18px;
}
a:active{
    color:			    #000000; /*bw theme*/
    /*color:			    #663300;brown-red theme */
    /*text-decoration:	none;*/
    text-decoration:	underline;
    /*font-family:		century gothic, helvetica, arial, sans-serif, times, geneva;*/
    /*font-family:		sans-serif, times, geneva, century gothic, helvetica, arial;*/
    font-family:		Verdana, times, geneva, century gothic, helvetica, arial, sans-serif;
    font-weight:		normal;
    font-size:		    11pt;
    font-variant:       normal;
    line-height:        18px;
}
a:visited{
    /*color:		#999999; *//*bw theme*/
    color:		#222222; /*bw theme*/
    /*color:			    #300000;brown-red theme */
    /*text-decoration:	none;*/
    text-decoration:	underline;
    /*font-family:		century gothic, helvetica, arial, sans-serif, times, geneva;*/
    font-family:		Verdana, times, geneva, century gothic, helvetica, arial, sans-serif;
    font-weight:		normal;
    font-size:		    11pt;
    font-variant:       normal;
    line-height:        18px;
}
a:hover{	
    color:		#666999; /*bw theme*/
    /*color:			    #666666;*/ /*bw theme */
    /*color:			    #996600;*/
    /*color:	    	            #cc9900;brown-red theme */
    text-decoration:	none;
    /*font-family:		century gothic, helvetica, arial, sans-serif, times, geneva;*/
    font-family:		Verdana, times, geneva, century gothic, helvetica, arial, sans-serif;
    font-weight:		normal;
    font-size:		    11pt;
    font-variant:       normal;
    line-height:        18px;
}

/* http://developer.mozilla.org/en/docs/Useful_CSS_tips:Color_and_Background */
#container {
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
#opaquetext {
   filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */
}
