body {
    background-image:url(http://kokoro.ecomancer.net/top-bg.jpg);
    background-repeat:repeat-x;
    background-color:#936F49;
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    line-height:12pt;
    margin: 0px 0px 0px 0px;
    }
.text {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    text-align:justify;
    line-height:12pt;
    }
a:link {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:#C5AB8E;
    text-decoration:none;
    }
a:visited {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:#B99976;
    text-decoration:none;
    }
a:hover {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    background-color:#B99976;
    text-decoration:none;
    }
a:active {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    text-decoration:underline;
    }
.table-left {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    align:center;
    background-color:#825D36;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
    border:1px solid #633005;
    }
.table-right {
    font-family:Tahoma,Verdana;
    font-size:8pt;
    color:white;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    padding-bottom:15px;
    }
#leftcontent {
    float:left;
    width:59%;
    background:#936F49;
    margin-left:15px;
    margin-top:165px;
    margin-right:15px;
    padding:27px;
    border-right:1px solid #633005;
    }

#rightcontent {
    float:right;
    width:30%;
    margin-left:15px;
    margin-top:155px;
    margin-right:15px;
	}