/*
Title: rbchurch.ca base-css
Updated: March 26 2008
*/

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

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

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

	em {
		font-style: italic;
		}
	strong {
		font-weight: bold;
		}
		
/* Structure
---------------------------------------------------------- */
	
	#wrap {
		width: 960px;
		margin: 10px auto 30px auto;
		text-align: left;
		padding: 0;
		}