	html { height: 100%; }
	body
	{
		background-color: #c2ced6;
		background-image: url('images/bggrad.jpg');
		background-repeat: repeat-x;
		margin: 0;
		padding: 0;
		height: 100%;
		color: #343434;
		font-family: "Georgia", "Palatino", "Verdana", sans-serif;
		font-size: 0.98em;
	}

	
	img { border: none; }
	span { border: none; }
	#gradient
	{
		width: 829px;
		margin: 0 auto 0 auto;
		padding: 20px 0 20px 0;
		min-height: 100%;
		/*background-image: url('images/grad.png');*/
		background-image: url('images/gradnew24.png');
		background-repeat: repeat-y;
		background-position: 0 0;
	}

	#container
	{
		width: 690px;
		/*should use auto for left & right but it doesn't play nicely with jQuery drop on IE */
		margin: 0 69px 0 70px;
		background-color: #FFFFFF;
		border: 3px solid #d6d6d6;
	}
	
	h1#main-h
	{
		border-bottom: 2px solid #d6d6d6;
		padding: 10px;
		margin-bottom: 0;
		margin-top: 0;
	}
	#flashpics
	{
		border-bottom: 2px solid #d6d6d6;
		
	}
	#content
	{
		padding: 3px 10px 5px 10px;
	}
	
	/** Nav stuff **/
	
	ul#nav
	{
		list-style: none;
		padding: 0;
		margin: 0;
		height:22px;
		width: 690px;
		border-bottom: 2px solid #d6d6d6;
		font-size: 14px;
		font-weight: bold;
	}
	ul#nav li { float: left; text-align: center; line-height: 22px;}
	ul#nav a
	{
		display: block;
		width: 115px;
		height: 22px;
		background-image: url('images/navbg_114x22.png');
		text-decoration: none;
		color: #343434;
	}
	ul#nav a:hover { background-image: url('images/navbg-over.png'); }
	ul#nav a#on { background-image: url('images/navbg-over.png'); }
	
	/** end of nav stuff **/
	
	a { text-decoration: none; }
	a:link { text-decoration: none; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }
	a:active { text-decoration: underline; }
	
	#main-h a { text-decoration: none; }
	
	table#tariffstab
	{
		font-size: 0.96em;
		border-collapse: collapse;
		width: 90%;
	}

	table#tariffstab td
	{
		padding: 6px;
		border: 4px solid #FFFFFF;
		background-color: #F0F0F0;
	}
	
	span#h1-label {	font-size: 9px; }
	span#h1-label:hover { text-decoration: underline; }
	
	#logos
	{
		margin-left: 290px;
		margin-top: 15px;
	}
		
	
	
