.LeftDiv{
    background-color: #fff;
    width: 65%;
    margin-left: 7.5%;
    text-align: center;
    box-shadow: 0 0 3px #9E9E9E;
    /* border: 1px solid rgb(206, 199, 199); */
    /* margin-top: 2%; */
    height: auto;
    display: inline-block;
	
}
.RightDiv{
	
	background-color: #fff;
    width: 26%;
    margin-left: 1%;
    text-align: center;
    box-shadow: 0 0 3px #9E9E9E;
    /* border: 1px solid rgb(206, 199, 199); */
    /* margin-top: 2%; */
    height: auto;
    display: inline-block;
    position: absolute;
}
.FixAdd
{
	    position: absolute;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 26%;
    margin-left: 1%;
    text-align: center;
    box-shadow: 0 0 3px #9E9E9E;
    /* border: 1px solid rgb(206, 199, 199); */
    /* margin-top: 2%; */
    height: auto;
}
ul
{
    padding-left: 5%;
    text-align: left;	
}
#content p {
    line-height: 1.8;
    text-align: justify;
    margin: 10px;
}