body {	background-color: #fff; }

* { font-family: trebuchet ms, verdana, sans-serif; 
}

input, textarea { font-family: trebuchet ms, verdana, sans-serif; 
        color: #000;
}


a:link {
  text-decoration: none;
  color: #333;
  border-bottom:1px solid #000; 
}

a:visited {
  text-decoration: none;
  color: #333;
  border-bottom:1px dashed #000; 
}

a:hover {
  background-color:#FFFF9C;
  color: #111;
  border-bottom:1px solid #000; 
}

//img {
//	behavior: url("pngbehavior.htc");
//}

#oaklogo { 
  position: absolute;
  top:  2px;
  left: 400px;
 }

//#oaklogo img {
//	behavior: url("pngbehavior.htc");
//}

#oaklogo a:hover { 
  background-color: #F1FDC0;  
  border: 1px solid #000; 
 }

#contentstuff { 
        position: absolute;
	top: 0px;
        font-size: large; 
}

#contentstuff .bloglinks {
position: absolute;
border:1px solid #48521E; 
background: #ddd;
width: 120px; 
top: 100px;
left: 730px;
font-size: .5em; 
right: 2px;
padding: 3px;
}

#contentstuff .oaklogo { 
  position: absolute;
  top:  0px;
  left: 400px;
 }

//#contentstuff img {
//	behavior: url("pngbehavior.htc");
//}

#contentstuff h1 {
  font-size: 1.5em; 
  padding: 5px;
  border-bottom:1px solid #48521E; 
}

#contentstuff h2 {
  position: relative;
  left: 20px;
  font-size: 1.2em; 
  padding: 5px; 
}


#contentstuff .linkarea { 
position: absolute;
border:2px solid #ccc;
background: #fff;
font-size: .6em; 
width: 120px; 
padding: 2px;
top: 19px;

 }

#contentstuff .normaltext { 
position: absolute;
margin-left: 140px;
font-size: .7em;
top: 100;
width: 450px; 
padding: 5px;
border: 3px #ddd solid;
 }


#mainpage { 
        position: absolute;
	top: 10px;
        font-size: 14px; 
}

#mainpage .linkarea { 
position: absolute;
border:1px solid #ddd;
background: #fff;
font-size: .9em; 
width: 120px; 
padding: 2px;
top: 19px;
}

#mainpage .oaklogomain {
  position: absolute; 
  top:  350px;
  left: 135px;
 }

#mainpage .normaltext { 
position: absolute;
margin-left: 140px; 
font-size: medium; 
width: 580px; 
padding: 5px;
 }

#mainpage  a:hover { 
  background-color: #F1FDC0;  
  border: 1px solid #000; 
 }





