		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc url(images/lizards2.gif);
           
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
        #header {
            background: #c0c0c0;
            height: 166px;
            }
		#header1 {
			background: #c0c0c0 url(WedPro.jpg) no-repeat;
			height: 90px;
		}
		#header2 {
			background: #c0c0c0 url(JSteb.jpg) no-repeat;
			height: 72px;
            position: relative; left: 156px;
		}
		
		#navigation {
            background-color: #cococo;
			position: absolute;
			top: 166px;
			width: 780px;
			color: black;
            display: inline;
		}
        #navigation img {
        border-size: 3px;
        border-color: black;
        margin: 3px;
        }
       
        #navigation ul {
        position: relative;
        top: 10px;
        left: 41px;
        }
		   
    #navigation ul li  {
            display: inline;
			list-style-type:none;
            background: #c0c0c0;
        
		} 
        		
		#navigation a:visited {
			color: #ffded;
		}
		
		#navigation a:hover {
			background: #ececec;
		}
	
	/*#content_nav {
    position:absolute;
    top:16px;
    left:118px;
    height:355px;
    width:480px;
    border:2px solid red;
    font: 1em "Trebuchet MS", Verdana, sans-serif;
    color:red;
    padding:10px
    } *//* create an empty frame so that visitors expect something to go there */

        
/* Start stuff for two columns, 1 a frame of thumbs, another, a pitcute */
               div#nav_frame {
               
                   background: #fff;
                   width: 150px;
                   height: 800px;
                   overflow: auto;
			position: absolute;
			top: 250px;
			left: 0px;
			}

		div#nav_frame img {
			width: 100px;
			padding: 1px;
			border: 1px solid #333;
			align: center;
			margin: 0 0 1em 1em;
		}

		#content_nav {
			background: #005073;
			width: 450px;
			height: 600px;
			position: absolute;
			top: 250px;
			left: 150px;
            border:5px solid black;
			padding: 20px;/* 20px 1em 40px;*/
		}

		#content_nav img.big {
/*        width: 300px; */
        height: 400px;
        overflow: auto;
        position: relative;
        top: 50px;
/*        left: 10px;*/
        border:solid silver;
        border-width: 5px;
        }
                   
        #content_home {
            height: 650px; 
           width: 700px;
 			padding: 10px;
            position: absolute;
            top: 250px;
			border: solid silver;
			border-width: 5px;
		}
		
		#content {
            height: auto; 
           width: 700px;
           overflow: auto;
 			padding: 10px;
            position: absolute;
            top: 250px;
			border: solid silver;
			border-width: 5px;
		}
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content_home img.home {
			width: 250px;
			height: 375px;
			padding: 1px;
			border-width: 0 5px;
			border: 5px solid #333;
			position:absolute;
            left: 210px;
		}

		#content img.about {
			width: 250px;
			height: 375px;
			padding: 1px;
			border-width: 0 5px;
			border: 5px solid #333;
            float: right;
            }
		#content img.contact {
			width: 250px;
			height: 255px;
			padding: 1px;
			border-width: 0 5px;
			border: 5px solid #333;
            float: right;
            }

        
        #content .text1 {
        margin-top: 420px;
        color: black;
        font-size: 2em;
        }
        
        #content_home .mem_txt {
        position: absolute;
        bottom: 100px;
        text-align: center;
/*        margin-top: 420px; */
        color: black;
        font-size: 2em;
        font-style: italic;
        }
        
        #content .ital_text {
        font-size: 1.25em;
        font-style: italic;
        line-height: normal;
        }
        
        #content .stro {
        font-size: 1.5em;
        font-weight: bold;
            }

        #content .text2 {
            font-family: Times New Roman;
            font-size: 1.25em;
            }
        
        #content .bld {
        font-family: Times New Roman;
        font-size: 1.25em;
        font-weight: bold;
        }
        
        #content .footer_text {
        color: black;
        background-color: #d8d8d8;
        font-size: 0.75em;
        line-height: 13px;
        color: black;
        text-align: center;
        }
        
        #content .footer_text_bld {
        font-size: 1.25em;
        }
		
		#container {
			position: relative;
			width: 786px; /* width + border for IE 5.x */
			w\idth: 780px; /* real width */
			margin: auto;
		}
        

        #footer {
           position: absolute;
            bottom: 10px; 
            clear: both;
            width: 700px;
            background-color: #d8d8d8;
            font-size: 0.75em;
            line-height: 13px;
            color: black;
            text-align: center;
        }
        
        #footer .strong {
        font-size:1.25em;
        }
        
        div .spacer {clear: both;}
        
