html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}        
body{
    background-image:url('../images/furbg.jpg');
    font-family:"Arial","sans-serif";
}
#shadow{
    width:1160px;
    background-image:url('../images/backshadow.png');
    margin-left:auto;
    margin-right:auto;
}
#container{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
#inner{
    position:relative;
    height:100%;
    width:1000px;
    background-color:#d4332d;
}
#posts{
    width:600px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    margin-bottom:120px;
    background-color:#ece4d8;
    background-image:url('../images/inner_mid.png');
}
#header{
    position:absolute;
    width:1000px;
    height:76px;
    background-color:#d4332d;
    background-image:url('../images/header.jpg');
    margin-bottom:4px;
    z-index:999;
}
#topnav{
    position:absolute;
    top:76px;
    height:25px;
    width:1000px;
    background-color:#d4332d;
    background-image:url('../images/nav.png');
    z-index:999;
}
#botbar{
    height:25px;
    width:1000px;
    background-color:#d4332d;
    background-image:url('../images/nav.png');
    z-index:999;
}
#main{
    background-color:#ece4d8;
    position:relative;
    left:4px;
    top:101px;
    width:992px;
    height:100%;
}
#left{
    float:left;
    width:190px;
    height:100%;
}
#leftfixed{
    position:fixed;
    top:45px;
    background-color:#ece4d8;
    width:190px;
    z-index:10;
    padding-bottom:6px;
    border-bottom:8px solid #604335;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    #leftfixed {margin-left: 4px;}
}
#leftfixed a:hover{
    border:0;
}
#right{
    float:left;
    margin-left:4px;
    width:798px;
    height:100%;
    margin-left:4px;
    background-color:#bd8c71;
    background-image:url('../images/armback.jpg');
}
#footer{
    position:relative;
    background-color:#d4332d;
    width:1000px;
    height:100px;
    background-image:url('../images/hmfooter.jpg');
}
#footcopy{
    font-size:13px;
    margin-top:16px;
}
.messtext{
    margin-left:8px;
    margin-top:8px;
    float:left;
    width:390px;
}
.message{
    width:565px;
    margin-left:25px;
}
.message img{
    float:left;
    width:160px;
}
.bubtop{
    background-image:url('../images/bubble-top.png');
    width:367px;
    height:14px;
}
.bubmid{
    background-image:url('../images/bubble-mid.png');
    width:367px;
}
.bubbot{
    background-image:url('../images/bubble-bot.png');
    width:367px;
    height:33px;
}
.spacer{
    height:10px;
    width:565px;
}
.postinfo{
    font-size:10px;
    margin-left:40px;
    margin-bottom:12px;
    color:#a8a494;
}
h2{
    font-weight:bold;
    margin-left:30px;
    margin-bottom:4px;
    font-size:20px;
    width:530px;
}
h2 a{
    text-decoration:none;
}
a{
    color:#757161;
    text-decoration:none;
}
a:active{
    color:#d4332d;
}
a:visited{
    color:#757161;
}
a:hover{
    border-bottom:1px dotted #757161;
}
.voter{
    font-weight:bold;
    cursor:pointer;
    color:#33AB33;
}
#commentblock{
    width:520px;
    margin-left:30px;
    margin-top:10px;
    padding:12px;
    border-top:1px dotted #888888;
}
#commenthead{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
#sub_com input{
    float:left;
    border:1px solid #d4332d;
    background-color:#fffff0;
}
textarea{
    border:1px solid #d4332d;
    background-color:#fffff0;
}
.formelement{
    margin-bottom:6px;
}
.formlabel{
    float:left;
    width:100px;
    text-align:right;
    margin-right:6px;
    margin-top:5px;
    font-size:11px;
}
#sub_com{
    margin-top:32px;
}
#com_success{
    width:540px;
    height:250px;
    position:relative;
    margin-top:-250px;
    margin-left:30px;
    background-color:#ECE4D8;
    text-align:center;
    display:none;
    cursor:pointer;
}
#close_cs{
    cursor:pointer;
}
#com_error{
    position:relative;
    top:4px;
    list-style-type:none;
    padding:0;
    margin:0;
    font-size:12px;
    color:#AB0000;
}
.com_auth{
    font-size:11px;
    color:#A8A494;
}
.com_date{
    font-size:11px;
    color:#A8A494;
}
.com_head{
    margin-bottom:6px;
}
.comment{
    font-size:13px;
    margin-left:4px;
    width:98%;
}
.com_block{
    border-bottom:1px dotted #FFFFFF;
    padding:10px;
}
#hm_com_post{
    margin-top:0px;
}