@charset "utf-8";
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;
	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: #2c2c2c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}
.thrColFix #header {
	width: 970px;
	text-align: left;
	background-image: url(../images/tab_cent.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
} 
.thrColFix #menubar {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-y;
} .thrColFix #flash {
	padding: 0 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
} .thrColFix #container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/tab_cent.jpg);
	background-repeat: repeat-y;
} 
.thrColFix #footer {
	width: 970px;
	text-align: left;
	background-image: url(../images/page_sample_r2_c3.jpg);
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 18px;
	vertical-align: bottom;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 5px;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 444px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(../images/page_sample_r4_c4.jpg);
	background-repeat: no-repeat;
	height: 255px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 444px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(../images/page_sample_r4_c7.jpg);
	background-repeat: no-repeat;
	height: 255px;
}
.thrColFix #sidebarb1 {
	float: left; /* since this element is floated, a width must be given */
	width: 444px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	margin-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(../images/page_sample_r6_c4.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
.thrColFix #sidebarb2 {
	float: right; /* since this element is floated, a width must be given */
	width: 444px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	margin-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(../images/page_sample_r6_c7.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
.thrColFix #mainContent {
	background-image: url(../images/centre.jpg);
	background-repeat: no-repeat;
	height: 455px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 9px;
}
.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;
}
