.container {
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	height: 121px;
	width: 780px;
	background-image: url(../images/head1.jpg);
}
.body {
	height: auto;
	width: 780px;
	float: left;
	text-align: left;
}
.leftcol {
	float: left;
	height: auto;
	width: 148px;
	background-image: url(../images/slice.jpg);
}
.rightcol {
	float: left;
	height: 100%;
	width: 632px;
	background-image: url(../images/mainsection.jpg);
}

.footer {
	float: left;
	height: 23px;
	width: 780px;
	background-image: url(../images/footer.jpg);
}
.header2 {
	float: left;
	height: 125px;
	width: 780px;
}
.menu1 {
	float: left;
	height: 125px;
	width: 148px;
}
.head2 {
	float: left;
	height: 125px;
	width: 632px;
}
.sideheading {
	background-image: url(../images/sidebox/boxhead.gif);
	width: 183px;
	height: 28px;
}
.sidemenu {
	width: 183px;
	margin-bottom: 10px;
}

.sidebody {
	background-image: url(../images/sidebox/boxbg.gif);
	background-repeat: repeat-y;
}
