body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:  url(file:///L|/Webs/CUCNY_NEW/images/background-colored.gif);*/
	background-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:600px;
	margin: 0 auto;
	color:#000000;
	background-color:#ffffff;
	/*border:5px;
	border-color:#000000;
	border-style:groove;*/
	padding:5px;
}


#header {
	float :left;
	
	}
	
	
#content	{
margin:30px;
}