#header {
	width: 979px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 98px;
	}
#main{
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 15px;
}
#left{
	float: left;
	width: 745px;
}
#right{
	float: right;
	width: 223px;
	background-color: #007bb6;
	padding-bottom: 20px;
}
#footer {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 31px;
}
