body{
margin:0px;
padding:0px;
background:black url(body_background.gif) top repeat-x fixed;
font-family:arial,helvetica,sans-serif;
font-size:10pt;
}
a{
color:red;
font-weight:bold;
}
a:hover{
color:black;
background:red;
}
h1{
display:none;
}
hr{
border-width:0px;
background:white;
height:1px;
}
input,textarea{
background:#333333;
border:1px solid white;
color:white;
padding:2px;
font-family:arial,helvetica,sans-serif;
font-size:10pt;
}
input:focus,textarea:focus{
border-width:2px;
padding:1px;
background:black;
}
input:hover,textarea:hover{
border-color:red;
}
input[type="submit"]{
font-weight:bold;
}
.br{
clear:both;
line-height:0px;
}
.sitem{
margin:2px;
border:1px solid #666666;
clear:both;
padding-bottom:2px;
}
.sitem img{
float:left;
margin-right:4px;
}
.sitem div{
float:right;
border:1px solid #666666;
border-width:1px 0px 0px 1px;
background:#333333;
width:70%;
padding:2px;
margin:1px;
}
.sitem div small{
float:right;
}
#mainframe,#mainframe2{
margin:auto;
background:black;
color:white;
border:1px solid black;
margin-bottom:-1px;
}
#mainframe{
width:700px;
}
#menu, #menu li{
margin:0px;
padding:0px;
}
#menu{
margin-top:0.2em;
margin-bottom:1em;
padding-bottom:4px;
text-align:center;
}
#menu li{
float:left;
display:block;
width:120px;
margin:0.2em;
}
#menu a{
display:block;
background:url(button.gif);
border:1px solid white;
text-decoration:none;
font-weight:bold;
font-variant:small-caps;
padding:0px 10px 0px 10px;
line-height:1.5em;
color:white;
width:100px;
}
#menu a:hover{
background-position:150px 0px;
color:white;
}
#content{
padding:0.5em;
line-height:1.5em;
background:url(background.gif) top left no-repeat;
padding-bottom:3em;
}
#copyright{
font-size:8pt;
text-align:center;
}

#comments div.headbody{
margin:0px;
padding:0px;
text-align:center;
background:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
color:black;
}
#comments div.head,#comments div.head h4{
background:#666666;
color:white;
margin:0px;
padding-left:3px;
text-align:left;
}
#comments div.head a,#comments div.body div.head a{
color:white;
}
#comments div.head em{
font-size:8pt
}
#comments div.head span{
float:right;
}
#comments div.body{
background:#333333;
font-size:8pt;
margin-bottom:0.5em;
padding:3px;
}
#comments div.body a{
color:red;
}
tt{
background:#444;
border:1px solid #666;
}