@charset "UTF-8";

/* ---------------------------------
*
*         Basic page layout
*
* ---------------------------------- */ 


@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  body {background-color:#959595; background-image: url(../images/bg.jpg); background-repeat: repeat-x; height:100%;}

  /* Layout Properties and Alignment */
  
  #masthead, #header, #mainContainer, #footer {}
  	#mastheadContent, #headerContent, #main, #footerContent {}
  
  
  /* Main Layout Element Formatting and Visuals */
  #masthead {}
  	#mastheadContent {}
  
  #header {}
  	#headerContent {}
  
  #mainContainer {}
  	#main {}
  
  #footer {margin: 13px auto 0; text-align: left;width:965px; background-image: url(../images/bg_footer.jpg); background-repeat:no-repeat; color:#FFF;}
  	#footerContent {padding-top:35px; padding-right:34px; padding-left:34px;}
  	#footerContent a:hover {text-decoration:underline;}
  #footer h2 {font-size:1.4em; margin-bottom:12px;}
  #footer a {color:#fff;}
  #footer br {margin-bottom:12px;}
  #footer ul {list-style:disc; padding-left:12px; margin:0px;}
  #footer li {margin-bottom:5px;}
  .photoThumb {padding-right:17px;}
#sitemapRight {float:right; padding-right:0px}
  .contactInfo {color:#5f1a00; font-size:12px; font-weight:bold;}

  /*-------------------------------------------------------------------------*/

  /*
   *  Formatting content container
   */

  #sideInfo {}
  #mainContent {}
  #sideInfo_content {}
  #mainContent_content {}
	
  /*-------------------------------------------------------------------------*/
}