/*
Title: yitis.ca base.css
Updated: december 23 2008
*/

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

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

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

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

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