.a {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFC;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background-image: url(../images/svi%20logo%20final.jpg);
	height: 200px;
	width: 975px;
}
#wrapper #navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FFC;
	height: 80px;
	width: 975px;
	text-align: center;
}
#wrapper #header {
	background-image: url(../images/monitoring%20header.jpg);
	height: 180px;
	width: 975px;
}
#wrapper #right {
	background-color: #999;
	width: 970px;
	font-size: 18px;
	border: medium solid #999;
}
#wrapper #copyright {
	background-color: #999;
	font-size: 14px;
	font-weight: bold;
	width: 975px;
	border: medium solid #999;
}
#wrapper #right blockquote blockquote h3 {
	text-align: center;
}

