img {
    border: 0; /* 2px solid #A6C7A3; */
}

#container {
    width: 950px;
    max-width: 950px;
    margin: auto;
}

#header {
    height: 85px;
    overflow: hidden;
}

#navigation {
    background: url(/static/personal2/img/nav/navbar_bg.png) no-repeat center;
    height: 73px;
    border: 1px solid transparent;
}

#nav_ul {
    width: 85%;
    height: 50px;
    padding-top: 10px;
    margin: 5px auto 0 auto;
    list-style-type: none;
}

#nav_ul li {
    display: inline;
    margin: 5px 20px 5px 5px;
    overflow: visible;
}

#luna_moth {
    position: absolute;
    margin: 0 auto 0 30px;
}

#main_graphic {
    float: left;
    margin: 10px 0 0 65px;
    height: 80px;
    width: 250px;
    text-align: center;
    background: url(/static/personal2/img/karaSig.png) no-repeat center;
}

#media_player {
    height: 24px;
    width: 250px;
    margin-left: 50px;
}

#social_icons {
    float: right;
    height: 35px;
    width: 250px;
    margin: 5px 50px 0 0;
    text-align: center;
}

#content {
    min-height: 200px;
    width: 85%;
    margin: auto;
    padding: 10px 25px 10px 85px;
}

#contentcontainer {
    background: url(/static/personal2/img/bg-sides.png) top center repeat-y;
    overflow: auto;
}

.page_content {
    width: 95%;
    overflow: auto;
    margin-bottom: 20px;
}

.content_block {
    width: 95%;
    overflow: auto;
}

#footer {
    min-height: 50px;
    background: url(/static/personal2/img/bg-bottom.png) top center no-repeat;
    margin: auto;
    padding: 10px 25px 10px 25px;
    text-align: center;
}

.whale {
    margin: -22px auto auto auto;
    width: 60px;
    height: 56px;
    background: url('/static/personal2/img/whale.png') top center no-repeat;
}

#maillist_link {
    background-color: #D4FAD7;
    border-radius: 5px;
    font-size: 85%;
    width: 160px;
    margin: 7px auto 0 auto;
}

#maillist_link a:link { color: #000; text-decoration: none; }
#maillist_link a:hover { text-decoration: none; }
#maillist_link a:active { color: #000; text-decoration: none; }
#maillist_link a:visited { color: #000; text-decoration: none; }

#maillist_link:hover {
    background-color: #79BD7D;
}


/*
.moth {
    visibility: hidden;
    position: absolute;
    margin: 25px auto 0 -30px;
    padding: 0;
    width: 58px;
    height: 49px;
    background: url(/static/personal2/img/nav/moth.png) top left no-repeat;
}

.moth2 {
    visibility: hidden;
    position: absolute;
    margin: -16px auto 0 -24px;
    padding: 0;
    width: 35px;
    height: 30px;
    background: url(/static/personal2/img/nav/moth2.png) top left no-repeat;
}

#nav_ul li:hover > .moth, #nav_ul li:hover > .moth2 {
    visibility: visible;
}
*/