/*Diamonds Base Styles 2 Css  */

/* The Body */

body {
	background: #F0F8FF url(../mainimages/bgstarrysky2.gif) repeat
fixed 0% 0%;
	color: #ffffff;
        margin: 20px;
        padding: 0;
        font-size: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
      }

/* Headlines & Paragraphs*/
h1 h2 h3 h4 h5 h6  {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0 0 15px 0;
        padding: 0;
        color: #000000;
      }
h2 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.1em;
      }
p {
        line-height: 1.1em;
        margin: 0 0 16px 0;
        padding: 10px;
      }
/* Div Specs */
.header {
	width: 98%;
	height: 100px;
	margin: 0px 0px 5px 0px;
	border: 0px none #000000;
	text-align: center;
	}
.outside {
	width: 98%;
	margin: 10px 0px 5px 0px;
	border: 3px solid #000000;
	}
.content>p {
        margin: 0;
      }
.content>p+p {
        text-indent: 30px;
      }
      /* All the Content Boxes belong to the content class. Margins
are equal to the right and left boxes plus spacing*/
.content {
        position: relative;
        width: auto;
        min-width: 120px;
        margin: 0 15px 5px 170px;
        border: 2px none black;
        background-color: transparent;
        padding: 5px;
        z-index: 3;
      }
      /* Left Box. */
#leftside {
        position: absolute;
        width: 15%;
        top: 10%;
        left: 20px;
        font-size: 0.9em;
        border: 0px solid black;
        background-color: transparent;
        padding: 5px;
        z-index: 2;
      }
#leftside ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: medium none white;
      }
      /* Right Box */
#rightside {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90%;
        height: auto;
        border: 0px dashed black;
        background-color: #eee;
        padding: 10px;
        z-index: 1;
      }
#concertformat {
        font-size: 0.9em;
        border: 0px dashed black;
        background-color: transparent;
        padding: 5px;
	}
/* Links */
a:link {
   color: aqua;
	font-weight: 600;
   }
a:visited {
        color: silver;
      }
a:hover {
        background-color: #0000ff;
      }

/* Images */
img.small {
		height: 30px;
		border: none;
		text-align: center;
	}
img.home {
	width: 60%;
	margin: 0% 0% 0% 0%;
	border: 0px solid #ff0000;
	}
img.homegroup {
	position: absolute;
	right: 2%;
	width: 35%;
	margin: 0% 0% 0% 0%;
	border: 0px solid #ff0000;
	}
img.homepage {
	position: absolute;
	right: 2%;
	top: 1%;
	width: 94%;
	height: auto;
	margin: 0% 0% 0% 0%;
	border: 0px solid #ff0000;
	}
img.display {
	width: 50%;
	margin: 0% 30% 0% 30%;
	border: 0px solid #ff0000;
	}
img.logo1 {
	width: 600px;
	height: auto;
	margin: .5% 1%;
	}
img.logo2 {
	width: 300px;
	height: auto;
	margin: .5% 1%;
	}
img.large {
	width: 500px;
	height: auto;
	margin: .5% 5%;
	text-align: center;
	}
img.med {
	width: 400px;
	height: auto;
	margin: .5% 10%;
	text-align: center;
	}
img.photoslg {
	height: 300px;
	width: auto;
	margin: .5% 1%;
	}
img.photos {
	width: 200px;
	height: auto;
	margin: .5% 1%;
	}
img.photossm {
	height: 150px;
	width: auto;
	margin: .5% 1%;
	}
img.contlogo {
	width: 300px;
	height: auto;
	margin: .5% 15%;
	}

