/*
Title: yukono.com base.css
Updated: january 21 2010
*/


/* Body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #BF4B02;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #070707;
	}

* html body {
	font-size: x-small; /* for IE 5 Win */
	f\ont-size: small; /* for other IE versions */
	}
	

/* Links
---------------------------------------------------------- */

	a:link, a:visited {
		color: #076DC2;
		text-decoration: none;
		outline: none;
		}

	a:hover, a:focus, a:active {
		color: #BF4B02;
		text-decoration: underline;
		}

	a img {
		border: none;
		}


/* Basics
---------------------------------------------------------- */

	em {
		font-style: italic;
		}

	strong {
		font-weight: bold;
		}

/* Structure
---------------------------------------------------------- */

	#wrap {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		padding: 0;
		background-color: #FFF;
		}
