body
{
font-family: arial, verdana;
background-color: #FFF9FF;
text-align: center;
}

/* sections */

div.container
{
width: 992px;
/*border-style: solid;
border-width: 1px;
border-color: #000000;*/
}

div.left
{
width: 97px;
background-image: url(../images/leftborder.jpg);
border-top: 2px solid #9900AA;
border-bottom: 2px solid #9900AA;
float: left;
clear: left;
}

div.main
{
width: 100%;
margin-left: 120;

}

div.header
{
width: 100%;
border-top: 2px solid #9900AA;
border-bottom: 2px solid #9900AA;
margin-bottom: 5px;
padding-bottom: 3px;
font-size: 22px;
font-weight: bold;
}

div.index
{
width: 100%;
border-bottom: 2px solid #9900AA;
margin-bottom: 5px;
padding-bottom: 5px;
font-size: 18px;
font-weight: bold;
}

div.contents
{
width: 100%;
/*margin-bottom: 10px;*/
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
}

div.footer
{
width: 100%;
border-top: 2px solid #9900AA;
margin-top: 10px;
padding-top: 5px;
font-size: 12px;
font-weight: bold;
}

/* classes */

a
{
text-decoration: none;
color: #0000FF;
}

a:visited
{
text-decoration: none;
color: #0000FF;
}

a:hover
{
text-decoration: underline;
color: #0000FF;
}