@charset "UTF-8";

body {
	background-image: url('../img/shs_colorGradient.jpg');
	background-repeat:no-repeat;
	background-position:center top; 
	background-color: #511212;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	min-height: 800px;
}

.search {
	color: white;
	float: left;
	font-size: 10px;
	margin: 11px 8px 0 0;
}

#searchBox {
	padding: 60px 0 0 610px;
}

img, div { 
	behavior: url(css/iepngfix.htc);
}


#wrapper {
	margin: auto;
	width: 900px;
}

#navigation {
	clear: both;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}
#navigation .segment {
	border-left: 1px solid white;
	float: left;
	padding: 0 0 0 10px;
	width: 167px;
}
#navigation ul li a:link {
	color: white;
	text-decoration: none;
}
#navigation ul li a:visited {
	color: white;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: white;
	color: #900f0c;
	text-decoration: none;
}
#navigation ul li a:active {
	color: white;
	text-decoration: none;
}

#footer {
	padding: 10px 0;
}
#footer p{
	color: white;
	font-size: 10px;
	line-height: 14px;
}
#footer a:link {
	color: white;
	font-size: 10px;
}
#footer a:visited {
	color: white;
	font-size: 10px;
}
#footer a:hover {
	background-color: white;
	color: #900f0c;
	font-size: 10px;
	text-decoration: none;
}
#footer a:active {
	color: white;
	font-size: 10px;
}

