body {
background-color: #3f2860;
color: #3f2860;
font-family : "Verdana", "Arial", sans-serif;
}

h1 {
    text-transform: uppercase;
    font-weight: bolder;
    padding-top: 50px;
    padding-left: 2em;
}

img {
    padding: 0em 1em; 
}

header {
    background: url(../images/lilyheader.jpg) right no-repeat;
    height:150px;
    background-color: #9bc1c2;
}

nav {
    text-align: center;
    font-weight: bold;
    word-spacing: 20px;
    padding: 1em;
}

nav a{
    text-decoration: none;
    text-transform: uppercase;
}

main {
    padding: 0em 2em;
    display: block;
}

footer {
    background-color: #9bc1c2;
    font-size: .60em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

.studio {
    font-style: italic;
    font-weight: bold;
}

#hero {
    text-align: center;
}

#wrapper {
    background-color: #f5f5f5;
    min-width: 1000px; max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
