﻿/*Style sheet*/

body
    {  background: #A4A093;
        font-family:  Segoe Print, Sans-Serif;
        font-size: 12pt;
        color: Black; 
    }

img
    {   border-style: none;
        border-width: 0; 
    }
     
h1
    {    font-size: 28pt;
        font-weight: Bold;
        color: White;
        text-align: right;
        margin-bottom: 0px;
        width: 339px;
        height: 40px;
    }

h2
    {   font-size: 28pt;
        color: #87321e;
        text-align: right;
        margin-right: 20px;
    }
      
h3 {    font-size: 18pt; }

#large 
    {   width: 880px;
        height: 610px;
    }
    
#page
    {   width: 800px;
	    height: 600px;
	    position: absolute;
	    top: 0px;
	    left: 60px;
	    background: url(Index_Files/Backdrop2.jpg) no-repeat left top; 
    }

/* Menu */

#leftmenu
    {   padding: 0;
        margin: 10px 0px 2px 0px;
        width: 242px;
        height: 122px;
        float: left;
        background: transparent;
    }
    
#menu
    {   list-style: none;
        margin-top: 10px;
        margin-left: 28px;
        padding: 0;
        height: 117px;
        position: absolute;
        z-index: 1;
        top: 2px;
        left: 0px;
    }
    
#menu li
    {   display: block;
        padding: 0;
        margin: 0;
	    position: relative;
	    background: transparent;
	    z-index: 1;
        bottom: 6px;
        left: 2px;
        height: 18px;
    }
	    
#menu li a, #menu li a:visited
	{   display: block;
	    color: White;
	    font-family: Arial, Sans-Serif;
	    font-size: 10pt;
	    font-weight: bold;
	    text-decoration: none;
	    height: 17px;
	    margin: 0;
	    padding: 2px;
        text-align: left;
        vertical-align: middle; }
	
#menu li a:hover
	{   color: Yellow; }
	
#menu li a.currentitem
	{   color: Black; }
	    
/* Content */	 
#content
	{   width: 770px;
	    position: relative;
	    top: 4px;
	    left: 4px;
	    margin-left: 2px;
	    margin-top: 0px;
	    padding: 10px;
	    color: White;
        height: 416px;
    }
	    
#content .clear
    {   background: transparent; }
    
#content .click
    {   clear: both; 
        height: 36px;
        font-size: 10pt;
        margin-left: 20px;
        position: relative;
        bottom: -50px;
        left: -8px;
    }
    
#content .fill
    {   background: White;
        font-family: Segoe Print, Sans-Serif;
        font-weight: bold;
        font-size: 12pt; 
        text-align: left;
        margin: 10px 0px 0px 0px;
        line-height: 130%;
        color: #87321e;
    }
    
#content a
    {   color: #87321e;
        font-weight: bold;
        text-decoration: none;
    }
    
#content a:hover
    {   color: Yellow; }
    
#content a:visited
    {   color: #87321e; }
    
#content table td
    {   border-style: none;
        border-width: 0;
        padding: 1px;
        border-spacing: 1px;
        height: 54px;
        width: 389px;
    } 

.bc
    {   font-weight: bold; }
    
/* Gallery */

.gallery
    {   float: left;
        width: 241px;
        margin-top: 0px;
        margin-right: 10px;
        position: relative;
        top: 22px;
        left: 61px;
        height: 90px;
    }
     
.tb
    {    width: 357px;
         float: left;
         margin-bottom: 10px;
    }
        
.gallerypic
    {   height: 66px;
        width: 50px;
        margin: 10px 10px 10px 10px;
    }
        
.bigpic
    {   height: 346px;
        width: 275px;
        float: none;
        margin-bottom: 10px;
    }
        
#GalleryCaption .caption
    {   font-size: 11pt;
        text-align: left;
        line-height: 100%; 
        margin-right: 0;
        margin-left: 40px;
        height: 52px;
        width: 287px;
        position: relative;
        top: -4px;
        left: -10px;
    }  
    
/* Column alignment */    
    
.leftalign
    {   font-size: 11pt; 
        text-align: left;
        margin-top: 4px;
        margin-right: 4px;
        margin-left: 0px;
        margin-bottom: 4px;
        line-height: 130%; 
        color: White;
        width: auto;
        height: auto;
    }

#title
    {   width: 776px;
        margin-top: 0px;
        height: 39px;
    }

#rightcolumn
    {   width: 343px;
        height: 298px;
        float: right;
        text-align: left;
        position: relative;
        top: 2px;
        left: 2px;
    }

#leftcolumn
    {   width: 354px;
        height: 214px;
        float: left;
        position: relative;
        top: 4px;
        left: 4px;
    }
    
/* Footer */   

#line { clear: both;
        height: 8px;
        width: 790px;
        position: relative;
        top: 4px;
        left: 6px;
        background: url('Index_Files/Whiteline.jpg') no-repeat left top;
    }

#bottom
    {   clear: both;
        width: 788px;
        height: 141px;
        position: relative;
        bottom: -4px;
        left: 0px;
    }        

#refer
    {   width: 440px;
        height: 117px;
        float: right;
    }
    
#refer img
    {   width: 440px;
        height: 117px;
    }
        
#footer 
    {   clear: both;
        width: 792px;
        height: 15px; 
        position: relative;
        bottom: 0px;
        left: 0px;
    }

#footer a, #footer a:visited
    {   }
        
