html {
	background-color: #073265;
}

body {
	font: 62.5% arial,verdana,sans-serif;
	color: black;
}


/* Avalanche Creative */

/* Hybrid Bus Link */
#hybridlink{
	display: block;
}
	#hybridlink,
	#hybridlink img{
		width: 230px;
		height: 275px;
	}
	
	#hybridlink:focus{
		outline: none !important;
	}



#pagewrap {
	width: 960px;
	height: 727px;
	margin: 0px auto;
	position: relative;
	z-index:50;
}


#toppanel {
	width: 960px;
	height: 302px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	background-image: url(images/toppanel.jpg);
}

#leftpanel {
	width: 398px;
	height: 375px;
	position: absolute;
	top: 260px;
	left: 0px;
	z-index: 100;
	background-image: url(images/leftpanel.gif);
}

#rightpanel {
	width: 274px;
	height: 333px;
	position: absolute;
	top: 302px;
	right: 0px;
	z-index: 100;
	background-image: url(images/rightpanel2.gif);
}

#yellowpanel {
	width: 288px;
	height: 333px;
	position: absolute;
	top: 302px;
	right: 274px;
	z-index: 100;
	background-image: url(images/yellowpanel.jpg);
}

#bottombar {
	width: 960px;
	height: 92px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	background-image: url(images/bottombar.gif);
	
}




/*
#header {
	background-image: url(images/site_header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 113px;
	margin: 0 24px;
}

#navigation {
	background-image: url(images/buttonbar.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 912px;
	margin: 0 auto;
	margin-bottom: 6px;
	
}

#footer {
	margin: 0 auto;
	margin-top: 120px;
	text-align: center;
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
	height: 160px;	
}

#sidebar {
	width: 239px;
	margin-left: 37px;
	float: left;
}
#maincontent {
	margin-right: 37px;
	width: 636px;
	float: right;
}

#maincontent p {
	font-size: 1.2em;	
}
*/


