

/* Andrew's Band Page styles
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 63.5%/1.9 "Times", "Times-Roman", serif;
  background-color: #d5d5bb;
}



#wrapper {
  background-color: #99ccff;
  border: 1px solid #333333;
}


#branding {
  
  background-color:#330000;
  padding: 0px;
  color: white;
  padding: 0px;
  font-size: 18px;
  
}

#branding a {
  color: #dd9d67;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  }



#branding a:link, a:visited {
	color: #dd9d67;
	text-decoration: none;
}

#branding a:hover {
	text-decoration: none;
	color: white
	}



/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 850px;
}

#wrapper {
  width: 759px; 
  margin: 0 auto; 
  text-align: left; 
}



#content { 
  width: 759px;  
}



/* styles for .story */


#story { 
  width: 702px; 
  margin-left: 20px;
  padding-left: 0px; 
  float: left;
   
}
#story h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
  font-size: 20px;
  line-height: 20pt;
  color: #305020;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0px;}
  

#story p{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 17px;
  margin-top: 16px;
  text-indent: 24px;
  padding-right: 18px;
  }
  

/* styles for .storywithpix */

#storywithpix { 
  width: 342px; 
  margin-left: 20px;
  margin-right: 0px;
  padding-left: 0px; 
  float: left;
   
}
#storywithpix p{
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  margin-top: 17px;
  text-indent: 24px;
  padding-right: 18px;
  }
  
#storywithpix h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
  font-size: 22px;
  line-height: 22pt;
  color: #250e00;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0px;}

/*end styles for .storywithpix */




#storywithpix a{
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

#story a:link{
	color: #bc001d;
	text-decoration: none;
}

#story a:visited{
	color: #5c3900;
	text-decoration: none;
}

#story a:hover{
	color: #004e87;
	text-decoration: none;
} 


/*end styles for .story */




#sbsecondaryContent { 
  width: 381px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  background-color: #FFFFCC;
  border-left: 1px solid #9d9879;
  padding-left: 7px;
  padding-right: 7px;
} 

#sbsecondaryContent p{ 
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 19px;
  color: #404039;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-top: 4px; 
} 

#sbsecondaryContent img {
	margin-top: 9px;
	padding: 2px;
	border: 1px solid #9d9879;
	display: block;
	background-color: #fff;
	}
	

	

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#credits, #secondaryContent {
  padding-top: 10px;
  padding-bottom: 10px;
}

#credits *, #secondaryContent * {
  padding-left: 0px;
  padding-right: 0px;
}



