	div .centered {
		text-align: center;
	}
	#wrapper {
		margin-top: 0px;
		/*background-image: url(Images/bg_gamer_middle_subpage.jpg);
		background-repeat: repeat-y;*/
		/*width: 600px;*/
	}
	#progress_bar {
		border-right: gray 1px solid; 
		border-top: gray 1px solid; 
		border-left: gray 1px solid; 
		border-bottom: gray 1px solid; 
		margin: 0px; 
		overflow: hidden; 
		width: 156px; 
		height: 15px
	}
	#banner_text {
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		border: 2px solid #FF6666;
	}	
	#topcontainer {
		padding-top: 40px;
		padding-left: 20px;
		background-image: url(Images/bg_gamer_masthead.jpg);
		background-repeat: repeat-y;
		height: 70px;
	}	
	#maincontainer {
		/* height: 650px; */
		margin: 0px;
		/*margin-top: -16px;*/
		/*background-image: url(Images/bg_gamer_middle_subpage.jpg);
		background-repeat: no-repeat;*/
	}
	#maincontainer td {
		vertical-align: top;
	}
	#vision_container {
		background-image: url(Images/bg_gamer_col1.jpg);
		background-repeat: no-repeat;
	}
	
	#sidenav {
		margin: 40px 0px 0px 0px;
		padding: 0px 0px 100px 0px;
		/*background-image: url(Images/bg_gamer_col1.jpg);*/
		width: 220px;
	}
	#sidenav ul {
		margin-left: 10px;
	}
	#sidenav ul li {
		width: 200px;
	}
	#sidenav li a:link, #sidenav li a:visited, #sidenav li a:active {
		font-weight: bold;
		color: #FF6666;
		display: block;
		text-decoration: none;
	}
	#sidenav li a:hover {
		font-weight: bold;
		color: #000000;
		display: block;
		text-decoration: none;
	}
	#mainsection {
		margin-top: 40px;
		margin-left: 60px;
	}
	#mainsection table tr td , #mainsection table tr th{
		padding: 4px;

	}
	#MOS_Graph {
		margin-top: 35px;
		margin-left: 20px;
		font-weight: bold;
		font-size: 14px;
	}
