* {
margin: 0;
padding: 0;
}
.master_container {
	height: 3100px;
	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: 2976px;
	width: 151px;
	background-color: #CCCCCC;
	position: absolute;
	top: 124px;
}
.main_text_box {
	height: 2465px;
	width: 550px;
	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;
}
