@font-face { font-family: 'Edwardian Script ITC'; 
    src: url('fonts/edwardian_script_itc.eot'); 
    src: url('fonts/edwardian_script_itc.eot?#iefix') 
    format('embedded-opentype'), 
    url('fonts/edwardian_script_itc.svg#Edwardian Script ITC') 
    format('svg'), url('fonts/edwardian_script_itc.woff') format('woff'), 
    url('fonts/edwardian_script_itc.ttf') format('truetype'); 
    font-weight: normal; 
    font-style: normal;
    }

body { 
    background-color: rgb(73,19,42);
    margin: 0px;
    font-family: Georgia, Times, serif;
    font-size: 16px;
    }

a:link {color: rgb(73,19,42); text-decoration: none }
a:visited {color: rgb(73,19,42); text-decoration: none }
a:hover {color: rgb(73,19,42); text-decoration: underline }
a:active: {color: rgb(73,19,42); text-decoration: none }

.top_border {
    background-image: url("img/border_top.jpg");
    background-repeat: repeat-x;
    height: 104px;
    width: 100%;
    }

.bottom_border {
    background-image: url("img/border_bottom.jpg");
    background-repeat: repeat-x;
    height: 124px;
    width: 100%;
    }

.wrapper {
    position: relative;
    background-color: rgb(254,251,238);
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 760px;
    min-height: 500px;
    overflow: hide;
    margin: 0px auto;
    -moz-box-shadow: 0 0 20px rgb(0,0,0);
    -webkit-box-shadow: 0 0 20px rgb(0,0,0);
    box-shadow: 0 0 20px rgb(0,0,0);
    }

font.copyright {
    font-size: 12px;
    color: rgb(234,218,143);
    }

.gallery-thumbnail {
    padding: 0px;
    margin: 0px auto;
    -moz-box-shadow: 0 0 5px rgb(73,19,42);
    -webkit-box-shadow: 0 0 5px rgb(73,19,42);
    box-shadow: 0 0 5px rgb(73,19,42);
    }

font.header1 {
	letter-spacing: 0;
	font-family: 'Edwardian Script ITC', Georgia, Times, serif;
	font-size: 40px;
	color: rgb(73,19,42);
}

font.gallery-thumb {
	letter-spacing: 0;
	font-family: 'Edwardian Script ITC', Georgia, Times, serif;
	font-size: 28px;
	color: rgb(73,19,42);
}