* {
        margin:0;
        padding:0;
}

#container {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:633px;
}
        
#banner {
        height:8px;
        background:black;
}


#content {
        width:400px;
        margin-left:300px;
        margin-top:45px;
}


#sidebar-a {
        float:left;
        width:250px;
        height:600px;
        border-right:1px solid black;
        background:url("images/airman.jpg") bottom right no-repeat;
}

#sidebar-b {
        float:right;
        width:200px;
}

#footer {
        clear: both;
        width:100%;
        height:25px;
        border-top:1px solid black;
}

table {
        width:400px;
        background-color:#F0F0F0;
}

td {
        height:25px;
        border-bottom:1px solid white;
}

#nav {
        width:100%;
}

#nav li {
        list-style-type:none;
        height:40px;
        width:100%;
        text-align:right;
}

#nav li a {
        text-decoration:none;
        color:black;
        display:block;
        padding:12px 5px 0 0;
        height:25px;
}

#nav li a:hover {
        color:white;
        background:black; 
}

#nav #top {
        color:#8C7853;
        background:white;
        opacity:.5;
}

#tail {
        position:relative;
        top:5px;
        left:85%;
        color:#8C7853;
}

form {
        color:#939393;
        font-family:ariel,helvetica;
        font-size:85%;
}

li {
        list-style-type:none;
        
}

li a {
        text-decoration:none;
        color:black;
}

#story {
        text-indent:1cm;
}

#content img {
        border:1px solid black;
}

img {
        border:0;
}

img.gig {
        border:1px solid black;
        position:relative;
        bottom:0;
}

