


#wrap{
	width: 800px;
	margin: 10px auto;
}

#main {
	overflow:auto;
	padding-bottom: 120px;
}

h1, h2 {
	text-align:center;
}

.italics{
	font-style: italic;
}

section{
	width:768px;
	padding:15px 15px 15px 15px;
	background:#DBD5FF;	
	border:#00F thin solid;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:10px;
	margin-bottom:25px;
}

section h3{
	background:#00F;
	color:white;
	width:718px;
	margin:0 auto;
	padding:25px;
}
section ul li{
	margin-bottom:8px;	
}
