/* 
   default layout 
*/
BODY  
	{ 
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;  /* required to centre the content column */
	}

#content {		
	width: 700px; 
	margin-right: auto;
	margin-left: auto; 
	text-align:left; 
	/* part 2 of 2 centering hack for IE */
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 630px;
}

DIV {
	margin: 15px;
	padding: 10px;
	width: 400px;
	}


