* {
margin: 0;
padding: 0;
}
.master_container {
	height: 7000px;
	width: 900px;
	background-color: #FFFFFF;
	border: 2px solid #83192E;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_header {
	height: 123px;
	width: 900px;
	background-image: url(../_images/main_header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}
.nav_container {
	height: 6878px;
	width: 151px;
	background-color: #CCCCCC;
	position: absolute;
	top: 124px;
}
.main_text_box {
	height: 2465px;
	width: 710px;
	left: 170px;
	position: absolute;
	top: 140px;
}
.right_side_container {
	height: 2966px;
	width: 151px;
	background-color: #CCCCCC;
	padding-top: 10px;
	top: 124px;
	position: absolute;
	left: 749px
}
.focm_logo {
	background-repeat: no-repeat;
	height: 126px;
	width: 134px;
	left: 812px;
	top: 353px;
	position: absolute;
	z-index: 40;
}
.chart_borders_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
