﻿html {
	margin: 0;
	padding: 0;
    }
	
    body {
	    font-family:Arial, Helvetica, sans-serif;	
	    line-height:18px;
	    font-size:12px;
	    color: #06185c; 
	    background: #acf0a8 url(images/V1Background.jpg) repeat-x top center; 
    }
    
    #container { 
	    text-align:center;
	}

    #content {
	    position:relative;
	    width:1000px;
	    text-align:left;
	    margin:0 auto;
	    
	}
	
	#header 
	{
	    position:relative;
	    width:1000px;
	    height:200px;
	    background: #0b4c08 url(images/V1Header.jpg) no-repeat top center;
	}
	
	#contact  
	{
	    position:relative;
	    top:20px;
	    left:0px;
	    width:180px;
	    display:inline;
	}
	    
	#pictureWide {
	    overflow:hidden;
	    position:relative;
	    top: -250px;
	    left:375px;
	    border:solid 4px black;
	    width:600px;
	}
	
	#pictureNarrow  {   
	    overflow:hidden;
	    position:relative;
	    top: -125px;
	    left:675px;
	    border:solid 4px black;
	    width:300px;
	}
	
	#textblockNarrow  
	{
	    position:relative;
	    top:20px;
	    left:0px;
	    width:300px;
	    line-height:30px;
	    text-align:justify;
	    color:black;
	    font-family:Verdana,Arial;
	    font-size:medium;
	    margin:25px;
	}
	
	#textblockWide  
	{
	    position:relative;
	    top:20px;
	    left: 0px;
	    width:600px;
	    line-height:30px;
	    text-align:justify;
	    color:black;
	    font-family:Verdana,Arial;
	    font-size:medium;
	    margin:25px;
	}
	
	#gallery
	{
	    position:Absolute;
	    left:0px;
	    top:250px;
	    width:900px;
	    margin:25px;
	}
	
	#galleryheader  
	{
	    width:950px;
	    line-height:30px;
	    text-align:justify;
	    color:black;
	    font-family:Verdana,Arial;
	    font-size:medium;
	}	
	
	.slot
	{
	    position:relative;
	    margin-top:50px;
	    width:950px;
	    height:450px;
	    border:solid 2px green;
	}
	
    .slottitle
    {
        position:Absolute;
        padding:10px;
        color:Black;
        font-family:Verdana,Arial;
    }
    
    .subtitle  
    {
        font-style:italic;
    }
    
    .slottext  
	{
	    position:absolute;
	    width:500px;
	    top:50px;
	    left:10px;
	    line-height:30px;
	    text-align:justify;
	    color:black;
	    font-family:Verdana,Arial;
	    font-size:small;
	}
    
    .slotpic  
    {
        position:absolute;
        top:50px;
        right:20px;
        text-align:center;
        width:384px;
        border:solid 1px green;
        padding:5px;
    }
    .Thumbbar
    {
        position:absolute;
        height:80px;
        width:394px;
        right:20px;
        top:360px;
        text-align:center;
        border:solid 1px green;
    }

    
    .load{background:url('images/load.gif') no-repeat center;}
