/*
Navigation bar at the top, 2 columns of content, sub to the right
*/

@import url("nav-horizontal.css");

#container
	{
	width: 770px;
	}


#content
	{
	position: relative;
	width: 580px;
	}
	
#main
	{
  float: left;
  width: 360px;
	}

#sub
	{
	float: right;
	width: 192px;
	font-size: 90%;
	}

#local
	{
	display: none;
	}
	
#nav
	{
	position: absolute;
	width: 100%;
	text-align: left;
	}

#footer
	{
	clear: both;
	font-size: 90%;
	}