* { padding: 0; margin: 0; }

a,a:visited { 
 color: #311D12;
 font-size: 12px;
 font-weight: bold;
 }
 
 a:hover{
  color: #311D12;
  font-size: 12px;
  text-decoration: none;
  font-weight: bolder;  
 }

 
 h1{
  font-variant: small-caps;
  font-weight: bold;
  font-family: Verdana,Sans-serif;
  color: #fff;
  letter-spacing: 3px;
  font-size: 20px;
  }
  
  h2{
  font-variant: small-caps;
  font-weight: bolder;
  font-family: Verdana,Sans-serif;
  color: #311D12;
  letter-spacing: 3px;
  font-size: 19px;
  }
  
  h3{
  font-variant: small-caps;
  font-weight: bold;
  font-family: Verdana,Sans-serif;
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  }
  
  h4 {
  font-variant: small-caps;
  font-weight: bolder;
  font-family: Verdana,Sans-serif;
  color: #311D12;
  letter-spacing: 3px;
  font-size: 17px;
  }
  
  h5{
  font-variant: small-caps;
  font-weight: bold;
  font-family: Verdana,Sans-serif;
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  }
  
  h6{
  font-variant: small-caps;
  font-weight: bolder;
  font-family: Verdana,Sans-serif;
  color: #311D12;
  letter-spacing: 2px;
  font-size: 15px;
  }

 body {
 color: #311D12; 
 font-size: 12px;
 font-family: Arial,Verdana,Sans-serif;
 background-color: #311D12;
 background-image: url('images/background_hydrangea.jpg');
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-position: center;
}

alt {
color:#BAC5E5;
}

#wrapper { 
 margin: 0 auto -100px;
 width: 760px; 
}
 
#header {
 color: #fff;
 width: 760px;
 float: left;
 padding: 0px;
 border: 2px  #BAC5E5;
 border-style: ridge;
 height: 130px;
 margin: 10px 0px 5px 0px;
}

#header2 {
 color: #311D12;
 background: #311D12;
 margin: 15px 0px 0px 0px;
 padding: 5px;
 height: 100%;
 width: 760px;
 float: left;
 text-align: center;
 } 
 #navmenu { 
 color: #fff;
 margin: 15px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 140px;
 float: left;
 border-left: 4px solid #BAC5E5;
 border-style: ridge;
 vertical-align: center;
}
#navmenu li{
border-bottom: 1px solid #311D12; /* Brown border beneath each menu item */
list-style-type: none;
}

#navmenu li a{
background: url('images/silver_strip.png') repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #311D12;
width: auto;
border-bottom: 2px solid #BAC5E5; /* Light Blue border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

#navmenu li a:active {
background-position: -275px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #311D12;
}

#navmenu li a:hover {
background-position: -444px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: #fff;
}

#navmenu li  #lastitem #navmenu li #lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

#navmenu li #lastitem a{
padding: 15px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

#content { 
 float: left;
 color: #311D12;
 border: 3px  #BAC5E5;
 border-style: ridge;	
 background: #311D12;
 background-image: url('images/content_background.png') ;
 margin: 15px 0px 5px 0px;
 margin-left: 20px;
 padding: 5px;
 height: 100%;
 width: 575px;
 display: inline;
}

#content2 { 
 float: left;
 color: #311D12;	
 margin: 15px 0px 5px 0px;
 margin-left: 20px;
 padding: 5px;
 height: 100%;
 width: 575px;
 display: inline;
}

#contentshort { 
 float: left;
 color: #311D12;
 border: 3px  #BAC5E5;
 border-style: ridge;	
 background: #311D12;
 background-image: url('images/content_background.png') ;
 margin: 15px 0px 5px 0px;
 margin-left: 20px;
 padding: 5px;
 height: 345px;
 width: 575px;
 display: inline;
}

#contentmoon { 
 float: left;
 color: #311D12;
 border: 3px  #BAC5E5;
 border-style: ridge;	
 background: #BAC5E5;
 background-image: url('images/mt_bachelor_footercontent.jpg') ;
 background-position: bottom right;
 background-repeat: no-repeat;
 margin: 15px 0px 5px 0px;
 margin-left: 20px;
 padding: 5px;
 height: 550px;
 width: 575px;
 display: inline;
}
 
#footer {
 color: #311D12;
 clear: both;
 margin: 20px auto 0px auto;
 padding: 0px;
 height: 100px;
 width: 760px;
 text-align: center;
 } 
 
 #flash1 {
  z-index:-1
  }
  
  #flash2 {
  z-index:0
  }
  