html {
    font: normal 62.5% Georgia, serif;
}

body {
    background: #090402 url(../gfx/plank.jpg) repeat-x center top;
    text-align: center;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}



/**************************   HEADER   **************************/


#header {
    background: url(../gfx/header.jpg) no-repeat 89px 55px;
    height: 275px;
    position: relative;
}

#header h1,
#header h2 {
    text-indent: -9999px;
}

#header h1 a {
    display: block;
    height: 167px;
    left: 97px;
    position: absolute;
    top: 75px;
    width: 298px;
}



/**************************   CONTENT   **************************/


#content {
    overflow: auto;
}

#text {
    background: url(../gfx/bolttop.jpg) no-repeat center top;
    float: left;
    margin: 70px 0;
    padding: 46px 0 0;
    width: 649px;
}

#article {
    background: url(../gfx/page.jpg) repeat-y 41px top;
    color: #1D1D15;
    padding: 20px 50px 20px 61px;
}

#article h2 {
    color: #2C1302;
    font-size: 2.6em;
    font-weight: bold;
    padding: 0 0 .5em;
}

#article p {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 1em 0 0;
}

#boltbottom {
    background: url(../gfx/boltbottom.jpg) center top;
    display: block;
    height: 38px;
    width: 649px;
}



/**************************   ASIDE   **************************/


#aside {
    float: right;
    margin: 20px 0 0;
    width: 311px;
}

#aside div {
    background: url(../gfx/menu.jpg) repeat-y 79px top;
    padding: 0 42px 0 84px;
}

#aside strong {
    color: #2C1302;
    font-size: 2.6em;
    font-weight: bold;
    padding: 1em 0 1em 1.3em;
    text-transform: uppercase;
}

#dino {
    background: url(../gfx/dino.jpg) no-repeat;
    display: block;
    height: 147px;
}

#nav {
    font-size: 1.6em;
    padding: 0 0 2em;
}

#nav li {
    display: block;
}

#nav a {
    color: #1D1D15;
    cursor: hand;
    display: block;
    padding: .3em 1em;
    text-decoration: none;
}

#nav a:hover {
    background: #090402;
    color: #E8DCCE;
}

#menubottom {
    background: url(../gfx/menubottom.jpg) no-repeat 66px top;
    display: block;
    height: 12px;
    width: 311px;
}
