/*Body*/

body {
background-image: url(http://i39.tinypic.com/1252npu.png);
background-repeat: repeat-x;
background-color: #bb8742;
font-family: verdana;
font-size: 8pt;
}
small,pre{
font-family: verdana;
font-size: 8pt;
}

table,td,tr,div,p,font {
font-family: verdana;
font-size: 8pt;}

/*Links*/

a:link,a:visited,a:active{
font-family: verdana;
font-size: 8pt;
color: #7f6b52;
text-decoration: 
font-weight: normal;
}
a:hover{
color: #586970;
cursor: hand;
text-decoration: underline;
}

/*Divs and Tables*/


div#error {
color: #000;
font-family: verdana;
font-size: 8pt;
margin: 5px;
}
div#confirm {
color: #000;
font-family: verdana;
font-size: 8pt;
margin: 5px;
}
div#bar {
background-color: #586970;
font-weight: normal;
color: #FFFFFF;
text-align: center;
text-transform: lowercase;
padding: 4px;
margin: -1;
}
div#userbar {
font-weight: normal;
color: #FFFFFF;
text-transform: lowercase;
margin: -1;
}

div#copybox {font-size: 8pt; color: #858585; padding: 3px; text-align: center; border: 1px solid #595959;}

/* Drop down menu CSS */

#cssdropdown, #cssdropdown ul {
padding: 2px;
margin: 0px;
list-style: 
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
text-align:center;
width:80;
font-weight: bold;
}

.mainitems a{
text-decoration: 
font-weight: bold;
}

.subuls{
 
width: 107px;
position: absolute;
text-align:left;
left: -1;
top: 1.2em;
background-color: #fff;
border: 1px solid black;
margin: 0px;
font-weight: normal;
}

.subuls li{
width: 100%;
margin: 0px;
font-weight: normal;
}

.subuls li a{
text-decoration: 
font-weight: normal;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
 block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

th.chatboard{
 border: 1px solid grey;
 background: silver;
 color: grey;
 padding: 2px;
}

tr.chatboard:hover{
 background: #DFDFDF;
 color: #575757;
 padding: 1px;
}

td.chatboard_side{
 border: 1px solid #696969;
 background: #EFEFEF;
 color: #575757;
 padding: 9px;
}

td.chatboard_post{
 border: 1px solid #696969;
 background: #EFEFEF;
 color: #575757;
 padding: 9px;
}

#siggy{
 border: 1px solid black;
 color: black;
 background: white;
 padding: 5px;
}

img { border: none; } 