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

