/* CSS Document */
/* ------------------------------------------------------------ General font and background styles */
body {
background-image:  url(http://www.albinoband.com/site_images/gradiant_bckgrnd3.jpg); 
	background-color: f8eeb0;
	background-repeat: repeat-x;
font-family: arial, Times, sans-serif;
margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#centering {
	width:900px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
margin-top: -50;	
text-align:left; /* Counteract to IE5/Win Hack */
	padding-left: 15px;

	}

p
{
font-size: .8em;
color: 2B190A
}

p a:visited
{color: 555710;
text-decoration: none;

}
 p a:link
{color: 555710;
text-decoration: none;
}

 p a:hover
{color: F9AD29;
text-decoration: none;
border-bottom: 1px dotted;

}

h1
{
font-size: .9em;
color: 555710;
font-weight: bold;
}

/* ------------------------------------------------------------ left sidebar and navigation control */
div#leftSide
{
position: absolute;
top: -3;

}
TABLE#navTable 
{width: 180px;
}

#navTop
{
height: 15px;
background-color: 555710;
}

#navOn 
{background-color: 555710;
width: 180px;
margin: -4 0 -4 0;}

#navOff
{background-color: 555710;
width: 180px;
margin: -4 0 -4 0;}

#navBtm
{
width: 180px;
height: 20px;
background-image:  url(http://www.albinoband.com/site_images/nav_bottom.gif); 
 }

#navOn a:visited
{color: FCF6B7;
text-decoration: none;
font-size: 1.5em}

#navOn a:link
{color: FCF6B7
text-decoration: none;
font-size: 1.5em}

#navOn a:hover
{color: F9AD29;
text-decoration: none;
font-size: 1.5em;}

#navOff a:visited
{color: FCF6B7;
text-decoration: none;
font-size: 1.5em}

#navOff a:link
{color: FCF6B7;
text-decoration: none;
font-size: 1.5em}

#navOff a:hover
{color: F8981E;
text-decoration: none;
font-size: 1.5em;
}

DIV#belowNav
{height: 190px;
width: 180px;
background-image: url(http://www.albinoband.com/site_images/a_logo_160.png) !important; /* makes all non-ie browsers use the .png version */
background-image: url(http://www.albinoband.com/site_images/a_logo_160.gif);
	background-repeat: no-repeat;
	background-position: center;}

DIV#mailingList
{
width: 180px;
margin-top:-15;
text-align: center;
}


/* ------------------------------------------------------------ Main Content Section */

div#pageContain
{position: absolute;
top: 0px;
 margin-left: 180px


}
table#mainContent
{background-color: FAECAF;
padding: 10;
width: 720px;
height: 460px;
background-image: url(http://www.albinoband.com/site_images/maincontent_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top;
margin-bottom: -5;
}



#boxBorder
{
width: 730px;
border-spacing:0;
padding:0;
}

#midBorder
{background-color: 555710;
width: 730px;
height: 465px !important; /* for non IE */
height: 480px;/*for IE */
padding: 0 5 0 5 !important; /* for non IE */
padding: 0 5 10 5 ; /*for IE */


}

#topBorder{
width: 730px;
height: 5px;
background-color: 555710;
position: static !important;
position: absolute;
top: 0;
}

#btmBorder{
width: 730px;
height: 20px !important;/* for non-IE */
height: 0px;
margin: -5 -1  !important; /* for non-IE */
margin-top: -5;
background-image:  url(http://www.albinoband.com/site_images/border_box_btm.jpg) !important;
background-image:  none; 
background-repeat: no-repeat;
}

/*-- This Version shows rounded border with glitch in IE 
#btmBorder{
width: 730px;
height: 20px !important;
height: 25px;
margin: -5 -1  !important; 
margin-top: -5;
background-image:  url(http://www.albinoband.com/site_images/border_box_btm.jpg); 
background-repeat: no-repeat;
}
*/



tr.even /* controls every other row color in tables */
{background-color: deba7d;}

#newsHeader
{
background-image:  url(http://www.albinoband.com/site_images/news_corners_top.gif); 
background-repeat: no-repeat;
padding: 0
}

td#newsFooter
{
background-image:  url(http://www.albinoband.com/site_images/news_corners_btm.gif); 
background-repeat: no-repeat;
padding: 0;
height: 20;
}
/* Controls sidebar on media page*/
#mediaHeader
{
background-image:  url(http://www.albinoband.com/site_images/media_corners_top.gif); 
background-repeat: no-repeat;
padding: 0
}

td#mediaFooter
{
background-image:  url(http://www.albinoband.com/site_images/media_corners_btm.gif); 
background-repeat: no-repeat;
padding: 0;
height: 20;
}

/* ------------------------------------------------------------ Table List Styling */




td#tableHeader
{background-color: 555710;
color: D8A518;
font-size: .8em;
font-weight: bold;
text-align: center;
}


/* ------------------------------------------------------------ Bottom of Page Styling */

#credits
{color: 2B190A;
font-size: .8em;
font-weight: bold;}

#credits a:visited
{color: 2B190A;
text-decoration: none;
}

#credits a:link
{color: 2B190A;
text-decoration: none;}

#credits a:hover
{color: 555710;
text-decoration: none;
border-bottom: 1px dotted;
}

td#newsFrame
{
background-color: deba7d;
width: 357;
padding-right: -10;
}
iframe
{
margin-right: 0 !important;
margin-right: -15;
}