﻿body 
{
    margin: 0;
    padding:0;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 14px;
}
#home
{
    background: url(../../images/bg_home.png);
}

#header
{
     
    color:black;
  width: 100%;
   
}
#header-left 
{ 
    padding:10px;
    background: url(../../images/metal-textures.png);
    font-size:40px;
    letter-spacing:2px;
       word-spacing:4px;
  text-transform:capitalize;
    font-family:Haettenschweiler,helvetica,arial,sans-serif;
    width:432px;
 text-align:center;
  margin-left:0px;
  vertical-align:middle;
  font-variant:small-caps;
}

#header-right
{ 
     
    background: url(../../images/m_head_blend.png);
    float: right;
    font-weight: bold;
    width:468px;
   
}
 
 

#wrapper
{
    margin-left: 15%;
    margin-right: 15%;
    width: 900px;
  background-image: url(../../images/stage_bg_btm.png);
    border: 2px blue solid;
}
#navigation
{
}
 
#photo-header
{
 background-color:Black;
 height:185px;
}

#photo-right
{
    float: right;
    height: 180px;
    width: 566px;
    background-color: black;
    
}
.photo-border
{
    border: 1px solid black;
   
    background: black url(../../images/bg-photo.png) top repeat-x;
   
    display: block;
}

.photo-float-left
{
    float: left;
    margin-right: 30px;
}

.photo-float-right
{
    float: right;
    margin-left: 30px;
}

.image-border-none
{
    border: none;
}

#photo
{
    width: 320px;
    height: 180px;
    padding: 0px;
    margin-top: 8px;
}
.poster-photo-image
{
    border-right: 3px solid #FFF;
    display: block;
}

#maincontentcontainer
{
     background: url(../../images/menu-bg-new.gif) top left repeat-1.5x;
     margin:  10px 10px 10px 10px;
    width: 880px;
    position: relative;
    
}

#content-container-two-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 868px;
    
    position: relative;
    top: 3px;
    left: 0px;
}

#content-side-two-column
{
    height: 350px;
    width: 215px;
    float: left;
   background: url(../../images/menu-bg-new.gif) top left repeat-x;
      
    margin:  -15px   -15px  -10px -10px;
    padding:    5px 5px 5px  20px;
    
    
}


#content-main-two-column
{
    margin: -15px  -10px  -5px -15px;
    float: right;
    width: 620px;
    padding:  5px 5px 5px 20px;
     
     
}
 
 


#footer
{
     
    width: 100%;
    color:White;
    font-weight:bold;
    text-align:center;
    background: url(../../images/newfooter.jpg);
    height:90px;
}


.collapsePanel
{
    height: 0px;
    overflow: hidden;
}

.collapsePanelHeader
{
    cursor: pointer;
}
h1
{
    font-size: 14px;
}

h3
{
    letter-spacing:2px;
 
}




