#header {
	background-image: url(images/topbanner.jpg);
	height: 250px;
	width: 1024px;
}
body {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#menu {
	background-image: url(images/break.jpg);
	padding: 0px;
	height: 10px;
	width: 1024px;
}
#middle {
	width: 1024px;
}
#leftsidebar {
	background-image: url(images/leftsideback2.gif);
	float: left;
	height: 1000px;
	width: 200px;
}
#content {
	background-image: url(images/backgrnd.gif);
	height: 1000px;
	width: 624px;
	float: left;
}
#righsidebar {
	background-image: url(images/rightsideback2.gif);
	float: left;
	height: 1000px;
	width: 200px;
}
#footer {
	background-image: none;
	height: 60px;
	width: 1024px;
}

