<!--
		#root {
			width:680px;
			height:auto;
		}

		#tagLine {
			width:410px;

		}
		
		#sideBar {
			/*background-color:blue;*/
		}
		
			#pageHome #tagLine {
				width:280px;
			}
	

		#content {
			width:400px;
			/*background-color:green;*/
		}
	
	
			#pageTeamPage #content, #pageResources #content {
				width:400px;
				padding-right:0;
			}
-->