﻿/*****************************************************************************************
	GENERAL HTML
******************************************************************************************/
body
{
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	color: #000;			/* textcolor */
	background: url(images/background.bmp) repeat-x top left;
	/*text-align:center;*/
}

a:link 
{ 
	color: #e40014;
	text-decoration: none; 
}

a:visited 
{ 
	color: #e40014;
	text-decoration: none;
}

a:hover
{
	color: #e40014;						/* textcolor of link when hovered or active */
	text-decoration: underline;	
}

a:active
{
	color: #e40014;
	text-decoration: none;
}

/*****************************************************************************************
	Class	: redishText
	Purpose	: for band member names; weblink names
******************************************************************************************/
.redishText
{
	color: #e40014;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
}

/*****************************************************************************************
	Class	: bluishText
	Purpose	: for email addresses;
******************************************************************************************/
.bluishText
{
	color: #0037f9;

	font-size:.75em;
	font-style: normal;
	font-variant: small-caps;
}

/*****************************************************************************************
	CENTERDIV LAYER
******************************************************************************************/
div#centerDiv
{
text-align:center;
}

/*****************************************************************************************
	MAIN LAYER
******************************************************************************************/
div#main
{
	width:780px;
	background-color: #fff;				/* background color of main */
	margin: 0 auto;
	/*
	margin-left:auto; 
	margin-right:auto;
	*/
}

/*****************************************************************************************
	BANNER LAYER
******************************************************************************************/
div#banner
{
color: #000;						/* textcolor of banner */
background-color: #333;				/* background color of banner*/
border-bottom: 1px solid #000;		/* draws 1 pixel black line at bottom of banner */
background: url(images/banner3.jpg) no-repeat;
height: 60px;
}

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
text-align:middle;
}
/*****************************************************************************************
	CONTAINER LAYER
******************************************************************************************/
div#container
{
background-image:  url(images/nav_col_base.jpg);
background-repeat: repeat-y;
}

/*****************************************************************************************
	CONTAINER2 LAYER
******************************************************************************************/
div#container2
{
background-image:  url(images/more_col_base.jpg);
background-repeat: repeat-y;
background-position: right;
}

/*****************************************************************************************
	NAVIGATION LAYER
******************************************************************************************/
div#navigation
{
float: left;
width: 150px;
padding-top: 0em;		/* adds 2em space between top of navigation list and banner */
text-align:left;
}

#navigation tr td a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-image:  url(images/nav_base.jpg);
background-repeat: repeat-y;
}

#navigation tr td a:hover
{
color: #fff;
background-color: #ccc;
background-image:  url(images/nav_base2.jpg);
background-repeat: repeat-y;
}

/*****************************************************************************************
	MORE LAYER
******************************************************************************************/
div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
text-align:left;
}

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
background-image:  url(images/more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

/*****************************************************************************************
	CONTENT LAYER
******************************************************************************************/
div#content
{
margin-left: 190px;
margin-right: 200px;
text-align:left;
}

div#content h2
{
font-size: 1.5em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
text-align:center;
}

div#content h3
{
font-size: 1.25em;
color: #e40014;
font-weight: bold;
text-decoration: none;
font-weight: normal;
}

div#content 
{ 
line-height: 150%; 
}

div#content img
{
	float: right;
	border: 1px solid #000;
	height: 180px;
	width: 120px; 
	margin: 3px 3px 3px 3px;

}

/*****************************************************************************************
	CLEAR DIV
******************************************************************************************/
#cleardiv
{
	clear: both;
	height: 1em;
}

/*****************************************************************************************
	FOOTER LAYER
******************************************************************************************/
div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
height:25px;
background: url(images/banner9.jpg) no-repeat top left;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
} 