/* 
Title:     base.css
Updated:   October 17 2007
*/

/* Redefine standard XHTML elements
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #bc9d25 url("http://fishonyukon.com/images/layout/bg-body.jpg") no-repeat 50% 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #6f5f22;
	}
	
* html body {
	font-size: x-small; /* for IE 5 Win */
	f\ont-size: small; /* for other IE versions */
	}
	
/* Links
---------------------------------------------------------- */

	a:link, a:visited {
		color: #f06422;
		text-decoration: underline;
		}
	a:hover, a:focus, a:active {
		color: #f06422;
		text-decoration: none;
		}
	a img {
		border: none;
		}
		
/* Structure
---------------------------------------------------------- */

	#wrap {
		width: 973px;
		margin: 0 auto 0 auto;
		text-align: left;
		padding: 23px 0 0 0;
		}