body 
{ 
	font-size: 1em;
	font-family: Georgia, "Times New Roman", times, serif;
   background-image: url(bodybg.jpg); 
   background-repeat: no-repeat;
   background-color: #000000;   
	margin: 8px;
}

button
{
   background: #380000;
   color: white;
}

div.page
{
    background : black;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    color: black;
    border : none;
    width : 800px;
    height : 460px;
    position : absolute;
    top : 125px;
    left : 140px;
    visibility : hidden;
    overflow: auto;
    border-style: ridge;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #111111;
}
div.banner
{
    position : absolute;
    top : 10px;
    left : 360px;
    border-style: ridge;
    border-width: 0px;
    background-color: #000000;
}
div.footer
{
    display : block;
    font-size: 0.8em;
    color: #ffffff;
    position : absolute;
    left : 530px;
    top : 590px;
}

img.thumbnail
{
    margin: 5px 5px 5px 5px;	
    width : 100px;
    height : 100px;
}
img.full
{
    margin: 5px 5px 5px 5px;	
    width : 200px;
    height : 200px;
}

#navigation {
	border: 1px solid #666;
	background-color: #ccc;
	float: left;
   position : absolute;
   top: 100px;
   left: 140px;
   width: 800px;
   padding: 1px;
}

div.master_menu
{
   overflow: hidden;
   float: left;
   height: 460px;
   width: 800px;
   font-size:12px;
   background-repeat: no-repeat;   
   background-image:url(alana_menu.jpg);
}

div.details_menu
{
   overflow: auto;
   float: left;
   border: 5px ridge maroon;
   width: 250px;
   height: 100%;
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;   
 }

div.maindiv_menu
{
   float: left;
   width: 800px;
}


td.main_menu_table
{
   text-decoration: none;
   color: white;	
   background-color: black;
   text-decoration: none;
   cursor: pointer; 
}

#contenttable
{
   float: left;
   background-color: black;
   height: 460px;
}

#page1
{
   /* for IE */
   filter:alpha(opacity=100);
   /* CSS3 standard */
   opacity:1.0;   
}

.centeredImage
 {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}


div.gallery
{
    background-repeat: no-repeat; 
    background-attachment: fixed;
    border : none;
    width : 100%;
    height : 99%;
    position : absolute;
    top : 0px;
    left : 0px;
    border-width: 0px;
    border-color: #ffffff;
    background-color: #111111;
}

img.galleryImage
{
   width: 100%;
   height: 100%;
}

img.controls
{
   position: absolute;
   left: 732px;
   top: 0px;
   z-index: 99;
   border-style: none;
}


a:link, a:active, a:visited
{ 
   text-decoration: none;
   color: white;
}

