
<title>woodturning css</title>

<style type="text/css">


body {
  text-align: center;
  font-family: Georgia, Serif;
}
body {
  background-color: #cccc99;
}
#frame {
  float: center;
  width: 800px;
  height: 650;
  margin-top: 0px;
  background: #ffffff;
  border-left: 2px solid #006666;
  border-right: 2px solid #006666;
  border-top: 2px solid #006666;
  border-bottom: 2px solid #006666;
  
}

A:hover {
	COLOR: #FF0033;
}
A {
    color: #006666;
}
A {
    TEXT-DECORATION: none;
}
     
#leftcontent {
  float: left;
  width: 239px;
  height: 501px;
  background: #CCCC99;
  padding: 10px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: left;
  border-left: 2px solid #006666;
  border-right: 2px solid #006666;
}

#rightcontent {
  float: right;
  width: 533px;
  Height: 501px;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-right: 0px;
  border-right: 2px solid #006666;
  border-left: 2px solid #006666;
}

#title {
  float: center;
  width: 800px;
  background: #CCCC99;
  border-right: 0px solid #006666;
  border-left: 0px solid #006666;
  border-bottom: 2px solid #006666;
  padding: 0px;
  margin: 0px;  
  text-align: center;
} 

</style>


