html, body {
margin:0; 
 padding:0; 
font-family:Verdana, sans;
font-size:10pt;
background:#66bb43; 
}

#page {
margin-top:0px;
width:802px;
margin-left:auto;
margin-right:auto;
}

#header {
width:802px;
height:200px;
background:url(oaklogo.png) no-repeat #1a171b;
color:white;
position:relative;
}

#top {
display:block;
width:100%;
height:200px;
}

#menubar {
width:800px;
height:30px;
background:url(menubar.png) repeat-x;
}

#content {
width:800px;
float:left;
position:relative;
background: #c0da2d;
border: 1px solid #231f20;
}

#leftcol {
width:590px;
color:#66bb43;
padding-left:3px;
padding-right:4px;
color:black;
background:white;
float:left;
}
#rightcol {
position:relative;
float:right;
width:194px;
padding-left:3px;
padding-right:2px;
position:relative;
color:white;
font-size:10pt;
}

#footer {
width:797px;
height:60px;
background:#231f20;
color: #66bb43;
padding-left:3px;
padding-right:2px;
float:left;
position:relative;
}

#footr {
float:right;
height:60px;
width:350px;
}

#sidebox {
width:174px;
margin-left:6px;
border: 1px solid white;
background:#231f20;
color:#66bb43;
position:relative;
padding-left:3px;
padding-right:2px;
}

#list {
display:block;
list-style:default;
}

#article {
width:560px;
height:830px;
background:#ffffff;
}

.arty {
display:block;
width:90%;
text-align:center;

}
.bold {
font-weight:bold;
}