/*Stylesheet for Wedding Site*/

body {
background-color: #f7f3de;
color: black;
font-family: "Souvenir Lt BT", "Book Antiqua", serif;
font-size: .9em;
margin: 0px 0px 20px 50px;
}

#header {
height: 90px;
border-left: 2px #dfcc70 solid;
border-bottom: 2px #dfcc70 solid;
border-right: 2px #dfcc70 solid;
background-color: white;
font-family: "Edwardian Script ITC", "Palace Script MT", cursive;
text-align: left;
}

#footer {
font-size: .9em;
text-align: center;
background-color: #dfcc70;
height: 20px;
width: 720px;
}

#body {
width: 720px;
text-align: center;
}

#main {
padding-top: 10px;
margin-left: 210px;
}

img {
display: block;
margin: auto;
}

a:link, a:visited {
display: inline;
color: black;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

span.signature {
font-family: "Edwardian Script ITC", "Palace Script MT", cursive;
font-size: 25px;
}

span.bold {
font-weight: bold;
}

/**********Begin header specific code**********/

span.names {
font-size: 60px;
padding-left: 40px;
padding-right: 55px;
}

span.date {
font-size: 28px;
}

span.tom {
font-size: 22px;
}


