div.paper_bg
{
width: 800px;
height: 1000px;
margin: 0px;
background-image: url("background/irwin_bw.jpg");
overflow: hidden
}

div.paper_fg
{
width: 800px;
height: 1000px;
margin: 0px;
background-image: url("background/page_18_pixels.gif");
overflow: hidden
}

div.paper_header
{
width: 800px;
height: 100px;
margin: 0px;
/* background-color: yellow; */
overflow: hidden
}

div.paper_header_left
{
padding: 30px 0px 0px 0px;
width: 150px;
height: 70px;
margin: 0px;
float: left;
overflow: hidden
}

div.paper_body
{
width: 800px;
height: 900px;
margin: 0px;
overflow: hidden
}

div.paper_body_left
{
width: 80px;
height: 900px;
margin: 0px;
float: left;
/* background-color: indigo; */
overflow: hidden
}

div.paper_body_center
{
width: 702px;
height: 900px;
margin: 0px;
float: left;
/* background-color: green; */
overflow: hidden
}

div.paper_content
{
width: 702px;
height: 810px;
margin: 0px;
float: none;
/* background-color: blue; */
overflow: hidden
}

div.paper_menu
{
width: 18px;
height: 900px;
margin: 0px;
float: left;
/* background-color: orange; */
overflow: hidden
}

div.paper_footer
{
width: 702px;
height: 90px;
margin: 0px;
float: none;
/* background-color: pink; */
overflow: hidden
}