body {
	background:url(images/bkg01.jpg);
	background-color:#21326e;
	background-repeat:repeat-x;
	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: #000000;
	font-family: "Lucida Console", Monaco, monospace;
}
img { border:none;}
a img{ border:0px}


table.maintable{
	width:975px;
	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. */
	background-color:#071029;	
} 

#contentarea{
	padding-left:40px;
	padding-right:15px;
	color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	background-image:url(images/midframe.jpg);
	background-repeat:repeat-y;
}	
#rightcol{
	float:right;
	vertical-align:top;
	width:294px;
	background-color:#071029;
}
.clearer {
clear : both;
}

