body {
background-color:#ffffff;
font-family: Verdana,Arial,Helvetica,Serif;
color:#333;
margin:0
padding:0;
}

/*juntei depois ao css original*/
#content-wrapper{
  display:table;
}

#content{
  display:table-row;
}

#content>div{
  display:table-cell
}

/*adding some extras for demo purposes*/
#content-wrapper{
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  position:absolute;
}
#nav{
  width:100px;
}
#body{
}
/*retorna ao css original*/


#wrapper {
width:920px;
background-color:#ffffff;
margin:0 auto;
padding:0;
}

#header {
width:920px;
height:165px;
margin:0 auto;
margin-bottom:0px;
border-left:1px solid #bbb;
border-bottom:1px solid #bbb;
border-right:1px solid #bbb;
border-top:1px solid #bbb;
}


#header h2 {
font-size:40px;
color:#0C7F40;
padding:0px;
}


#content {
font-size:12px;
width:640px;
float:right;
padding:10px;
}

#content h1 {
color:#00BFFF;
font-size: 20px;
}

#content h2 {
color:#000000;
font-size: 18px;
}

#content h3 {
color:#00BFFF;
font-size: 16px;
}

#content h4 {
color:#000000;
font-size: 14px;
}

#content h5 {
color:#00BFFF;
font-size: 12px;
}

#content h2 a, #content h4 a {
color:#000000;
}

#content h1 a, #content h3 a, #content h5, #content p a, #content ul li a {
color:#00BFFF;
}

#content a:hover {
background-color:#bababa;
}

#content a {
}

table.recentresults {
}

table.recentresults td.auth {
font-style: italic;
}

table.recentresults td.title {
font-weight: bolder;
}

table.topics {
}

table.topics td {
padding-left: 40px;
font-size:14px;
}

#sidebar {
color:#000000;
font-size:11px;
width:220px;
float:left;
margin-top:0px
margin-left:0px;
padding:10px;
border-left:1px solid #bbb;
border-bottom:1px solid #bbb;
border-right:1px solid #bbb;
}

#sidebar ul {
margin-left: 0;
padding-left: 2px;
line-height: 1.2em;
list-style-type: none;
}

#sidebar ul li {
padding-left: 1.2em;
margin-top: 5px;
}

#sidebar a, u {
color:#000000;
}

#sidebar a:hover {
background-color:#bababa;
}

#footer {
clear:both;
width:920px;
height:135px;
font-size:10px;
}

#footer p {
padding:8px;
}


