﻿body 
{
    background: #e4d7bc;
    font-family:trebuchet ms;
    font-size:0.8em;
    color:#ede1c7;
    margin:0px;
    height:110%;
    padding:0px;

}

div
{
    font-family:trebuchet ms;
    color:#ede1c7;
}

p
{
        font-family:trebuchet ms;

    color:#ede1c7;
}

.header
{
    background-image:url("images/header.gif");
    background-repeat:no-repeat;
    background-position:center;
    height:167px;
    width:811px;
    margin-left:auto;
    margin-right:auto;
}

.header.p
{
    position:static;
}

.mainBody
{

    background-image:url("images/mainbg.gif");
    background-repeat:repeat-y;
    background-position:center;
    width:811px;
    float:left;
    height:100%;
    
    
}
.headBody
{
    background-image:url("images/maintop.gif");
    background-repeat:no-repeat;
    background-position:center;
    height:49px;
    width:811px;
    
}
.bottomBody
{
    clear:both;
    background-image:url("images/mainbtm.gif");
    background-repeat:no-repeat;
    background-position:center;
    height:20px;
    width:811px;
    line-height:20px;
}



div#leftArea
{
    padding-left:20px;
    width:65%;
    text-align:justify;
    float:left;
}

div#rightArea
{
    width:26%;
    padding-right:20px;
    text-align:justify;
    float:right;
    border-left-color:#ede1c7;
    border-left-style:solid;
    border-left-width:1px;
    padding-left:10px;
}

h6
{
    font-size:1.6em;
    color:#5e3111;
    margin:0px;
}

h5
{
    font-size:1.6em;
    color:#ede1c7;
    margin:0px;
}


strong
{
    font-size:1.0em;
    font-weight:bold;
}

a.none
{
color:#ede1c7;
}
a
{
       color:#5e3111;
}

a:hover
{
color:#ede1c7;
    text-decoration:underline;
	
}

a.visited
{
        color:#ede1c7;
}
#smallimg
{
    width:300px;
}

table
{
    font-size:1.0em;
}

div.story img
{
    width:600px;
}
div.story
{
text-align:left;
}