div#nav_container
{
	width: 790px;
	margin: auto;
	background: #791314;
}

	div#nav_container div#top_nav
	{
		width: 790px;
		height: 40px;
	}

		div#nav_container div#top_nav div#break
		{
			width: 1px;
			height: 40px;
			background: url(../images/top_nav_break.gif);
			float: left;
		}
	
		div#nav_container div#top_nav a#home
		{
			width: 60px;
			height: 40px;
			margin-left: 100px;
			background: url(../images/top_nav_home.gif);
			background-position: 0 -40px;
			float: left;
		}

		div#nav_container div#top_nav a#home:hover
		{
			background-position: 0 0;
		}
		
		div#nav_container div#top_nav a#contact
		{
			width: 60px;
			height: 40px;
			background: url(../images/top_nav_contact.gif);
			background-position: 0 -40px;
			float: left;
		}

		div#nav_container div#top_nav a#contact:hover
		{
			background-position: 0 0;
		}
		
	div#nav_container div#side_nav
	{
		width: 133px;
		height: 441px;
		float: left;
	}

	div#nav_container div#nav_image
	{
		width: 637px;
		height: 441px;
		float: right;
	}