.wrapper {
	background: url('sif-content-bg.jpg') no-repeat;
	background-position: 0 73px;
}

.footer {
	background: #27447B;
	padding-top: 20px;
}

a {
	color: #2170A8;
}

#nav {
	margin-top: 10px; 
}

#nav a {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 8px;
	height: 22px;
	width: 105px;
	background-image: url('sif-menu-bg.gif');
}

#nav ul li a {
	text-transform: none;
	font-size: 7pt;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
	background-image: none;
/*	background-color: #DFF2FF; */
}

#nav li a:hover, #nav li a.active {
	color: white;
	background-color: #27447B;
}

#nav ul li a:hover, #nav ul li a.active {
	background: #90C6ED;
	color: white;
}
