/*
Title: Klondikecycleworks.com base-css
Updated: May 1 2008
*/

/* Body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #596054;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #41463D;
	}
	
* html body {
	font-size: x-small; /* for IE 5 Win */
	f\ont-size: small; /* for other IE versions */
	}
	
/* Links
---------------------------------------------------------- */

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

	em {
		font-style: italic;
		}
	strong {
		font-weight: bold;
		}
		
		
/* Structure
---------------------------------------------------------- */

	#wrap {
		width: 960px;
		min-height: 1000px;
		margin: 0 auto;
		text-align: left;
		padding: 0;
		background: #e8e6cf url("http://klondikecycleworks.com/images/layout/bg-wrap.jpg") repeat-y 0 0;
		}