/*----------------------------------------------
 CSS by John Ailor for Campus Apartments
 (C) 2007 Campus Apartments.
 ----------------------------------------------*/
/*----------------------
global white space reset 
****** !important ****** 
-----------------------*/ 

* { margin:0; padding:0; } 
/*----------------------------

Outer Elements & containers

----------------------------*/

body { 

	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;	
	background: gray url(bkgrd1.jpg) repeat-x fixed top left;
	color:#000;
	letter-spacing: .03em;
	}  

#wrapper { 
	width:800px;	
	margin:0px auto;		
	background-color: white;	
	/*border: Red solid 1px;*/
}

