body
{
    background-color:#fff;
    background-image: url("background.gif");
    color:#000;
    font-family:verdana, arial, sans-serif;
    font-size:12px;
    margin:0px;
}

a
{
    color:#900;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.headerbox
{
    position:relative;
    top:0px;
    left:0px;
    z-index:2;
    
    background-color:#900;
    background-image:url("line.png");
    background-repeat:no-repeat;
    height:60px;
    width:100%;
}

.menubox
{
    position:absolute;
    top:84px;
    left:0px;
    z-index:2;
}

.menu
{
    background-color:#ffc;
    border:1px dotted #000;
    letter-spacing:2px;
    margin-bottom:12px;
    padding:4px;
    text-align:right;
    width:200px;
}

.textbox
{
    position:relative;
    top:20px;
    left:0px;
    
    font-size:12px;
    line-height:18px;
    margin-bottom:36px;
    margin-left:244px;
    margin-right:36px;
    min-height:440px;
    z-index:1;
}

.textbox p
{
    text-align:justify;
}

.titlebox p
{
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
    text-align:center;
}

.topbox
{
    position:relative;
    top:-36px;
    left:0px;
    z-index:0;
}