body {
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat;
	background-image: url(images/Im_backround.gif);
	background-position: center;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	
}

#header {
	margin: 0 0 0px 0;
	background: white;
	height: 126px;
	background: url(images/headerbg.jpg);
	
}
#tool {
	margin: 0 0 0px 0;
	background: white;
	height: 43px;
}

#front-page {
	float: left;
	width: 1000px;
	height: 670px;
	border:1; 
	border-width:0px;
	border-style:solid;
	border-color:#666;
	background: url(images/midback-sm.jpg); background-repeat:no-repeat;
}


#side-a {
	float: left;
	width: 1000px;
	height: 1285px;
	border:1; 
	border-width:0px;
	border-style:solid;
	border-color:#666;
	background: url(images/midback-sm.jpg); background-repeat:no-repeat;
}

#side-b { 
	margin: 0;
	float: left;
	width: 746px;
	height: 465px; /* Holly hack for Peekaboo Bug */
	border:1; 
	border-width:1px;
	border-style:solid;
	border-color:#666;
}

#footer {
	clear: both;
	background: #B5B5B5;
	height: 20px;
	width: 1000px;
}
