/* RESET
 ---------------------------------------------------------------- */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	img {
		border: 0;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
	STRONG { font-weight: bold; }
	
	.show { display: block; }
	.hide { display: none; }
	
	.right { float: right !important; }
	.left { float: left !important; }
	
	.clear { clear: both; }
	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


/* SITE STYLES
 ---------------------------------------------------------------- */

	BODY {
		background-color: #6B6B6D;
		}

	* HTML, 
	* HTML BODY{
		height:100%;
		overflow:hidden;
		text-align: center;
		}
	* HTML #site {
		overflow:auto;
		height: 99.9%;
		}
	#site { /* Required to make IE6 scroll */
		position:relative; 
		}
	
	#site_content {
		margin: 0 auto;
		width: 1000px;
		text-align: left;
		padding-bottom: 22px; /* Size of footer */
		}
	
	#footer {
		position:absolute;
		bottom:0;
		left: 0;
		width:100%;
		z-index: 2;
		}
		HTML>BODY #footer{ /* for moz/opera and others*/
			position:fixed;
			}
		#footer #footer_content {
			height: 22px;
			margin: 0 auto;
			width: 1000px;
			*margin-right: 18px; /* IE Only */
			}
		
			