BODY {
	margin:50px 0px; padding:0px;
	text-align:center;
}

P {
        text-indent: 2em;
}

LI {
	margin-top:3px;
}

H1 {
        text-align: center;
}
	
#Content {
	width:500px;
	margin:0px auto; 
	text-align:left;
	padding:15px;
	border:2px solid #333;
	background-color:#eeeeee;
}

#Content_wide {
	width:630px;
	margin:0px auto; 
	text-align:left;
	padding:15px;
	border:2px solid #333;
	background-color:#eeeeee;
}
#Content_extra_wide {
	width:720px;
	margin:0px auto; 
	text-align:left;
	padding:15px;
	border:2px solid #333;
	background-color:#eeeeee;
}

.noindent {
        text-indent: 0em;
}

