html,body { 
margin: 0;
padding: 0;
}

html {
overflow: -moz-scrollbars-vertical;
}

body { 
font-size: 12px;
font-family: Verdana,Arial,Sans-Serif;
background-color: #fff;
color: #000;
}

#header { 
margin: 0;
padding: 0;
text-align: center;
}

#topmenu { 
margin: 0;
padding: 2px 0 2px 0;
color: rgb(102, 102, 102);
left: 0;
width: 100%;
border-bottom: 1px dotted #5e5e51;
}

#topmenu ul {
margin-left:0px;
padding-left: 0;
display:inline;
border:none;
}

#topmenu ul li {
margin-left:0;
padding-left:10px;
border:none;
list-style:none;
display:inline;
}

#topmenu li a {
color: #c60808;
text-decoration: none;
font-weight: bold;
}

#topmenu li a:hover { 
text-decoration: underline;
}

#footer { 
position:absolute;
bottom: 0px;
margin-bottom: 10px;
text-align: center;
width: 100%;
}

#mirrorlist {
padding: 5px 20px;
margin:0;
}

#mirrorlist ul {
margin-top:0;
margin-left:0;
padding-left:0;
border:none;
}

#mirrorlist ul li {
margin-left:0;
padding-left:5px;
padding-right:3px;
margin-bottom: 5px;
list-style:none;
}

#mirrorlist li a {
color: rgb(76, 131, 187);
text-decoration: none;
font-weight:bold;
}

#mirrorlist li a:hover {
text-decoration: underline;
}

#footer ul {
margin-left:0;
padding-left: 0;
display:inline;
border:none;
}

#footer ul li {
margin-left:0;
padding-left:5px;
padding-right:3px;
border-left: 1px dotted #5e5e51;
list-style:none;
display:inline;
}

#footer li.first {
margin-left:0;
border-left:none;
list-style:none;
display:inline;
}

#content { 
position:relative;
top:0;
left:0;
margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
}

#left_content_pane {
position:absolute;
top:0
left:0;
width:50%;
padding-right:10px;
}
#right_content_pane{
position:absolute;
top:0;
left:50%;
width:50%;
padding-left:10px;
}


p {
margin: 0px;
padding: 5px 20px;
color: #000;
}

a {
color: rgb(76, 131, 187);
text-decoration: none;
}

a:hover { 
text-decoration: underline;
}

img {
border:none;
}

.bounty{
padding:0;
margin:0;
}

.bounty ul {
list-style:none;
border:none;
margin:0;
padding: 0px 20px 0px 20px;
}

.bounty li {
margin: 0;
}

.bounty li.bountytitle {
margin: 0;
font-weight: bold;
color: rgb(76, 131, 187);
}

.newstitle {
font-weight: bold;
color: rgb(76, 131, 187);
}

.newsdate {
font-style: italic;
padding-top: 5px;
padding-bottom:5px;
}

