/* ====================================================== */
/* ==========        Chateau Nonchalant        ========== */
/* ==========  Screen Style for the Home Page  ========== */
/* ====================================================== */

/* Last modified 27 February 2009 */

#content  {
   width:        530px;
   margin-right: 190px;
   text-align: center;
}

h2  {
   text-align: left;
   padding: 0.5em 0;
}

/* ====================================================== */

#content h3 {display: none}

#content #imgBucket  {
   position: relative;
   width:  100% ;
   height: 320px;
}

#content img  {
   border: 1px solid white;
   margin-bottom: 1em;
}

#content #imgBucket img  {
   position: relative;
}

/* ====================================================== */

#content .photoGroup  {
   position: relative;
   clear: both;
   text-align: left;
   border: 1px solid white;
   margin: 1em 0;
}

#content .photoGroup h3,
#content .photoGroup p  {
   display: block;
   font-family: Georgia, Arial, Sans-serif;
   margin:  1em;
}

#content .photoGroup ul  {
   position: relative;
}

#content .photoGroup ul li  {
   list-style-type: none;
   float:  left;
   width:  128px;
   height: 125px;
   text-align: center;
}

       #content .photoGroup ul li a      {display: block}
       #content .photoGroup ul li a img  {border: 1px solid white}
* html #content .photoGroup ul li a img  {border: none}

#content ul:after  {
   content: "."; 
   display: block; 
   height: 0;
   clear: both; 
   visibility: hidden;
}

/* ====================================================== */

#extension .close  {
   padding-top: 85px;
}

#extension  {display: none}

/* ====================================================== */

#content #photoNav        {top: 210px}
#content #photoNav ul li  {
   text-align: left;
}
