body {
	background: url(/images/backgrounds/background_blue.jpg) #000 top no-repeat;
}
	

/* HEADER
---------------------------------------*/
#header_blue{ 
	position: relative; 
	height: 171px; 
	background: url(/images/backgrounds/nav_top.gif) repeat-x #093f81;
}

	/* TOP STRIP ABOVE BANNER AD
	---------------------------------------------*/
	#header_blue_loginarea {
		width: 880px;
		height: 37px;
		line-height: 37px;
		margin: 0;
		padding: 0 10px;
		position: absolute;
		top: 0;
		left: 0;
		clear: both;
	}
	
		/* FLAGS
		---------------------------------------------*/
		#header_blue_loginarea .flags {
			width: 240px;
			height: 15px;
			line-height: 15px;
			padding: 11px 0;
			position: absolute;
			top: 0;
			left: 10px;
		}
		
		/* LOGIN AND JOIN BUTTONS, LOGOUT and VIEW PROFILE
		---------------------------------------------*/
		#header_blue_loginarea .loginnow, #header_blue_loginarea .logout {
			display: block;
			width: 300px;
			height: 37px;
			line-height: 37px;
			text-align: right;
			color: #000;
			position: absolute;
			top: 0;
			left: 330px;
			font-size: 125%;
			font-weight: bold;
			text-transform: uppercase;
		}
		
			.loginnow a, .logout a { color: #fff; }
			
			
		/* WELCOME BACK MESSAGE AREA
		---------------------------------------------*/
		#header_blue .welcomeback {
			display: block;
			width: 450px;
			height: 54px;
			line-height: 54px;
			position: absolute;
			top: 167px;
			right: 0;
			z-index: 2;
			text-align: right;
		}
		
			
		/* SEARCH FORM SPECIFIC
		---------------------------------------------*/
		
		#header_blue_loginarea .search_area {
			width: 230px;
			height: 32px;
			margin: 4px 9px 0 0;
			padding: 0;
			position: absolute;
			top: 0;
			right: 0;
		}
		
		#header_blue_loginarea .search_area form { margin: 0; padding: 0; }
		
		fieldset.search {
			border: none;
			width: 243px;
			height: 32px;
			margin: 0 auto;
			overflow: auto;
		}
		
		.search input, .search button {
			border: none;
			float: left;
		}
		.search input.box {
			color: #000;
			font-size: 11px;
			width: 151px;
			height: 28px;
			padding: 4px 0 0 4px;
			background: url(/images/elements/misc/search_backer.gif) no-repeat;
		}
		.search input.box:focus {
			background: url(/images/elements/misc/search_backer.gif) left -32px;
			outline: none;
		}
		.search button.btn {
			width: 75px;
			height: 32px;
			cursor: pointer;
			text-indent: -9999px;
			background: url(/images/elements/misc/search_backer.gif) top right;
		}
		.search button.btn:hover {
			background: url(/images/elements/misc/search_backer.gif) bottom right;
		}

	
	/* BANNER AD AND RR LOGO
	---------------------------------------------*/
	#header_banner{
		width: 900px;
		height: 90px;
		padding: 2px 0;
		position: absolute;
		top: 39px;
		left: 0;
		clear: both;
		background-color:#000;
	}
	
	#header_banner h2 a{
		display: block;
		margin: 0;
		padding: 0;
		height: 90px;
		width: 170px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/images/elements/logos/road_runner-header.gif) repeat 0 0;
	}
	
	#header_banner .advert {
		width: 728px;
		height: 90px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 2px;
		right: 0px;
	}


/* NAVIGATION
---------------------------------------*/
#main_nav { 
	width: 900px;
	height: 36px;
	position: absolute;
	top: 134px;
	left: 0;
}

	#navigation_wrapper {
		width: 900px;
		height: 36px;
		position: relative;
	}
