@charset "utf-8";
/* CSS Document */

body {

background-color:#fffdd0;

}

#wrapper {

position:relative;
background-image:url(parchment.jpg);
background-repeat:repeat-y;
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:75px;
padding-bottom:20px;
border-top:15px solid #99312c;
border-left:15px solid #99312c;
border-right:15px solid #99312c;
border-bottom:15px solid #99312c;

}

#left {

width:160px;
float:left;

}

#logo {

position:relative;
margin-top:-75px;
margin-left:-100px;

}

#logo img {

position:relative;
border-left:1px solid #000000;
border-right:3px solid #000000;
border-bottom:3px solid #000000;
border-top:1px solid #000000;

}

#break {

margin:0px 10px 0px 0px;
text-align:center;

}

#nav {

font-family:"Lucida Calligraphy","Times New Roman", Times, serif;
font-size:24px;
text-align:center;
width: 150px;
line-height:50px;

}

#nav a {

color:#000000;
text-decoration:none;

}

#nav a:hover {

text-decoration:underline;

}

#right {

width:630px;
float:right;

}

#content {

margin:0px 10px 0px 0px;
font-family:"Times New Roman", Times, serif;
font-size:18px;

}

h1 {

font-family:"Lucida Calligraphy","Times New Roman", Times, serif;
font-weight:normal;
font-size:30px;
text-align:center;

}

#postcard {

padding-top:20px;
margin-left:400px;

}

#postcard img {

border-right:1px solid #000000;
border-bottom:1px solid #000000;

}

#footer {

clear:both;
width:800px;
text-align:center;
padding-top:20px;
padding-bottom:20px;

}