@charset "utf-8";
/* CSS Document */
body {
	width:1024px;
}

#content {
	width:960px;
	margin-left:32px;
}


h2 {
	height:80px;
	background:url(images/h2.png) no-repeat;
}
h2 p{
	font-size:40px;
	text-align:center;
	padding-top:15px
}

h3 {
	height:60px;
	background:url(images/h3.png) no-repeat;
}
h3 p {
	font-size:25px;
	margin-left:50px;
	padding-top:15px;
}



h4 {
	background: url(images/h4.png) no-repeat left center;
}

h4 p{
	margin-left:25px;
	padding-top:3px;
}

p img{
	margin-right:15px;
}


header ul li{
	font-size:25px;
	list-style:none;	
}

footer p{
	text-align:center;
}