body
    {
    background-color: #000;
    background: url(images/light.gif);
    font-family: "comic sans ms";
    color: #fff;
    font-size: 12px;
    }

a
    {
    text-decoration: none;
    font-variant: small-caps;
    color: #fff;
    font-size: 14px;
    }

a img { border-color: white; }
a:hover img { border-color: yellow; }

table
    {
    width: 100%;
    }

#centercontent a
    {
    font-weight: bold;
    text-decoration: underline;
    color: yellow;
    }

a:hover
    {
    color: yellow;
    }

#page
    {
    margin: 40px;
    }

#banner
    {
    height: 199px;
    background: url(images/banner.gif) center no-repeat;
    margin-bottom: 20px;
    border: 2px solid #fff;
    position: relative;
    }

#banner h1
    {
    text-align: center;
	 color: yellow;
/*    display: none; */
    }

#logo
    {
    position: absolute;
    right: 20;
    top: -20;
    }

#auron
    {
    height: 250px;
    width: 226px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(images/auron2.gif) no-repeat bottom;
    }

#centercontent
    {
    margin-left: 160px;
    font-family: Trebuchet MS, verdana, sans-serif;
    line-height: 1.5em;
    font-size: 13px;
    }

/* Generic - Non Post Page. */
.box
    {
    background: url(images/dark.gif);
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    }

.post
    {
    background: url(images/dark.gif);
    border: 2px solid #fff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    }

* html .post { height: 1%; }

.post h1
    {
    font-variant: small-caps;
    color: yellow;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    }

.post h2
    {
    font-size: 12px;
    font-family: comic sans ms;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding: 7px;
    margin: 0;
    position: absolute;
    right: -1px;
    bottom: -1px;
    line-height: 1em;
    z-index: 10;
    }

.post img
    {
    border: 2px solid #fff;
    margin: 20px 20px 20px 0;
    float: none; /* left; */
    }

.post h1 img
    {
    border: 0;
    float: none;
    }

.commenttable
    {
    font-size: 11px;
    line-height: 1.5em;
    font-size: 13px;
    }

.commentname
    {
    color: red;
    font-variant: small-caps;
    width: 150px;
    }

th .commentdate
    {
    width: 150px;
    }

#leftcontent
    {
    width: 140px;
    float: left;
    }

#leftcontent ul
    {
    list-style: none;
    padding: 0;
    margin: 0;
    }

#leftcontent ul img
    {
    border: 0px;
    }

#leftcontent ul ul
    {
    list-style: none;
    padding: 10px;
    }

#leftcontent ul li
    {
    border: 2px solid #fff;
    background: url(images/dark.gif);
    margin-bottom: 20px;
    padding: 5px;
    padding-top: 15px;
    position: relative;
    }

#leftcontent ul ul li
    {
    border: 0;
    background: none;
    margin-bottom: 0;
    padding: 0;
    }

.menutitle
    {
    position: absolute;
    top: -10;
    left: -10;
    }

#nav
    {
    text-align: right;
    }

#nav img
    {
    border: 0;
    }

#auroncam
    {
	 /* border: 2px solid #fff; */
    position: relative;
    margin-bottom: 20px;
    }

#cam
    {
    width: 136px;
    }

#footer
    {
    background: url(images/dark.gif);
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    }
