@charset "utf-8";
/* CSS Document */

/* Hide LH margin */
#col1 {
display:none;
}

/* col2 is now the main body of the page */
#col2 {
float:left;
display:inline;
width:445px;
margin-left:20px;
}

#col3 {
width:450px;
}