﻿    body
	    {
	        background-image: url(webimages/background.jpg);
            background-repeat:no-repeat;
            background-position:top;
            background-color: #c6c6c6;
	    }
    .container
        {          
            position:relative;
            width:840px;            
            margin:auto;
            padding:0px;
        }
    .content
	    {
		    position:absolute;
		    left:275px;
		    top:220px;
		    width:500px;
		    line-height:100%;
	    }
	.clear
        {
            clear:both;
        }
    
    .frontpageimage
    {
        width:110px; height:200; border:solid 11px #3d2729;
    }
    a.link1:link {text-decoration:none; color: #c6c6c6; font-family:Arial; font-size: 6px;}    
        a.link1:visited {text-decoration:none; color: #c6c6c6; font-family:Arial; font-size: 6px;} 
        a.link1:hover {text-decoration:none; color: #c6c6c6; font-family:Arial; font-size: 6px;}   
        a.link1:active {text-decoration:none; color: #c6c6c6; font-family:Arial; font-size: 6px;} 
