html {
}

body {
    margin:0;
    height: 100%;
    font-family:  arial, Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    color: #7C0001;
    background:#F6E2C1 url(images/side_back2.jpg) repeat-y;
    behavior: url(csshover.htc); /* WinIE behavior call*/
}

#container{
  /*width: 1500px;*/
      margin: 0px 30px 0px 20px;

}

#header{ 
    min-width:870px;
    height:175px;
    background:#F6E2C1 url(images/header_back4.jpg) repeat-x;
}

#innerContainer {
    padding-top: 10px;
    width: 700px;
}

#title{ 
    height: 100px;
    width: 560px;
    float: none;
    margin: 0px 100px 0px 0px;
    letter-spacing: 1px;
}

div#columnLeft{
    font-size:1.2em;
    position:absolute;
    height: 100%
    top:120px;
    left:-30px;
    width:170px;
    padding-top: 1em;
    z-index: 2;
 }
  
#columnRight{
    /*width: 1500;*/
    position:absolute;
    text-align: justify;
    top:190px;
    left:200px;
    min-width: 550px;
    padding:10px 10px 10px 10px;
    margin: 15px 35px 15px 15px;
    background-color:#FBECD3;
    border:solid #EEEEEE;
    border-width: 2px 0 0 2px;
    border-right: 1px solid #8F8F8F;
} 

p.wider {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

a img {
    border: 0 none;
}

a, a.normal, a.normal:hover, a.normal:link, a.normal:visited{
font-family: Monotype Corsiva;
color: #7C0001;
text-decoration: none;

}

/*  Navigation  */


div#columnLeft ul.level2 {position: absolute; top:0.5em ; left:4.4em; margin:0; padding:0; width: 6em;
    background: #E3BF85; border: 1px solid;}
    
div#columnLeft ul.level3 {position: absolute; top:0em ; left:5.7em; margin:0; padding:0; width: 5em;
    background: #E3BF85; border: 1px solid;} 
    
div#columnLeft li {position: relative; list-style: none; margin-left:0px; 
    margin-bottom: 10px; padding-top:10px; }
    
div#columnLeft ul.level2 li {position: relative; list-style: none; margin-left:px; 
    margin-bottom: 0px; padding: 0.25em 0 0.25em .2em; border-bottom: 1px solid;}  
    
div#columnLeft ul.level2 li:hover {background: #C7A060;}

div#columnLeft ul.level2 li.submenu {font-family: Monotype Corsiva;
  }

div#columnLeft ul.level2 li.submenu:hover{background-color: #C7A060;}

div#columnLeft ul.level2 li a,
div#columnLeft ul.level3 li a{display: block; padding: 0em 0 0.1em 0em; text-decoration:none; width: 5em;}

div#columnLeft ul a {width: auto;}

div#columnLeft ul ul {position: absolute; top:0; left: 2em; display: none;}

div#columnLeft ul.level1 li.submenu:hover ul.level2,
div#columnLeft ul.level2 li.submenu:hover ul.level3 {display: block;}


/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

/*{
    margin:0;
    padding:0;
    font-size:100%;

}*/

p,
h2{
    margin:15px 5px;
}

h2{
    color:#7C0001;
    font-family: Monotype Corsiva;
    font-size: 2.5em;
    text-align: center;
}

h3{
    color:#7C0001;
    font-family: Monotype Corsiva;
    font-size: 1.6em;
    text-align: center;
}

#wrap{
    width:780px;
    /*margin:0 auto;*/
    position:relative;
}

#main-content li{
    width:200px;
    height: 210px;
    border:solid #CCC;
    border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
    -moz-border-radius:20px;
 */
    background:#FFF;   /* Picture backgrounds */
    padding:10px;
    text-align:center;
    position:relative;
    float:left;
    display:inline;
    margin:5px;
}

#fullplate-navigation{
    list-style:none;
    margin:5px 0 0 45px;

}

#fullplate-navigation li{
    display:block;
    float:left;
    width:210px;
        
}

#previous{
    text-align:left;
}

#next{
    text-align:right;
}


#fullplate-navigation li a{
    display:block;
    width:190px;
    padding:10px;
}

#fullplate-navigation li a:hover{
    color:#833;       /* Large nav hover text color*/
}



#fullplate-photo{
    border:solid #EEE;
    border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
    -moz-border-radius:20px;
 */
    background:#FFF;
    padding:5px 15px 15px 15px;
    margin:0 auto;
    width:600px;
}




#main-content  a span{
/*\*/
    position:absolute;
    left:-9999px;

}

#main-content a:hover span{ 
    top:10px;
    left:10px;
    width:202px;
    font-weight:bold;
    background:#FFF;
    color:#999;           /*Thumbnail text color */
    text-decoration: none;
    padding:5px 0 0px 0;
    text-transform:uppercase;
    font-size:80%;
    border:1px solid #EEE;
    border-width:0 0 10px 0;
    filter: alpha(opacity=100);
    /*-moz-opacity:.8;
        opacity:.80;*/
/**/
} 

#main-content a:hover { 
   white-space: normal;   /* fixes IE bug where hover doesn't work */
}

/*img{
    border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
    border:1px solid;
    border-color:#666 #EEE #EEE #666;
 */
}*/


