.content {
float: left;
width: 940px;
}
.contentLeftWrapper{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 170px;
margin-left: 5px;
}
.contentMainWrapper{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 580px;
margin-left: 5px;
}
.contentFull .contentMainWrapper{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 760px;
margin-left: 5px;
}
.contentRightWrapper{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: right;
width: 170px;
margin-right: 5px;
}
.contentMenu{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 160px;
padding: 0 5px;
margin-bottom: 20px;
text-transform: lowercase;
}
.contentExtraLeft{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: Left;
width: 170px;
margin-bottom: 5px;
}
.contentExtraLeftTop{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: Left;
width: 170px;
height: 12px;
font: 0px serif;
background: url(/assets/images/gifs/contentExtra/top.gif) no-repeat;
}
.contentExtraLeftMiddle{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: Left;
width: 150px;
background: url(/assets/images/gifs/contentExtra/middle.gif) repeat-y;
padding: 0 10px;
}
.contentExtraLeftBottom{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: Left;
width: 170px;
height: 14px;
background: url(/assets/images/gifs/contentExtra/bottom.gif) no-repeat;
}
.contentMainTop{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 580px;
height: 12px;
font: 0px serif;
background: url(/assets/images/gifs/contentMain/top.gif) no-repeat;
}
.contentFull .contentMainTop{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 755px;
margin: 0;
height: 12px;
font: 0px serif;
background: url(/assets/images/gifs/contentFull/top.gif) no-repeat;
}
.contentMain{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 552px;
background: url(/assets/images/gifs/contentMain/middle.gif) repeat-y;
padding: 0 14px;
}
.contentFull .contentMain{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 727px;
background: url(/assets/images/gifs/contentFull/middle.gif) repeat-y;
padding: 0 14px;
}
.contentMainBottom{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 580px;
height: 14px;
background: url(/assets/images/gifs/contentMain/bottom.gif) no-repeat;
font-size: 0px;
margin-bottom: 10px;
}
.contentFull .contentMainBottom{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: left;
width: 755px;
height: 14px;
background: url(/assets/images/gifs/contentFull/bottom.gif) no-repeat;
font-size: 0px;
margin-bottom: 10px;
}
.contentExtraRight{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: right;
width: 170px;
margin-bottom: 5px;
}
.contentExtraRightTop{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: right;
width: 170px;
height: 12px;
font: 0px serif;
background: url(/assets/images/gifs/contentExtra/top.gif) no-repeat;
}
.contentExtraRightMiddle{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: right;
width: 150px;
background: url(/assets/images/gifs/contentExtra/middle.gif) repeat-y;
padding: 0 10px;
}
.contentExtraRightBottom{
display: inline;/*FIX FOR STUPID IE6 AS IT DOUBLES THE MARGIN???*/
float: right;
width: 170px;
height: 14px;
background: url(/assets/images/gifs/contentExtra/bottom.gif) no-repeat;
}