/* - - - - - - - - - - - - - - - - - - - - -

Title :  Triple Bypass Style Sheet.
Author :  Alan Hasty
URL :  www.hasty.name/Montana/montanapano.css

Description : 

Created :  11/14/06 - A Hasty.
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */	
body{
   max-width: 1100px;
}

#navigation {
   position: float;
   width: 1100px;
   height: 70px;
   padding: 0px 10px 10px 10px;
   color: #6c729a;
   background: #1b1d1c;
}

#navigation img {
   padding: 0 8px 0 8px;
}

#navigation h4 {
   height: 1em;
}

#slideshow h3 {
   margin: 60px 0 0 0;
}

#primaryContent{
   width: 1080px;
   height: 600px;
   margin: 0px 20px 30px 0px;
   padding: 0px 10px 30px 10px;

}
