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

#container {
	background-color: #FDFDFD;
	width: 775px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 5px black solid;	
}

#header { background-image:url(images/mas_head.png);
    width:775px;
    height:205px;
}

#navigational_bar {
	background: #FFFFFF
	width: 775px;
	height: 200px; 
}

#text_area2 {table-layout:auto;
    width:250;
	height:245;
}

#maintop_content2 {
	background:#FFFFFF;
	width:775px;
	height:600px;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 0 10px;
}
	
#footer {background-color:#000000;
    width:775px;
    height:auto;
	
}
#test_area {
	height: 600px;
	width: 775px;
	float: center;
	
}

