a:link{ color: midnightblue; }
a:visited{ color: midnightblue; }
a:hover{ color: #dddddd; background: midnightblue; }
p { text-indent: 1em;
    line-height: 1.5;
    margin: 0 }
li { text-indent: 0;
    line-height: 1.3;
    margin: 0 }
#top{
        float: left;
        padding-right: 2%;
        width: 98%;
        background: #eeeeee;
}

#left{
        float: left;
        padding: 0px 10px 0px 10px;
        width: 20%;
        hight: 100%;
	background-color: #dddddd;

}
#right{
        float: right;
        width: 72%;
        padding-right: 2%;
        margin-top: 20px;
        background: #ffffff;
	height: auto;
}


