
/* **************** TEMPLATE ***************** */

/* ====== Page Head, Body, and Foot ====== */

html {
background: #7b99c5 url(../images/bg_body.gif) repeat-x;
}

body {
overflow: auto;
_overflow: visible;
_zoom: 1;
}
.page {
margin: 0 auto;
width: 964px;
padding-bottom: 20px;
}
.foot {
margin-top: 20px;
overflow: auto;
}


/* ====== Columns ====== */


.leftCol {
float: left;
width: 430px;
margin: 0 0 0 14px;
}
.rightCol {
float: left;
width: 468px;
margin: 0;
}
.bigCol {
float: left;
width: 750px;
margin: 0 0 0 14px;
}
.smallCol {
float: left;
width: 68px;
margin: 0;
}
