.a {
	margin: 0px;
}
#wrapper {
	background-color: #FFC;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#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;
	height: 80px;
	color: #000;
	text-align: center;
}
#wrapper #header {
	background-image: url(../images/index%20header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 975px;
}
#wrapper #left {
	background-color: #9CF;
	height: 510px;
	width: 700px;
	float: left;
	font-size: 18px;
	text-align: justify;
	text-indent: 1.4cm;
}
#wrapper #right {
	background-image: url(../images/Untitled.png);
	height: 510px;
	width: 275px;
	background-repeat: no-repeat;
	background-color: #CCC;
	background-position: center .4in;
	float: right;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #F00;
	font-style: normal;
}
#wrapper #footer {
	background-color: #999;
	clear: both;
	height: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
