body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    background: #fbabe9;
    color: #b15997;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 800px;
	height: 750px;
	position: relative;
	background-color: #FFFFFF;
}


#print
{
  display: block;
  margin-left:40px;
  width: 45px;
  height: 83px;
  background: url("images/print_button.png") no-repeat 0 0;

}

#print:hover
{ 
  background-position:right 1px;


}

#print:visit
{ 
  background-position:right;


}

#print span
{
  display: none;
}

#web
{
  display: block;
  margin-top:45px;
  margin-bottom:18px;
  margin-left:40px;
  width: 63px;
  height: 80px;
  background: url("images/web_button.png") no-repeat 0 0;
}

#web:hover
{ 
  background-position:right -1px;


}

#web:visit
{ 
  background-position:right;


}

#web span
{
  display: none;
}

#doodling
{
  display: block;
  margin-left:40px;
  width: 75px;
  height: 99px;
  background: url("images/doodling_button.png") no-repeat 0 0;
}

#doodling:hover
{ 
  background-position:right;


}

#doodling span
{
  display: none;
}

#email
{
  display: block;
  margin-left:430px;
  width: 74px;
  height: 26px;
  background: url("images/contact_button.gif") no-repeat 0 0;
}

#email:hover
{ 
  background-position:right 0px;


}

#email:visit
{ 
  background-position:right;


}

#email span
{
  display: none;
}

h1, h2, {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

h3,div {
	padding-left:5px;
}

p {
  margin: 0.8em 0;
  font-size:small;
  color:#666;
  
}

img {
    border: 0;
}

#logo {
	position: absolute;
	top: 70px;
	left: 141px;
	width: 216px;
	height: 164px;
	z-index:1;
}

#frame {
	position: absolute;
	top: 67px;
	left: 1px;
	width: 755px;
	height: 653px;
	background-color: #FFFFFF;
}

#backing {
	position: absolute;
	top: 20px;
	left: 125px;
	width: 640px;
	height: 599px;
	background-image: url(images/cbs_back.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	z-index: 0;
}



#body {
	position: absolute;
	top: 138px;
	left: 58px;
	width: 575px;
	height: 461px;
}

#scroll {
	overflow: auto;
	margin: 27px;
	height: 600px;
}



#copyright {
	text-align:center;
	position:relative;
    top: 56px;
    left: 64px;
}


.displace {
	position: absolute;
	left: -5000px;
	}

