/* CSS Document */

#left {
float:left;
width: 190px;
text-align:right;
}


#right {
float:right;
width: 485px;
}


