@charset "utf-8";
/* CSS Document */
@import url("font.css");

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color : #000000;
}

img
{  border-style: none;
}

.hide
{
	display: none;
}

.twoColFixLt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image : url(../images/background.gif);
	background-repeat : no-repeat;
	background-position : top;
	padding : 0;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height : 440px;
}

/*Banner*/
.twoColFixLt #homapageContainer { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 471px;
	background-color : #FFFFFF;
} 
.twoColFixLt #homapageLeft { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	width : 471px;
	font-size : 100%;
	background-image : url(../images/layout_gradient.gif);
	background-position : top;
	background-repeat : repeat-x;
	background-color : #FFFFFF;
} 
.twoColFixLt #homapageLeft2 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	width : 471px;
	background-image : url(../images/layout_gradient.gif);
	background-position : top;
	background-repeat : repeat-x;
	height : auto;
} 
.twoColFixLt #homapageRight { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 18px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 165px;
} 
.twoColFixLt #progBook { 
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 140px;
} 

/*Left Container*/
.twoColFixLt #leftnavcontainer { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt .leftnav1 { 
	margin: 10px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	width : 60px;
} 

.twoColFixLt .leftnav2 { 
	margin: 10px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 100px;
} 

.twoColFixLt #partners { 
	margin: 20px 20px 10px 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 180px;
	background-color : #FFFFFF;
} 
.twoColFixLt #partnerslogos { 
	margin: 0px 0px 0px 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align : center;
} 


/*Mini Ebook*/
.twoColFixLt #miniEbook { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 265px;
	} 	


/*Main Container*/

.twoColFixLt #mainContent { 
	margin: 10px 5px 0px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width : 471px;
	text-align : left;
	/*border-top : 1px solid #CCCCCC;*/
	float : inherit;
	background-color : #FFFFFF;
	} 
.twoColFixLt #mainContent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width : 450px;
	text-align : left;
	float : left;
	font-size : 100%;
	} 

.pageTitlecontact{ 
width:90px;
}
	
.pageTitleabout{ 
width:60px;
}	

.pageTitlecredits{ 
width:72px;
}	
.pageTitlenews{ 
width:55px;
}	
.pageTitleprivacy{ 
width:142px;
}	

/*homepage header*/
#header{
	padding-bottom : 2px;
	padding-top :10px;
	padding-left : 0px;
	padding-right : 0px;

}
#headerMedia{
	padding-bottom : 2px;
	padding-top :20px;
	padding-left : 0px;
	padding-right : 0px;
	float : left;
	margin-left : 10px;
}

/*Programme Box*/

.twoColFixLt #mainProgramme { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 12px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	/*width : 300px;*/
	width : 210px;
} 

/*Programme List - Left*/

.twoColFixLt #ProgrammeLeft { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	width : 220px;
} 

/*Programme List - Right*/

.twoColFixLt #ProgrammeRight { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	width : 220px;
	margin-right : 14px;
} 

/*Media Release Box 1*/

.twoColFixLt #mainMedia { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : right;
	/*width : 305px;*/
	width : 215px;
} 

.twoColFixLt #mainMedia img { 
	float : left;
	margin-right : 10px;
	padding : 10px 5px 100px 5px;
	background-image : url(../images/imgBorder.gif);
	background-repeat : no-repeat;
	background-position : top;
	margin-top : 5px;
} 

#photo img { 
	padding: 0px 0px 0px 0px; 
	float : none;
	width : 420px;
	background-image : none;
	background-color : White;
} 


/*Media Release Box 2*/
.twoColFixLt #mainMedia2 { 
	margin: 10px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float : left;
	width : 450px;
} 

.twoColFixLt #mainMedia2 img { 
	float : left;
	padding : 9px 10px 30px 5px;
	background-image : url(../images/imgBorder.gif);
	background-repeat : no-repeat;
	background-position : top;
	margin-top : 5px;
} 


/*Footer*/
.twoColFixLt #footer { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Highlisht*/
#space{
	padding-bottom : 0px;
	padding-top : 1px;
}
