@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	background-color: #EBEBEB;
	background-image: url(images/BGpage.jpg);
	background-repeat: repeat-x;
}
p, td {
	color: #222222;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 10px 0px;
}
h1 {
	margin: 0px;
	padding: 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style:italic;
	font-weight:bold;
	font-size: 22px;
}
h2 {
	margin: 0px;
	padding: 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style:italic;
	font-weight:bold;
	font-size: 18px;
}
h3 {
	margin: 0px;
	padding: 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style:italic;
	font-weight:bold;
	font-size: 14px;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#0078AF;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
#container {
	width: 965px;
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 640px;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 500px;
	width: 940px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px auto;
	border: none;
	position: relative;
}
.bgHome {
	background-image: url(images/BGhome.jpg);
}
.bgAbout {
	background-image: url(images/BGabout.jpg);
}
.bgProgrammes {
	background-image: url(images/BGprogrammes.jpg);
}
.bgProgrammesFLASH {
	background-image: url(images/BGprogrammesFLASH.jpg);
}
.bgProgrammesST {
	background-image: url(images/BGprogrammesST.jpg);
}
.bgProgrammesGG {
	background-image: url(images/BGprogrammesGG.jpg);
}
.bgProgrammesIR {
	background-image: url(images/BGprogrammesIR.jpg);
}
.bgProgrammesTR {
	background-image: url(images/BGprogrammesTR.jpg);
}
.bgClients {
	background-image: url(images/BGclients.jpg);
}
.bgContact {
	background-image: url(images/BGcontact.jpg);
}
#mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 10px 10px;
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#rightContent {
	position: absolute;
	top: 170px;
	left: 365px;
	width: 525px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#leftContent {
	position: absolute;
	bottom: 50px;
	left: 46px;
	height: 278px;
	width: 225px;
	overflow: auto;
}
#flashContent {
	position: absolute;
	top: 130px;
	left: 3px;
	width: 934px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#programmesContent {
	position: absolute;
	height: 80px;
	width: 870px;
	left: 35px;
	top: 240px;
}
#programmesLeft {
	position: absolute;
	height: 280px;
	width: 202px;
	left: 22px;
	top: 145px;
}
#programmesRight {
	position: absolute;
	top: 225px;
	left: 362px;
	width: 520px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navigation {
	position: absolute;
	height: 30px;
	width: 915px;
	background-color: #005C8E;
	left: 13px;
	bottom: 15px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footFooter, #footFooter p {
	color: #666666;
}
.smallText {
	font-size: 10px;
}
#footFooter a, #footFooter a:link, #footFooter a:active, #footFooter a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:normal;
}
#footFooter a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:normal;	
}

