@import url("nav.css");
@import url("untitled.css");
* {margin:0;padding:0}
a:link {color: #000000;text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #FF5900; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-image:url(../images/generic/main_background.jpg);
background-color: #999999;
text-align:center;
}
#outer{
width:100%;
height:100%;
}

#inner {
width: 820px;
height: auto;min-height:100%;
margin:auto;
text-align: center;
overflow:visible;
}

#top {
width: 800px;
height: 21px;
margin-top: 30px;
background-image:url(../images/generic/main_panel_top.gif);
background-repeat:no-repeat;
text-align: center;
float:left;
}

/* HEADER */
#header{
width: 800px;
height:137px;
background-image:url(../images/generic/main_panel_spacer.gif);
background-repeat:repeat-y;
text-align: left;
float:left;
}

/* TBGBUTTON */
.tbgbutton{
width:98px;
height:98px;
padding-left:55px;
padding-top:19px;
float:right;
}

/* LOGO */
.logo{
width:98px;
height:98px;
padding-left:55px;
padding-top:19px;
float:left;
}

/* TEXT */
.mast_text{
width:304px;
height:60px;
padding-top:22px;
text-align:right;
padding-right:55px;
float:right;
}

/* STRAPLINE */
#strapline{
width:411px;
height:13px;
padding-right:55px;
padding-top:7px;
margin-top:1px;
float:right;
}

/* SUB-NAV */
.sub-nav{
width:634px;
height:auto;
font: 0.8em Arial, Helvetica, sans-serif;
text-align:right;
padding-right:35px;
padding-top:106px;
float:right;
}

/* FOOTER */
#footer {
width: 800px;
height: 21px;
padding-bottom:40px;
background-image:url(../images/generic/main_panel_bottom.gif);
background-repeat:no-repeat;
text-align: center;
float:left;
}
