.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;
	background-color: #FFC;
	width: 975px;
	text-align: center;
}
#wrapper #header {
	background-image: url(../images/contact%20us%20header.jpg);
	height: 200px;
	width: 975px;
}
#wrapper #bodyarea {
	background-color: #CCC;
	height: 750px;
	width: 975px;
	font-size: 18px;
	font-weight: bold;
	color: #00F;
	border: medium solid #F00;
	float: left;
}
#wrapper #bodyarea blockquote h5 {
	text-align: right;
}
#wrapper #bodyarea blockquote h4 {
	color: #000;
}

