body {
	background-image:url(../images/bkg.gif);
	background-repeat:repeat;
	margin: 0px;
}
/* header section */
div#header {
	margin-top:0;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px solid #000;
	background-color:#FFFFFF;
	}
div#logo {
	background-image: url("../images/nvssa_logo.jpg");
	width:230px;
	height:76px;
	margin:15px;
	float:left;
	}
div#headpix {
	margin-top:15px;
	background-image: url("../images/headerbar.jpg");
	width:725px;
	height:76px;
	float:left;
	}
.clearsides {
	margin:0px;
	padding:0px;
	clear:both;
	}

/* body section */
div#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-bottom:2px solid #000;
	min-height:400px;
	}
div#leftcol {
	margin:15px;
	width:140px;
	float:left;
	}
div#centercol {
	margin:15px 0px;
	width:570px;
	float:left;
	}

div#rssfeeds {
	margin:15px 0;
	}
div#rightcol {
	margin:15px;
	width:230px;
	float:left;
	}
div#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;
	}
