/* Overall Layout */	

body  {
	margin: 0; /* keep margin & padding 0 */
	padding: 0;
	text-align: center;
	background: #0B1F2C;
	font: 80% Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #333;
}
.page #wrapper {
	margin: 20px auto; 
	width: 800px;
	background: #fff;
	border: none;
	padding-bottom: 50px;
	text-align: left;
}

/* Header */


.page #topbox {
	position: relative;
	z-index: 2;
	height: auto;
	width: 800px;
	left: 0px;
	top: 0px;
	margin-bottom: 5px;
}


/* Menu */

#menu a, #menu a:visited {
	position:relative;
	float:left;
	text-decoration:none;
	text-align:center;
	background-color:#cb3030;
	color:#fff;
	display:block;
	width:70px;
	padding:0.25em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 3px;
	margin-top: 3px;
  }
#menu a:hover {
  color:#fff;
  background-color:#9a99cc;
  border-color:#def #678 #345 #cde;
  }


/* Main Content */
  
.page #index760 {  /* Home page */
	background: url(Images/BazzaSolo760.jpg) no-repeat;
	position: relative;
	width: 770px;
	top: 40px;
	left: 0px;
	float: left;
	padding-left: 30px;
}
.page #contentA760 {   /* Not used */
	position: relative;
	width: 770px;
	float: left;
	text-align: left;
	padding-left: 30px;
	margin-top: 40px;
}
.page #contentC500 {  /* Gigs, Links, Music */
	position: relative;
	width: 500px;
	left: 0px;
	top: 40px;
	float: left;
	padding: 0px 0px 30px 30px;
}
.page #contentC230 {
	position: relative;
	width: 230px;
	top: 40px;
	float: right;
	right: 0px;
	padding: 0px 15px 30px 0px;
}
.page #contentB400 {   /* All others */
	position: relative;
	width: 430px;
	left: 0px;
	top: 40px;
	float: left;
	clear: both;
	padding: 0px 0px 30px 30px;
}
.page #contentB310 {
	position: relative;
	width: 270px;
	top: 40px;
	float: right;
	right: 0px;
	padding: 0px 15px 30px 0px;
}

.page #songs {
	padding: 12px;
	position: relative;
	height: 350px;
	width: 380px;
	left: 10px;
	top: 20px;
	border: thin solid #666666;
	overflow: auto;
}

.quotebox {
	width: 235px;
	background: #D9FFDD;
	padding: 12px;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}

.caption1 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	width: 250px;
	background: #bfbfdf;
	text-align: center;
	margin: 10px 0px 20px;
	float: left;
}
.caption2 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	width: 200px;
	background: #bfbfdf;
	text-align: center;
	margin: 10px 0px 20px;
	float: left;
}
.iconbox {
	padding: 10px 55px 5px;
	float: left;
}
.iconbox2 {
	padding: 10px 35px 5px;
	float: left;
}
.iconleft {
	float: left;
	width: 55px;
}
.iconright {
	padding: 10px;
	font: bold 12px Verdana, Arial, Geneva, sans-serif;
	color: #666;
	float: left;
	width: 80px;
}
.homebox {
	padding: 10px 10px 60px;
	float: left;
	width: 400px;
}
.bands{
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
.bandstext{
	float:right;
	width:200px;
}
.bandspic{
	float:left;
	padding: 5px;
}

.clearfloat { /* put this at end of main content */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableborder1 {
	border: 1px solid #B4B4B4;
	background: #E4E4E4;
}


.list1 {
	list-style-position: outside;
	list-style-image: url(Images/guitarbullet30.gif);
	line-height: 20px;
	padding-bottom: 20px;
}
.list2 {
	line-height: 30px;
	list-style-image: url(Images/banjobullet30.gif);
	list-style-position: outside;
}
.list3 {
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(Images/harmbullet.gif);
	padding-bottom: 20px;
}
.list4 {
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(Images/electricbullet.gif);
	padding-bottom: 20px;
}


/* Footer */	

.page #xfooter {
	width: 750px;
	margin: 20px auto;
	padding-bottom: 50px;
	text-align: center;
}
.page #xfooterleft {
	float: left;
	margin-right: 8px;
	padding-top: 8px;
}
.page #xfooterright {
	float: right;
	margin-left: 8px;
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}
.page #xfooterright a:link {
	text-decoration: underline;
	color: #fff;
}
.page #xfooterright a:hover {
	text-decoration: underline;
	color: #fff;
}
.page #xfooterright a:active {
	text-decoration: underline;
	color: #fff;
}
.page #xfooterright a:visited {
	text-decoration: underline;
	color: #fff;
}

/* Links */

a:link {
	text-decoration: none;
	color: #4343C0;
}
a:visited {
	text-decoration: none;
	color: #4343C0;
}
a:hover {
	text-decoration: underline;
	color: #CB3030;
}
a:active {
	text-decoration: none;
	color: #4343C0;
}

/* Text */

h1 {
	font:  22px Arial, Helvetica, sans-serif;
	color: #CB3030;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif, Tahoma;
	color: #000;
	margin: 12px 0px 0px;
	padding: 12px 0px 0px;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif, Tahoma;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: bold 18px Arial, Helvetica, sans-serif, Tahoma;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.botpad {
	padding: 3px 0px 20px;
	margin: 3px 0px 20px;
}
.medbold1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: black;
}
.medbold2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #333;
}
.medbold3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #CB3030;
}
.smallbold1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
}
.smallbold2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
}
.smallbold3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #cb3030;
}
.smalltext1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #000000;
}
.tinytext1 {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
hr {
	background-color: #CB3030;
	color: #CB3030;
	height: 2px;
	width: 95%;
	border: 1px solid #CB3030;
	margin-right: 40px;
}

img {
	text-align: center;
	border-style: none;
}
