body { 
  text-align: center; 
  background-color: #ffffff ;
  padding: 0;
}

a.leftlink
{
  font-family: Palatino Linotype, Palatino, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

a.leftlink:hover
{
	color: #663300;
	text-decoration: underline;
}

a.hidelink
{  
  position: absolute;
  left: 8px;
  bottom: 5px;
}

a.bottomlink
{  
  color: #663300;
  font-size: 9px; 
}  

li {
list-style-type: none;
}

p
{ 
  padding: 8px 36px 8px 12px;
}      

p.copyright
{
color: #cccc99;
font-size: 10px;
position: absolute;
bottom: 20px; 
}

.top { 
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #663300;
 }

.title {  }

.work { 
position: relative;
text-align: center;
margin: 35px auto 10px auto;

 }

#back { 
position: absolute;
top: 205px;
left: 4px;
border-style: none;
 }

#forward { 
position: absolute;
top: 205px;
right: 4px;
border-style: none;
 }

#container { 
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 1500px;
  background-color: #ffcc66;
  text-align: left;
  border-style: solid;
  border-width: 1px;
 }

#main { 
  position: absolute;
  background-color: #ffffff;
  background-image: url("./pics/background1.jpg") repeat;
  width: 600px;
  top: 206px;
  bottom: 14px;
  right: 14px;
  height: 1280px;
  font-family: Palatino Linotype, Palatino, serif;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: 663300;
 }

#links { 
  position: absolute;
  background-color: #cc9966;
  padding: 4px;
  width: 160px;
  top: 206px;
  bottom: 14px;
  left: 14px;
  height: 1272px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: 663300;
 }
