body {
margin: 0;
padding: 0;
background: url(../img/wallpapergreen.jpg) no-repeat top center;
background-color: #010101;
font: normal 11px Arial, Helvetica, sans-serif;
color: #A4AFBD;
}

p, ul, ol, blockquote {
margin-top: 0;
padding-top: 0;
text-align: justify;
line-height: 18px;
padding: 5px 0 7px 0;
text-decoration: none;
list-style-type: none;
font-size: 12px;

}


a {
color: #996600;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #cc9900;
}
#logo {
float: left;
}


h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #FFFFFF;
}

#sidebar h1 {
color: #2D351E;
font-size: 12px;
line-height: 14px;
font-weight: bold;

}

#sidebar h2 {
color: #2D351E;
font-size: 11px;
line-height: 14px;
font-weight: normal;

}

#header {
position: relative;
top: 14px;
width: 950px;
height: 83px;
margin: 0 auto;
/*background-color: black;*/
}


#menu {
float: right;
top: 0px;
}

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

#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
height: 60px;
width: 74px;
padding: 0 1px 0 0px;
text-align: center;
text-decoration: none;
line-height: 22px;
font-size: 10px;
font-weight: bold;
color: #ddd;
}

#menu a:hover {
color: #fff;
}


#catsmenu {
float: left;
top: 0px;
width: 948px;
background: url(../img/catsmenu.jpg) repeat-x;
border-left: solid 1px white; 
border-bottom: solid 1px #aaa; 
}

#catsmenu ul {
margin: 0;
padding: 0 0 0 0;
list-style: none;
}
#catsmenu li {
display: inline;
}
#catsmenu a {
display: inline;
float: left;
height: 22px;
/*width: 74px;*/
padding: 0px 23px 0px 23px;
text-align: center;
text-decoration: none;
line-height: 22px;
font-size: 10px;
font-weight: bold;
color: #444;
background: url(../img/catsmenu.jpg) repeat-x;
border-right: solid 1px #aaa; 

}
#catsmenu a:hover {
color: #fff;
background: #2D351E;
}


#maincontent {
position: relative;
top: 14px;
min-height: 500px;
color: #fff;
width: 950px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
}


#newcontent {
min-height: 500px;
/*background-color: #F7EEDF;*/
color: #333;
width: 750px;
float: left;
/* margin: 0 auto; */
}

#sidebar {
min-height: 500px;
/*background-color: #ddd;*/
color: #999;
width: 192px;
/*margin: 0 auto;*/
float: right;
padding: 0 4px 0 4px;

}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


