/* CSS Document */

#middlecontentwhitebackground {
	margin: 0 auto;
	border: 0;
	width:780px;
	height: 455px;
	background:#e1e1e1;
	border:none;
	position: relative;

}

#middlebuffer {
	margin: auto;
	border: 0;
	width: 780px;
	height: 5px;
	background: #e1e1e1;
	position: relative;
	
}

#middlecontent {
	width: 649px;
	height: 443px;
	margin: auto;
	border: 0;
	position: relative;
	border: none;
	background:url(pics/backgroundindex.gif);
	}

#header {
	margin-top: 71px;
	margin-left: 70px;
	width: 213px;
	height: 42px;
	position:absolute;

}

#leftbox {
	margin-top: 136px;
	margin-left: 70px;
	width: 281px;
	height: 300px;
	overflow:auto;
	position:absolute;

}

#rightbox {
	margin-top: 71px;
	margin-left: 400px;
	width: 325px;
	height: 329px;
	position:absolute;

}
