img, div { behavior: url(iepngfix.htc) }

 #Footer, .push {
     height: 2em;
 }
#Header {
	background-color:rgb(59,135,179);
	background-image:url(../images/myNavBarSeperator.jpg);
	background-repeat:repeat-x;
}

#Navigation {
	height:100px;
	width:800px;
	background-image:url(../images/header.jpg);
	background-position:bottom;
}
#Navigation ul {
	margin:0px;
	padding:0px;
	padding-top:60px;
}
#Navigation li {
	float:left;
	list-style:none;
}
#Navigation li a:link, #Navigation li a:visited {
	margin:0px;
	margin-left:15px;
	font-size:
14px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid white;
	text-decoration:none;
}
#Navigation li a:hover{
color:orange;
}
#Navigation #Current{
color:yellow;
}


#Footer {
background-image:url(../images/BG_footer.jpg);
background-repeat:repeat-x;
	background-color:rgb(59,135,179);
	margin:0;
	width:100%;
	padding:10px 0;
	position:relative;
	bottom:0px;
	border-top:1px solid rgb(59,135,179);

}
#Footer a:link, #Footer a:visited {
	
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	font-weight:bold;
	font-size:14px;
}
