body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:  url(file:///L|/Webs/CUCNY_NEW/images/background-colored.gif);*/
	color:#CCCCCC;
	margin: 0;
	padding: 0;
}
/*Auto left and right margins center the wrapper in modern browsers.
IE5.x Windows has a workaround found in the Conditional Comment in the
Starter Page code. It is described in the tutorial.*/
#wrapper {
	/*color: #333333;*/
	width:510px;
	margin: 0 auto;
	color:#0072bc;
	border:5px;
	border-color:#000000;
	border-style:groove;
	padding:5px;
}


#header {
	float :left;
	width 
	}
	
#content	{
	width:500px;
	float:left;
	margin-left:90px;
	}
