body, a, div, td, tr {
    font-family: helvetica;
    font-size: 11px;
}
html {
}
body {
}
img {
    border: 0;
}

a {
    color: black;
}
a:hover, a:active {
    background-color: b4c58e
}

#wrap {
    margin: 0 auto;
    width: 741px;
}
#menu {
    height: 90px;
    background-color: b4c58e;
    margin-top: 60px;
    margin-bottom: 10px;
    background: url(/images/v3/header.png);
    position: relative;
}
#menu span {
    display: none; /* hide the link text */
}
#menu a {
    background: url(/images/v3/header.png);
    display: block;
    position: absolute;
    height: 90px;
    top: 0;
}
/* Menu: Home */
#menu a#home:link,#menu a#home:visited {
    width: 280px;
    left: 0px;
    background-position: 0 0;
    }
#menu a#home:hover, #menu a#home:active {
    /* background-position: 0 -44px; */
}
/* Menu: Film */
#menu a#film:link,#menu a#film:visited {
    width: 50px;
    left: 410px;
    background-position: -410px 0;
}
#menu a#film:hover, #menu a#film:active, #menu a#film.current {
    background-position: -410px -100px;
}
/* Menu: Motion Design */
#menu a#motiondesign:link,#menu a#motiondesign:visited {
    width: 105px;
    left: 470px;
    background-position: -470px 0;
}
#menu a#motiondesign:hover, #menu a#motiondesign:active, #menu a#motiondesign.current {
    background-position: -470px -100px;
}
/* Menu: Links */
#menu a#links:link,#menu a#links:visited {
    width: 58px;
    left: 580px;
    background-position: -580px 0;
}
#menu a#links:hover, #menu a#links:active, #menu a#links.current {
    background-position: -580px -100px;
}
/* Menu: About */
#menu a#about:link,#menu a#about:visited {
    width: 68px;
    left: 640px;
    background-position: -640px 0;
}
#menu a#about:hover, #menu a#about:active, #menu a#about.current {
    background-position: -640px -100px;
}

#main {
    background-color: #dae3dd;
    min-height: 300px;
    padding: 9px;
}

/* home has some extra padding */
.home {
    padding: 15px;
}

h1 {
    display: block;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 8px;
}
h1 span {
    background-color: yellow;
    padding: 4px 2px;
    text-decoration: underline;
}

h2 {
    display: block;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 8px;
}
h2 span {
    background-color: yellow;
    padding: 4px 10px;
}
p {
    background-color: white;
    padding: 10px;
}

.stills {
    margin-bottom: 30px;
}
.stills img {
    float: left;
    margin-right: 5px;
}
.stills img.last {
    margin-right: 0;
}

.links {
    width: 200px;
    background-color: white;
    padding: 4px;
}
