@charset "utf-8";
/* CSS Document */

#maincontent {
	position: absolute;
	top: 1px;
	left: 0px;
	height: 440px;
	width: 530px;
	padding: ;
	border: ;
	background: #FFF;
/*	overflow: scroll; */
}

#lowercontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 196px;
	width: 1000px;
	padding: ;
	border: ;
	background: #FFF;
/*	overflow: scroll;	*/
}

#guides {
	position: absolute;
	top: 330px;
	left: 1px;
	height: 110px;
	width: 528px;
	background: #FFF;
	overflow: scroll;	
}

.bold {
	font-weight: bold;	
}