body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 125%;
    text-align: justify;
}

#wrapper
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#top
{
    height: 100px;
    width: 800px;
    background-image: url("images/RozaTop.png");
    background-position: left;
    background-repeat: no-repeat;
}

#topleft
{
    height: 100px;
    width: 400px;
    float: left;
    background-image: url("images/Title.png");
    background-position: left;
    background-repeat: no-repeat;    
}

#topright
{
    float: right;
    width: 400px;
    height: 100px;
}

#bottom
{
    height: 100px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/RozaBottom.png");
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

#gig
{
    height: 60px;
}

#content
{
    width: 800px;
    background-image: url("images/layout/IndexLogo3.png");
    background-position: right top;
    background-repeat: no-repeat;
    overflow: visible;
    min-height: 400px;
}

#contentleft
{
    width: 475px;
    overflow: visible;
    min-height: 400px;
    margin-top: 25px;
    float: left;
    padding-bottom: 10px;
}

#contentright
{
    padding-left: 10px;
    padding-right: 10px;
    width: 290px;
    height: 350px;
    margin-top: 15px;
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #001290;
}

#innercontent
{
    margin-top: 30px;
    width: 580px;
    overflow: visible;
    min-height: 300px;
    padding-bottom: 10px;
}

#PriNav 
{
    height: 30px;
    border-top: solid #001290 2px;
    border-bottom: solid #001290 2px;
    background-color: Transparent;
}

#PriNav ul 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}


#PriNav li 
{
    list-style-type: none;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#PriNav li a 
{
    text-decoration: none;
    color: #FFF;
}

#PriNav li.active a
{
    background-color: #001290;
}

#PriNav li a:link 
{
    color: #FFFFFF;
}

#PriNav li a:visited 
{
    color: #CCC;
}

#PriNav li a:hover 
{
    color: #FFF;
    background-color: #001290;
}

#SecNav 
{
    height: 30px;
    border-bottom: solid #001290 3px;
    background-color: Transparent;
    float: left;
}

#SecNav ul 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}

#SecNav li 
{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
}

#SecNav li a 
{
    text-decoration: none;
    color: #FFF;
}

#SecNav li.active a
{
    background-color: #001290;
}

#SecNav li a:link 
{
    color: #FFF;
}

#SecNav li a:visited 
{
    color: #CCC;
}

#SecNav li a:hover 
{
    color: #FFF;
    background-color: #001290;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:600px;
}

.AccordionTitle
{
  height:25px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:12pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  background-repeat:repeat-x;
  display:table-cell;
  -moz-user-select:none;
  border-bottom-color: #001290;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #ffffff;
  padding-top: 5px;
  font-style: italic;
}

.AccordionContent
{
  overflow: hidden;
  display: none; 
  padding: 5px 5px 5px 5px;
}

.AccordionContainer
{
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
}

#BandImageWrapper
{
    width: 180px;
    height: 400px;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

#BandImage1
{
    margin-top: 20px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border-color: #001290;
    border-width: 2px;
    border-style: solid;
    background-color: #000000;
}

#BandContent
{
    width: 600px;
    float: left;
}


.gallerycontainer
{
    position: absolute;
    width: 90px;
    margin-top: 30px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
    border: 2px solid #001290;
    margin: 0 5px 5px 0;
    background-color: #000000;
    width: 180px;
}

.thumbnail:hover
{
    background-color: transparent;
}

.thumbnail:hover img
{
    border: 2px solid #001290;
}

.thumbnail span
{ /*CSS for enlarged image*/
    position: absolute;
    padding: 5px;
    left: -400px;
    border: border: 2px solid #001290;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    width: 350px;
}

.thumbnail:hover span
{ /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
    left: -400px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}

a:link { color: #FFFFFF; 
         text-decoration: none;}

a:hover { color: #FFFFFF; 
         text-decoration: none;}

a:visited { color: #FFFFFF; 
         text-decoration: none;}