html  {
    background-color: #442b00;
    height: 100%;
    text-align: center;
    bottom: 0px;
    z-index: -1;
}


/* Base page structure */

body {
    margin:0;
    padding:0;
    color: #442b00;  
    text-align: center;
    height: 100%;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width:1290px;
}


/* Forced width wrapper for background and window size */
#maindiv
{
    text-align:center;
    width:1290px;
    margin:0px auto;
    height:100%;

}

#maindiv2
{
    text-align:center;
    width:100%;
    margin:0px auto;
    height:100%;
    padding:2;
    margin:3;
}

#maindiv3
{
    text-align:center;
    width:100%;
    margin:0px auto;
    height:100%;
    padding:2;
    margin:3;
}

#cah {
    position:fixed;
    top: 50px;
    right: 5px;
    z-index:1;
}


#kes {
    position:fixed;
    top: 50px;
    left: 5px;
    z-index:1;
}

#wrap {
    text-align:center;
    margin:0;
    padding:0;
    width:1290px; /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:center;
}

#bodywrap {
    position:relative;
    margin:0;
    padding:0;
    width:1290px; /* Comment out this line (put /* at the beginning) if you want a fluid-width website) */
    text-align:left;
}
    


/* Some defaults you can play around with */
a {
    color:#fff;
}
a:visited {
    color:#fff;
}
a:hover, a:active {
    color:#442b00;
}
h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
h1 a {color:#444 !important;}
h2 a {color:#442b00 !important;}

a img {border:none 0px;}
p {
    font-family: "Trebuchet MS", serif;
    text-align:left;
}


/* Header */
h1 {
    margin:10px 0 5px;
    padding:20px 0 0;
    text-align:center;
}

#topnav {

    text-align:center;
    padding: 25px;
}
#topnav a {
    padding:0 10px;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.2em;
    font-variant:small-caps;
    border-top:dashed 1px;
    border-bottom:dashed 1px;
}
#topnav a:hover {
    color:#000;
}

#headerbg {
    margin: 0px relative;
    width:100%;
    background-color:#442b00;
    text-align: center;
}



#footerset {
    background-color:#442b00;
    color: #9b7b4f;
    margin: 0;
    padding: 5px;
    bottom: 0px; 
    left: 0px;
    right: 0px;
    position: static;
    height:35;
}


/* Comics! */
#dropdownform {
    float:right;
    padding:15px;
    font-size:14px;
    color:#fff;
    right:100px;
    position: relative;
}

.navbar {
    display:block;
    padding:5px;
    text-align:center;
    color:#bbb;
    background-color:#442b00;
    letter-spacing:0.2em;
}

.navbar a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}

.navbar a:visited {
    color:#ddd;
}

.navbar a:hover {
    color:#fff;
}

#comicset {
    display:block;
    clear:both;
    margin:15px 0px 20px 0px;
    text-align:center;
 /*   border-right:solid 5px #444;  */
 /*   border-left:solid 5px #444;   */

}

#comicset h2 {
    border:none 0px; color: #000;
}

#comicimg {
    margin:10px 0;
}

#comicblurb {
    margin:10px;
    padding:0 10px 10px;
    border:dashed 2px #9b7b4f;
    font-size:14px;
    color:#442b00;
    font-weight:bold;
    text-align:left;
    width:1290px;

}

#comicblurb1 {
    margin:10px;
    padding:0 10px 10px;
    border:dashed 2px #9b7b4f;
    font-size:14px;
    color:#442b00;
    font-weight:bold;
    width:1000px;
    text-align:left;
}

/* News! */
.newspost {
    margin:1em 0 4em;
}

.newspost p {
    font-size:14px;
    color:#442b00;
    font-weight:bold;
    font-family:"Times New Roman", Times, serif;
}

.newsdetail {
    float:right;
    text-align:right;
    margin:0 0 10px 10px;
    padding:0 10px;
    font-size:12px;
    color:#442b00;
    border-left:solid 3px #442b00;

}

.newsavatar {
    float:right;
}

.newslinks {
    border-top:dashed 1px #442b00;
}

.newslinks a {
    text-decoration:none;
}



/* General content */

h2 {
    margin:20px 0 5px;
    padding:0 20px;
    color:#442b00;
    border-bottom:solid 1px #442b00;
}

h3 {
    color:#fff;
    padding:0 5px;
    font-size:1.2em;
    line-height:1.4em;
    font-variant:small-caps;
    letter-spacing:0.3em;
    background-color:#442b00;
    border:solid 1px #442b00;

}

#maincontent {
    padding:0;
    text-align:center;
    width:1290px;
    margin:0px;
    background-image:url('http://www.complexactions.com/images/parch.jpg');
    bottom: 0px;
    background-position:center;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
}


/* Extra content */
#sidenav {
    float:right;
    width:190px;
    font-size:13px;
    align:left;
    vertical-align:top;
    padding: 20px;
    text-align:left;
}

#mainlower {
    padding:10px 220px 0 0;

}

#sidenav h3 {
    border:solid 1px #442b00;
    background-color:#442b00;

}

