body {
width: 100%;
margin-left:auto;
margin-right:auto;
margin-top: 3%;
font-family: century gothic, helvetica, arial, sans-serif;
font-weight: normal;
color: #39065F;
}

#background {
position: absolute;
width: 100%;
height: auto;
max-width: 683px;
margin-top: -80px;
}

header {
position: relative;
width: 90%;
height: 100%;
}

h1 {
letter-spacing: 2px;
position: relative;
margin-left: 7%;
width: 100%;
margin-top: 70px;
font-size: 2.5em;
font-weight: normal;
font-variant: small-caps;
}

hr {
clear: both;
width: 100%;
color: #39065F;
}

#sitenav {
position: relative;
margin-left: 55%;
padding: 0;
width: 50%;
text-align: right;
}

#sitenav ul {
margin: 0;
padding: 0;
position: fixed;
height: 100%;
list-style-type: none;
overflow: visible;
}

#sitenav ul > li {
height: auto;
}

#sitenav li > a {
height: 100%;
line-height: 50px;
text-decoration: none;
font-size: 1.25em;
}

#sitenav ul ul {
margin-top: -35px;
margin-left: -100%;
display: none;
position: absolute;
float: right;
height: auto;
width: 120px;
border: 1px #39065F solid;
background color: white;
text-align: center;
}

#sitenav ul ul li {
position: relative;
display: block;
height: 35px;
width: 100%;
border: none;
}

#sitenav ul ul li > a {
height: 100%;
width: 96%;
line-height: 28px;
background-color: transparent;
border: none;
color: #39065F;
font-size: 14px;
font-style: normal;
}

#sitenav li:hover > a {
color: #220000;
background-color: white;
padding: 5px;
}

#sitenav li:hover > ul {
display: block;
} 

h2 {
clear: both;
margin-left: 5%;
margin-top: 3%;
font-size: 1em;
font-weight: 400;
font-variant: small-caps;
}

#buttons2 {
float: left;
margin-left: 25%;
margin-top: -10%;
}

#buttons2 li {
font-size: 1em;
font-weight: normal;
display: inline;
padding-left: 10px;
padding-right: 10px;
}

#click {
clear: both;
margin-top: -10px;
font-size: .5em;
margin-left: 5%;
padding-bottom: 10px;
font-variant: small-caps;
text-decoration: none;
}

#main {
margin-left: 5%;
margin-right: auto;
}

#photo {
float: left;
width: auto;
padding: 2%;
}

#title {
font-size: .65em;
text-align: center;
}

a {
text-decoration: none;
color: #39065F;
}

a:hover {
text-decoration: underline;
color: #7B0045;
}

footer {
clear: both;
position: absolute;
margin-top: 110%;
margin-left: 53%;
text-align: right;
font-size: 50%;
padding-bottom: 5px;
}

#rights {
padding-top: 5%;
font-size: 50%;
}



