	/* Remove browser styles (thanks to zeldman.com et al, meyerweb http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/, and
Richard Clark from html5octor.com) */
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background:transparent;
		}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	font: 11px/18px "Helvetica Neue," Arial, Helvetica, Tahoma, sans-serif;
	line-height:1;
	}

ol, ul {
	list-style: none;
	}
	
/* 'tables still need 'cellspacing="0"' in the markup' - Eric Meyer */

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: "" "";
	}a



	/* Set out the main layout divisions */
	/* Thanks Pete of http://the-echoplex.net/ for min-height on div#wrapper suggestion, which eliminates a bad bug in Firefox */
	/* Thanks Michel of http://www.optimiced.com/ for initial demos to remove Firefox bug, and for suggestion to switch from overflow: auto to overflow: visible , which stopped Firefox chopping long pages in half */


html { 
	min-width: 1020px;
	 }




/*
The rest is modified from
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Thank you Richard Clark - http://richclarkdesign.com
*/

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

input, select {
	vertical-align:middle;
}
