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

body {
background-image:url(images/background.gif);
background-repeat:repeat-x;
font-family: Arial, Helvetica, "sans-erif";
}

#PageWrap {
margin: 0px auto;
width: 1024px;
}

#ContentWrap, #Header, #footer {
width: 1022px; /* Set to 2 px less then page width */
}

div.Column {
float: left;
margin: 0px;
}

#ContentWrap {
border: none;
overflow: hidden; /* This forces #ContentWrap to wrap around the floated columns.*/
}

#Col1 {
width: 141px;
background-image:url(images/lnav.gif);
background-repeat: repeat-y;
horizontal-align: middle;
margin-bottom:-5000px;
padding-bottom:5000px;
margin-right:-26px;
}

#Col2 {
width: 659px;
margin-bottom:-5000px;
padding-bottom:5000px;
}

