@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

#wrapper {
width:900px; 
margin: auto;
background:#546296; 
}

#header {
	position: relative;
	z-index: 10;
	padding: 0px 10px 75px 10px;
	clear: both;
	
	border-bottom:3px solid #131F49;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

#breadcrumbs {
	height: 30px;
	border-bottom: 3px solid #131f49;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(54,63,96,1);
	text-transform: uppercase;
}

#headerbar {
border-bottom:3px solid #131F49;
min-height:80px;
overflow:hidden;
padding:80px 0 0 300px;
}

a:link,
a:visited { color: #FFFFFF; }
a:hover { color: #FFFFFF; }