/* Banners */
/***********/

/* banner widths, margins and padding */
div.banner,div.bannertop,div.banner1,div.banner4,div.banner3,div.bannerbottom,div.banner2 {
margin-bottom:0px;
padding-bottom: 0px;
}

div.banner4,div.bannerbottom, div.banner3{
margin-top:0px;
}

div.banner,div.bannertop,div.bannerbottom {
width: 950px;
}

/* individual divs */
div.banner1 {
float:left;
width:722px;
}

div.banner2 {
float:right;
width:210px;
}

div.bannerbottom {
clear:both;
}

div.banner3 {
float:left;
width:600px;
}

div.banner4 {
float:right;
width:350px;
text-align:right;
}

/* IE HACKS */

* html div.banner {
width: 950px; /* for IE5 and IE6 in quirks mode */
w\idth: 950px; /* for IE6 in standards mode */
padding:0px;
margin:0px;
}

* html div.bannertop {
width: 950px; /* for IE5 and IE6 in quirks mode */
w\idth: 950px; /* for IE6 in standards mode */
padding:0px;
margin:0px;
}

* html div.banner1 {
width: 722px; /* for IE5 and IE6 in quirks mode */
w\idth: 722px; /* for IE6 in standards mode */
padding:0px;
margin:0px;
vertical-align: bottom;
}

* html div.banner2 {
width: 210px; /* for IE5 and IE6 in quirks mode */
w\idth: 210px; /* for IE6 in standards mode */
margin-top:10px;
padding:0px;
}

* html div.bannerbottom {
width: 950px; /* for IE5 and IE6 in quirks mode */
w\idth: 950px; /* for IE6 in standards mode */
padding:0px;
margin-top:-15px;
}

* html div.banner3 {
width: 600px; /* for IE5 and IE6 in quirks mode */
w\idth: 600px; /* for IE6 in standards mode */
padding:0px;
margin:0px;
}

* html div.banner4 {
width: 350px; /* for IE5 and IE6 in quirks mode */
w\idth: 350px; /* for IE6 in standards mode */
padding:0px;
margin:0px;
}