

				/* HEADER Stylesheet */
				/* total width: 960px */
#header-out {
	background: #000;
}				
#header-in {
	width: 930px;
	height: 114px;
	margin: auto;
	padding: 0 20px 0 20px;
	}
#header-left {
	width: 80px;
	float: left;
	display: inline;
	padding: 0px;
	}
.logo {
	display: block;
	}
#header-right {
	float: left;
	background: url(../images/header-inner-back2.gif) no-repeat;
	display: inline;
	color: #fbc48a;
	width:  830px;
	text-align: right;
	padding-right: 0px;
	}
#header-right-links {
	padding-top: 79px;
	color: #D3D3D3;
	line-height: 1.9em;
	font-size: 1.1em;
	width: 830px;
	}
#header-right-links h2 {
	display: none;
	}
#header-right-links ul {
	list-style: none;
	}
#header-right-links ul li {
	display: inline;
	}
#header-right-links a {
	color: #D3D3D3;
	}
#header-right-links a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
#header-right-search {
	display: inline;
	float: right;
	padding-top: 5px;
	}
#header-right-search h2 {
	display: none;
	}


/* Portals */
#portals-out {
	background: #BFBFBF;
	padding: 0.5em 0;
}
#portals-in {
	text-align: center;
}
#portals-in li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
#portals-in a {
	color: #171717;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 5px;
}

