
    body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background-color: #C2C5B1;
        font-family: calibri;
        font-size: 1em;
    }
    .wrapper {        
        padding: 0px;
        width: 900px;
        text-align-center;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;        
        height: 100%;
		margin-top: 25px;
		margin-bottom: 50px;
		border: 1px solid #000000;
		
	}
    .content {
        width: 900px;
        padding: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        height: 100%;
    }
    .footer {
        margin: 0px;
        padding: 0px;
    }
    .column {
        width: 436px;
        padding: 6px;
        text-align: left;
        float: left;
        margin: 0px;
        background-color: white;
        
    }
    .center {
        text-align: center;
    }
    .text1 {
        font-size: 2.2em;
        color: #006600;
    }
    .text2 {
        font-size: 1.6em;
        color: #006600;
        font-weight: bold;
    }
    .text3 {
        font-size: 1.2em;
        color: #663300;
    }
    .brown {
        color: #663300;
    }
    .green {
        color: #006600;
    }
    .orange {
        color: #EA6E24;
    }
    .ul1 {
        font-size: 1.9em;
        color: #663300;
        list-style-position: outside;
        list-style-image: url('../images/star1.jpg');
    }
    .ul2 {
        font-size: 1.2em;
        color: #663300;
        list-style-position: outside;
        list-style-image: url('../images/star2.jpg');
    }
    .bold {
        font-weight: bold;
    }
    .event-frame {
        border: 1px solid #a0a0a0;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        background-color: #eeeeee;
        text-align: left;
    }
    
    .gallery-frame {
        width: 219px;
        height: 166;
        margin: 20px;
        float: left;
        cursor: pointer;
    }
    .gallery-title {
        width: 200px;
        height: 20px;
        margin: 0px;
        margin-bottom: 4px;
        padding: 0px;
        color: #006600;
    }
    .gallery-photo {
        width: 219px;
        height: 142px;
        background-image: url('../images/gallerybg.jpg');
        text-align: left;
    }
    .photo-frame {
        display: none;
        margin-top: 10px;
        width: 800px;
        height: 500px;
        border: 2px solid #666666;
        background-color: #dedede;
        margin-left: 50px;
        float: left;
    }
    
    td {
        margin: 0px;
        padding: 0px;
    }
    .nav-frame {
        width: 900px;
        height: 284px;
    }
    .n1 {
        height: 68px;
        width: 128px;
        background-image: url('../images/nav2/1.jpg');
    }
    .n2 {
        height: 68px;
        width: 130px;
        background-image: url('../images/nav2/2.jpg');
    }
    .n3 {
        height: 68px;
        width: 118px;
        background-image: url('../images/nav2/3.jpg');
    }
    .n4 {
        height: 68px;
        width: 131px;
        background-image: url('../images/nav2/4.jpg');
    }
    .n5 {
        height: 68px;
        width: 128px;
        background-image: url('../images/nav2/5.jpg');
    }
    .n6 {
        height: 68px;
        width: 107px;
        background-image: url('../images/nav2/6.jpg');
    }
    .n7 {
        height: 68px;
        width: 158px;
        background-image: url('../images/nav2/7.jpg');
    }
    img {
        border: none;
    }