* { margin:0; padding: 0; list-style: none; }
body {
	margin-top: 0px;
	background-image: url(../images/pipi_02.png);
	background-repeat: repeat;
}

#page {
	margin: 0px;
	width: 960px;
	padding: 0px;
	border: 0px solid #777;
	box-shadow: #999 1px 1px 3px;
	height: 400px;
	background-image: url(images/pipi_02.png);
}
#page h1 {
	font-weight: normal;
	font-size: 32px;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#page h2 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
	font-style: italic;
	margin: 0px;
}
#page h3 {
	float: left;
}
#page h3 a { font-weight: normal; font-size: 16px; color:#004499; }
#page h3 a:hover { color:#333; }
