body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #333;
}

#container { 
	width:966px;  /* this will create a container 966px of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#banner { 
	padding:0;  /* 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. */
	margin:0;
	width:966px;
	height:164px;
	text-align:left
} 

#logo {margin:0;
float:left}

#topmenu{margin:0;
	height:50px;
	float:right;
	width:965px
}

#bannerimg{margin:0;float:right}

#sideContent {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; 
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:10px 0 0 0; 
	background:url(../images/rightbg.jpg);

}

/* Tips for mainBodyContent:

1. the space between the mainContent and sideContent is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.

2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).

3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.

*/

#mainBodyContent {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 211px 0 0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	font-size:12px;
}

#mainBodyContent td{
font-size:13px;
}

#mainBodyContent p, li {
	font-size:13px;
	color:#333333;
	line-height:18px}
	
#mainBodyContent .gray {
color:#666666;
}

#mainBodyContent img {
margin-right:5px;

}
#mainBodyContent h1 {
font-size:12px;
font-family:"Trebuchet MS";
color:#FF0000;
font-weight:bold;
text-transform:uppercase;
margin-bottom:0;
margin-top:6px;
}

#mainBodyContent a {
	color:#FF3333;
}

#listtable {
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:720px;
background:#fff;
margin-left:20px;
margin-top:15px;}

#listtable a{
color:#FF3333;
}

#listtable td{
height:22px;
}

#mainBodyContent h2 {
font-family:"Trebuchet MS";
font-size:20px;
line-height:24px;
color:#333333;
font-weight:lighter;

}

#mainBodyContent h3 {
font-family:"Trebuchet MS";
font-size:20px;
line-height:24px;
color:#333333;
margin-bottom:5px;
margin-top:4px;
font-weight:lighter;

}
#mainBodyContent h5 {
font-size:11px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:8px;
margin-top:6px

}

#mainBodyContent h4 {
font-size:14px;
font-weight:bold;
margin: 6px 0 8px 0;
}

#marquee {
	background:url(../images/marquee.jpg);
	width:98%;
	color:#999;
	font-size:12px;
	height:25px;
	font-weight:bold;
	z-index:120;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#marquee h3 {font-family: Verdana; font-size: 16px; margin-top: -6px;font-weight:lighter}

#myfile {
margin-right:20px;
width:710px;
}
#bottomContent { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:url(../images/affiliatesbg.jpg);*/
	width:964px;
	height:95px;
	margin:0 ;	

} 
#bottomContent td {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#999999
}

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}
#sideMenu {margin:0;width:211px;
z-index:100;
}
#sideMenu td {margin:0;color:#585858;font-size:13px;font-family:"Arial Narrow";padding:0 10px;border-bottom:solid 6px #eee;font-weight:bold
}
#sideMenu table {border-top:solid 6px #eee;border-right:solid 6px #eee;border-left:solid 6px #eee}

DIV#search {
border: 1px solid #bebebe;
background:url(../images/searchbg.jpg);
z-index:99;
margin:0 5px;
padding:5px

}
DIV#search p {font-size:11px;margin:0;
font-family:Arial, Helvetica, sans-serif
}

DIV#search .button {width:36px;}
#pub1 {

border: 1px solid #bebebe;
padding:5px;
margin: 5px 6px;
background-image:url(../images/shopbg.jpg);
z-index:98
}

#pub1 p {margin:4px 7px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

#pub1 h4 {
		margin-left:7px;
		}
#pub2 {
border: 1px solid #bebebe;
margin: 0 6px;
padding:5px;
background:url(../images/cosatu2daybg.jpg);
}

#pub2 p {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:4px 0
}

#pub2 img {
margin:0 0 0 0
}
#media {
margin: 5px 6px

}
#media p {margin:0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

#updates {
	margin: 5px 6px;
	text-align:center;
	background:#fff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
}
#advert {

margin: 5px 6px;
text-align:center

}
#contacts{ 
border: 1px solid #bebebe;
margin:5px 6px;
padding:5px
}
#contacts p {line-height:14px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333

}

h4 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
margin:4px 0;
}	
/*[if IE]>

 place css fixes for all versions of IE in this conditional comment */
#sideContent { /*padding-top: 10px;*/ }
 /*#mainBodyContent { zoom: 1; }*/
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 

<![endif]*/

a {
color:#000;
text-decoration:none
}

.red {color:#FF0000}

a:hover {text-decoration:underline;
}

a:visited {color:#808080;
text-decoration:none
}

.listnav {
	background: #FFF;
	font-size:14px;
	display:inline;
	line-height: 24px;
	padding:0 6px;
	font-weight:bold;
	color:#DDD
}
#myfile .small {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#searchtable a{
color:#FF0000
}
#searchresults a{
color:#FF0000
}
td {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

[if IE]>

 /* place css fixes for all versions of IE in this conditional comment */
 /*#sidebar1 { padding-top: 15px; }*/
 #mainBodyContent { zoom: 1; padding-top: 15px; }
 /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

 [endif]