/* CSS Document */
body {margin:0; font:76%; background-color:rgb(67,67,67);}
  
  /* Header section */
  div#header {margin:0 auto; background-color:rgb(49,59,69); height:5.5em; border-bottom:2px solid #fff; width:665px; text-align:center; padding-top:2.5em; }

  div#header h1 {margin:0; color:rgb(232,232,220); text-transform:uppercase; float:left; font-size:2em; font-weight:normal; border-right: 1px solid #eee; width:400px}
   div#header h1 a:link, div#header h1 a:visited {color:rgb(232,232,220); text-decoration:none;}
   div#header h1 a:hover {text-decoration: underline;} 
  div#header h2 {margin:0; color:rgb(232,232,220); font-size:1.2em; font-weight:normal; text-transform:uppercase; letter-spacing:2px; float:left; padding:.4em 1ex 0 1ex;}
  
  /* Main Content */
  div#content {clear:left; width:665px; margin:0 auto; padding:0; border-bottom:2px solid #fff; background-color: rgb(232,232,224);}
  div#content p.main_photo {margin:0; padding:0; }

div#content p#p1 {height:450px; width:665px;background:rgb(232,232,224) url(http://mtvisualarts.com/images/sunset3245.jpg) top left no-repeat; }
div#content p#p2 {height:450px; width:665px;background:rgb(232,232,224) url(http://mtvisualarts.com/images/yosemite_falls.jpg) top left no-repeat; }
div#content p#p3 {height:450px; width:665px;background:rgb(232,232,224) url(http://mtvisualarts.com/images/daffodil_0020.jpg) top left no-repeat; }
div#content p#p4 {height:450px; width:665px;background:rgb(232,232,224) url(http://mtvisualarts.com/images/water.jpg) top left no-repeat; }


 
  /* Navigation links */
  div#links {clear:left; width:665px; margin:0 auto; border-top:12px solid rgb(41,44,51); background-color: rgb(232,232,224); text-align:center; }
  div#links ul#navtop, div#links ul#navbottom {margin:0; padding:1ex 0;}
  div#links ul#navtop li, div#links ul#navbottom li {display:inline; list-style-type:none;}
  div#links ul#navtop li a:link, div#links ul#navtop li a:visited, div#links ul#navbottom li a:link, div#links ul#navbottom li a:visited {color:rgb(47,54,64); text-decoration:none; font-size: 1.3em; padding:0 1ex; border-right: 1px solid rgb(221,221,213); background-color: rgb(232,232,224);}
  div#links ul#navtop li a:hover, div#links ul#navbottom li a:hover {background-color:rgb(240,240,224);}
  div#links ul#navtop li a.last, div#links ul#navbottom li a.last {border-right:none;}
  /* Footer area */
  div#footer {clear:left; width:665px; margin:0 auto; color:#666;}
  p#copyright {font-size:.9em;}
  p#copyright a:link, p#copyright a:visited {color:#666; text-decoration:none;}



