﻿body 
{
}

#container 
{
    position:absolute;
    width:1000px;
    left:50%;
    margin-left:-500px;
}

#header  
{
    height:288px;
    width:1000px;
    background-image:url(images/V1Header.jpg);
}

#contact {
    margin:auto;
    position:absolute;
    top:255px;
    right:20px;
    font: bold 16px/16px gillsansmt arial, helvetica, sans-serif;
}
    
    #contact a {
        color: #fff;
        text-decoration: none;
    }
    
    #contact a:hover    
    {
        color: #fbf311;
    } 
       
#picture {
	height:181px;
	width:281px;
	position:absolute;
	top:160px;
	left:580px;
	background:url(images/V1Picture.jpg) no-repeat center;
	z-index:5;
}

#content {
    position:absolute;
    top:320px;
    width:1000px;
    left:0px;
    font-family:verdana,arial;
    font-size:large;
    background:url(images/V1Borders.jpg) repeat-y center;
    z-index:1;
}

#pagetitle {
  position:relative;
  width:800px;
  left:100px;
}

#writeup 
{
    position:relative;
    padding-top:10px;
    width:800px;
    left:100px;
    text-align:justify;
}

#banners {
    position:relative;
    text-align:center;   
} 

	





	
	

    

    
	
    
    






