#banner_left {
	position: absolute;
	height: 163px;
	width: 150px;
	left: 20px;
	top: 15px;
	border: thin solid #000000;
}
#banner_center {
	position: absolute;
	height: 187px;
	width: 468px;
	left: 302px;
	top: 4px;
	padding: 5px;
}
#banner_right {
	position: absolute;
	height: 159px;
	width: 150px;
	left: 856px;
	top: 16px;
	border: thin solid #0000FF;
}
#navigation_bar {
	position: absolute;
	width: 210px;
	top: 263px;
	left: 7px;
	height: 418px;
}
#main_content {
	position: absolute;
	width: 751px;
	left: 241px;
	top: 260px;
	height: 910px;
	padding-left: 20px;
}


#horizontal_line {
	background-image: url(images/horizontal_line.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 10px;
	width: 100%;
	left: -1px;
	top: 250px;
}
#vertical_bar {
	background-image: url(images/vertical_line.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: 1805px;
	width: 12px;
	left: 226px;
	top: 259px;
}
#copyright {
	position: absolute;
	height: 25px;
	width: 535px;
	left: 396px;
	top: 2185px;
}
.font_24 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	text-decoration: blink;
}
