body {
background-color: #A59997;
border-top: 1.4em solid #7A1A57;
margin: 0px;}

* {
text-decoration: none;
}

#wrapper {
margin: auto;
margin-top: -1.4em;
width: 780px;
background-color: #A59997;}


p {
margin: 0;
font-family: Century Gothic, Gill Sans, Arial;
font-size: .8em;
padding-top: .2em;
text-transform: none;
}

.purple {
color: #7A1A57;
font-weight: bold;}

.border {
/* this is used for all kinds of borders */
/* be it for the whole page, or just the content section */
border: solid 1px #FFF;
}



.scroll {
/* this makes the element create scroll bars if the text is too long */
/* to be displayed.  This is very similar to the effect created by */
/* frames and iframes, but does not allow page transitions like frames do */
overflow: auto;
}


h2, h1, h3, h4 {
font-family: Century Gothic, Gill Sans, Arial;
font-weight: bold;
margin: 0;}

h2 {
font-size: 1em;
padding-top: 2em;
padding-bottom: .5em;
line-height: .5em;
text-align: center;
}

.pas {
margin: 0;
font-family: Century Gothic, Gill Sans, Arial;
font-size: 1.5em;
padding-top: .4em;
letter-spacing: 160px;
color: #7A1A57;}

h1 {
font-size: 1.2em;
text-align: center;}

h3 {
font-size: .9em;
color: #7A1A57;
font-weight: bold;}

h4 {
font-size: .8em;
color: #000;
font-weight: bold;
padding:0;}

.italicC {
font-style: italic;
text-align: center;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
color: #603;
text-transform: none;}

.bolditalic {
font-weight: bold;
color: #555;
text-transform: none;
}

.indent {
padding-top: 0;
padding-bottom:15px;
}

#navigation {
background-color: #603;
width: 780px;
}

#content
{
    /* this describes the container of the content paragraphs. */
/* keeps text off the borders */
padding-left: 150px;
padding-top: 20px;
margin-top: 0px;
background-color: #fff;
min-height: 395px;
width:740px;}



.footer a:link, .footer a:visited{
color: #fff;
text-decoration: none;
}

.footer a:hover{
color: #777;
text-decoration: none;
}


.subtitle {
text-align: center;
color: #333;}

.subtitle a:link, .subtitle a:visited {
color: #603;
font-size: .8em;
font-style: italic;
font-weight: 400}

.subtitle a:hover {
color: #fff;
background-color: #603;
}

#print {
margin: auto;
width: 617px;
padding-top: 40px;}

.photos {
margin: 0;
padding-top: 40px;
width: 280px;
}


