body {
margin:0;
padding:0;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.container {
width:970px;
margin:0 auto;
text-align:left;
position:relative;
}

/*--------------COMMON TEXTBOX-------------*/
.textbox {
padding:20px;
font-size:13px;
text-align:left;
color:#888888;
}
.textbox-small {
padding:10px 20px 10px 20px;
font-size:11px;
text-align:left;
color:#888888;
}

/*--------------HEADER-------------*/
.header {
position:absolute;
background-image:url(images/header.jpg);
left:0;
top:10px;
width:970px;
height:251px;
}

/*--------------NAVIGATION-------------*/
.home, .sponsors, .who, .media, .contacts {
position:absolute;
left:55px;
width:150px;
height:30px;
}
.home {top:55px;}
.sponsors {top:90px;}
.who {top:126px;}
.media {top:164px;}
.contacts {top:198px;}

/*--------------LEFT COLUMN-------------*/
.left-column {
position:absolute;
background-image:url(images/left-column.gif);
left:0;
top:266px;
width:317px;
height:367px;
}
.complaints-box {
position:absolute;
background-image:url(images/left-column-short.gif);
left:0px;
top:266px;
width:317px;
height:180px;
}
.related-links-box {
position:absolute;
background-image:url(images/left-column-short.gif);
left:0px;
top:453px;
width:317px;
height:180px;
}

/*--------------MIDDLE & DOUBLE COLUMN-------------*/
.middle-column, .double-column {
position:absolute;
left:323px;
top:266px;
height:367px;
}
.middle-column {background-image:url(images/middle-column.gif); width:336px;}
.double-column {background-image:url(images/double-column.gif); width:647px;}

.iframe-holder {
position:absolute;
left:334px;
top:267px;
width:635px;
height:365px;
}

/*--------------RIGHT COLUMN-------------*/
.right-column {
position:absolute;
background-image:url(images/right-column.gif);
left:665px;
top:266px;
width:305px;
height:367px;
}
.registered-office-box {
position:absolute;
background-image:url(images/registered-office-box.gif);
left:665px;
top:266px;
width:305px;
height:250px;
}

/*--------------FOOTER-------------*/
.footer-left, .footer-right {position:absolute; top:639px; height:63px;}
.footer-left {background-image:url(images/footer-left.gif); left:0; width:317px;}
.footer-right {background-image:url(images/footer-right.gif); left:323px; width:647px;}

.textbox-footer-left, .textbox-footer-right, .ft-sub {
position:absolute;
height:10px;
font-size:11px;
color:#888888;
}
.textbox-footer-left {top:663px; left:20px; width:317px;}
.textbox-footer-right {top:655px; left:323px; width:647px; text-align:center;}
.ft-sub {
top:712px;
left:323px;
width:647px;
font-size:9px;
text-align:center;
}

/*--------------SUB FOOTER LOGO-------------*/
#logo-ifds-managers {
position:absolute;
background-image:url(images/logo-ifds-managers.gif);
left:15px;
top:710px;
width:120px;
height:25px;
}

/*--------------ATTRIBUTES-------------*/
A:hover {color:#174277;}
UL LI {list-style-image:url(images/bullet.gif);}
OL LI {list-style-image:url(images/icon-pdf.gif);}
.link {color:#888888; text-decoration:none;}
.bluelink {color:#004983; text-decoration:none;}
B {color:#174277; text-decoration:none;}
.more {color:#555555; text-decoration:none;}
.heading {font-size:20px; line-height:25px; color:#555555; text-decoration:none;}
.small {font-size:9px;}