.a {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #CCC;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#wrapper #logo {
	background-image: url(../images/svi%20logo%20final.jpg);
	background-repeat: repeat;
	height: 200px;
	width: 975px;
}
#wrapper #navigation {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFC;
	height: 80px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 975px;
	border: medium solid #FFC;
}
#wrapper #SVInetbanner {
	background-color: #000;
	height: 300px;
	width: 975px;
	background-repeat: no-repeat;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#wrapper #body {
	background-color: #CCC;
	width: 975px;
	font-size: 20px;
	text-indent: 1.4cm;
}
#wrapper #footer {
	color: #000;
	background-color: #999;
	height: 40px;
	text-align: center;
	font-weight: bold;
	border: medium solid #666;
}
#wrapper #body .red strong {
	color: #F00;
}

