/* Global Village style rangler */
/* Add additional styles to this list as needed */


@import "typography.css";
@import "classes.css";





body {




text-align:center;
padding-bottom:8px;
padding-top:8px;
background-image:url(g/curtain.jpg);
background-repeat:repeat;
background-position: center 0px ;
background-attachment: fixed; 
}



#shell    {

position:relative;
padding:0px;
width:974px;

margin:0 auto;
background:#fff;
background-position: left 0px ;


/*background-image:url(g/BBC-12-column-grid.png);
background-repeat:repeat-y;*/



overflow:hidden;

}



#header  {

margin:0px;
height:126px;
position:relative;
text-align:left;
background-color:#fff;
background-image:url(g/main-title.png);
background-repeat:no-repeat;
background-position: left 0 ;

}



#subheader  {

margin:0px;
height:20px;
position:relative;
background-color:#f00;


}


#mainColumn  {

width:620px;
float:left;
position:relative;
text-align:left;
margin-left:14px;

}



#rightColumn  {

width:304px;
float:left;
position:relative;
text-align:left;
margin-left:14px;

}


#rightColumn .storyWrap  {

border:1px solid #333;
padding:14px;
margin:0 0 14px 0;
}

#mainColumn .storyWrap  {

border:1px solid #333;
padding:28px;
margin:0 0 14px 0;
}



#footer  {

margin:0px;
height:56px;
position:relative;
text-align:center;
background-color:#fff;
background-image:url(g/footer.png);
background-repeat:no-repeat;
background-position: left bottom ;

}


#nav  {

width:974px;
position:absolute;
margin:90px 0 0 0;
border-bottom:1px solid #999;

}

#nav ul li  {

display:inline;
float:left;
line-height:1em;
margin:0 20px 0 0;
padding-bottom:5px;

}
