/* basic page formatting styles */

body { 	
	background-image: url('../images/lpbkgdba.jpg');  /* bkgd image */
	background-position: top center;  /* bkgd image to center */
	background-attachment: fixed;  /* bkgd image remains static */
	background-repeat: no-repeat;		/* bkgd image does not repeat */  	
	background-color: #f2eee6;		/* bkgd color  */
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}		
	
/* choose  800 container and classes */
#container {   /* <div id="container"> */
	width: 800px;
	background-color: transparent;
	margin: 20px auto 15px auto;
	padding: 10px;
	text-align: left;
	}
/* 800 fullwidth variations */

.fullwidth {  /* 768 wide division */
	width: 768px;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	text-align: left;
	}

.halfwidth {  /* 368 wide division, floatl or floatr */
	width: 368px;
	margin: 0px;
	padding: 10px 5px 10px 5px;		
	}
	
.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
	
#header {   /* <div id="header"> */
	position: static;
	width: 768px;	
	margin: 0px auto 0px auto;
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division */
	width: 668px;
	margin: 0px auto 0px auto;
	padding: 25px 66px 10px 66px; 
	text-align: left;
	}
	

			
.musician {   
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;	
		}

.maincopy {   
	width: 404px;
	margin: 0px auto 0px auto;
	padding: 10px 25px 10px 25px;	
	}	
	

#footer {   /* <div id="footer> */
	width: 798px;
	text-align: center;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}


div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.divcenter{      /* creates an auto centering division */
	margin: 0px auto 0px auto;
	}

.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	

			
	
a {  /* color of link */
  	color:	#9c4c9a;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #9c4c9a;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #4d2a16;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff;
		}	

		
/* lists */
	
ul {  /* definition of an unordered list */
	margin-top:		0;
	padding-top: 	0;
	margin-left:	10px;
	padding-left:	10px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
		
ul.noimage {	 /* no image at the beginning of an unordered list */
 	list-style-type: none;
	}		
	
li {
	margin-top:		0px;
	padding-top: 	5px;
	margin-left:	0px;
	padding-left:	0px;
	}
		
li.line {	 
	border-bottom: 1px #ccc2ad solid;	
	}		  	

/* tables */		

table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding:	10px 	15px 10px 15px;	
	margin: 	0px auto 0px auto;
	}
	
td.bottom {  /* moves text in a td to bottom*/
	vertical-align:		bottom;	
	}
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	
td.size250 {  /* sets a td to 250 px */
	padding-right:	100px;	
	width:					250px;		
	}
	
td.size200{  /* sets a td to 200 px */	
	width:					200px;		
	}


td.size150 {  /* sets a td to 150 px */
	padding-right: 10px;
	width: 150px;
	}

td.size350a {  /* sets a td to 350 px */
	padding:	20px 0px 0px 40px;	
	width:					350px;
	vertical-align:		bottom;		
	}
	
td.size350b {  /* sets a td to 350 px */
	padding:	20px 0px 0px 20px;	
	width:					350px;
	vertical-align:		bottom;		
	}
	
td.size250signup {  /* sets a td to 250 px */
	padding:	0px 0px 0px 0px;	
	width:					250px;
	vertical-align:		bottom;		
	}
	
	
td.size25signup	{
	width: 25px;
	margin: 0 auto;
	padding: 0px;
	vertical-align: bottom;
	}
	
	
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	font-weight:    normal;
	}	
	
h2 {  /* headline 2 */
  font-size:      190%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;	
	}	
	
h3 {  /* headline 3 */
  font-size:      160%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	
	
h4 {  /* headline 3 */
  font-size:      130%;	
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	font-weight:    normal;
	}	

.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    
	font-size:      85%;	
	}
	
.t95 {    
	font-size:      95%;	
	}
	
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}		
	
.beige {
	color: #33302b;
	}	
	
.green {
	color: #006c23;
	}
	
.navy {
	color: #242c33;
	}
	
.burgundy {
	color: #804625;
	}
	
.black {
	color: #000;
	}
	
.georgia {
	font-weight:    normal;
	font-family: georgia, verdana, arial, sans-serif;
	}

.purple {
	color: #9c4c9a;
	font-size: 18px;
}

.purple2 {
	color: #9c4c9a;
	font-size: 12px;	
}


	


	

	



  	
	

	

	



  	