@charset "UTF-8";

* {border:0;margin:0;padding:0;}


body  {
	background-image: url(../images/BG3.jpg);
	background-repeat:repeat;
	margin:16px;
	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: #000000;
}

#container {
	width: 990px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:0.90em;
}

#sidebar1 {
	
	float: left; /* since this element is floated, a width must be given */
	width: 394px; /* 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:#996699; /* the background color will be displayed for the length of the content in the column, but no further */
}
#mainContent {
	float: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
} 

a  {text-decoration:none; color:#FFF}      /* unvisited link */
a:hover {color:#000}  /* mouse over link */		


.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;
}
#container #sidebar1 table tr td {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#container #sidebar1 table {
	color: #FFF;
}
