a {
	color: #da2725;
}
body {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 100.01%;
}
#wrapper {
	width: 900px;
	overflow: hidden;
	position: absolute;
}
#header {
	width: 900px;
	height: 100px;
	background-image: url(1pzbiz2.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #d8d8d9;
	position:relative;
}
#link {
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 376px;
	height: 84px;
}
#menu {
	width: 900px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #d8d8d9;
}
#menu ul {
	display: inline;
	margin: 5px;
	padding: 15px;
}
#menu li {
	display: inline;
	padding: 0 50px 0 0;
	margin : 0;
}
#menu li a {
	font-size: 0.8em;
	text-decoration: none;
	color: #666666;
}
#menu li a:hover {
	color: black
}
#content {
	float: right;
	width: 600px;
	margin: 0 16px 10px 0;
	padding: 10px 5px 10px 10px;
	line-height: 18px;
	position: relative;
}
#content h2 {
	text-align: center;
}
#content h3 {
	text-align: center;
	color:#da2725;
	font-size: 1.1em;
}
#content h4 {
	font-size: 1em;
}
#content p {
	font-size: 0.9em;
}
#content ul, ol {
	font-size: 0.9em;
}
#content input {
	border: 1px solid gray;
}
#content label {
	font-size: 0.8em;
	font-weight: bold;
	margin-top:7px;
}
#content .block {
	display: block;
}
#bar {
	float: left;
	width: 250px;
	margin: 0 0 10 16px;
	padding: 0 0 10px 0;
}
#bar li {
	list-style: none;	
	margin : 15px 0 0 0;
}
#bar ul {
	margin : 55px 5px 25px 5px;
	padding: 0;
}
#bar li a {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
#bar li a:hover {
	color: black;
}
#bar h4 {
	font-size: 0.9em;
	margin:10px 0 10px 5px;
	color: #da2725;
}
#footer {
	clear: both;
	margin: 0 16px 0 16px;
	height: 45px;
	position: relative;
	z-index: 1;
	border-top: 2px solid #d8d8d9;
	padding: 5px;
}
#footer p{
	font-size: 0.8em;
	margin: 0;
	color: #666666;
}
#account {
	padding: 0 5px 0 5px;
}
#account label {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}
#account input {
	margin-bottom: 5px;
	border: 1px solid gray;
}
.biglink {
	text-align: center;
}
.biglink a {
		color: #da2725;
}


