body{
    margin: 40px 0px 40px 0px;
    padding: 0px;
    font-size: 80%;
    font-family: Verdana, Osaka, sans-serif;
    background-color:#CCCCCC;
}
.base{
    height: auto;
    width: 850px;
    MARGIN: 0px;
    padding: 0px;
}
.space1{
    clear:both;
}

.left {
    height: auto;
    width: 200px;
    FLOAT: left;
    MARGIN: 0px;
    padding: 0px;
    text-align: right;
    border: none;
}
.left_box{
    color: #db7093;
    background-color:#ffffff;
    height: auto;
    width: 170px;
    MARGIN: 0px 0px 10px 0px;
    padding: 15px 15px 15px 15px;
    text-align: right;
    border: none;
    float: none;
    overflow:hidden;
}
.space2{
    height: 600px;
    width: 30px;
    FLOAT: left;
    MARGIN: 0px;
    padding:0px;
    border: none;
}
.right{
    height: 600px;
    width: 550px;
    FLOAT: left;
    MARGIN: 0px;
    padding:0px;
    text-align:left;
    border: none;
}
.right_box{
    color:#333366;
    height: auto;
    width: auto;
    MARGIN: 0px 0px 10px 0px;
    padding: 15px 15px 15px 15px;
    text-align: left;
    border:solid 1px #333366;
    float: none;
    overflow:hidden;
}

.foot{
    COLOR: #000000
    height: auto;
    width: 770px;
    text-align: left;
    MARGIN: 0px 0px 10px 0px;;
    padding: 0px 0px 0px 5px;
    border-right:none;
    border-bottom:none;
    border-left:none;
    border-top:solid 1px #000000;
}

A {
	COLOR: #db7093
}
A:visited {
	COLOR: #db7093
}
A:hover {
    COLOR: #564b47;
}
A:active {
	COLOR: #000000
}
