@media screen, handheld {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* General Classes
===========================================================================*/

html {
	background: #fff url("../images/site/bg_body.png") top left repeat-x;
}

html body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 62.5%; /* Sets 1em == 10px */
	text-align: center;
}

body div#page {
	position: relative;
	margin: 8px auto 0 auto;
	padding-top: 108px;
	width: 900px; /* 960px max width for 1024x768 resolution; subtract margins and padding */
	text-align: left;
	color: #666;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}


.errors, .notice, .success { padding: 1em; border: 2px solid #000; }
.errors { border-color: #FBC2C4; color: #8A1F11; background: #FBE3E4; }

* html img { behavior: url("/assets/_behavior/iepngfix.htc"); }

.accessibility {
	display: none;
}

/*
	Phark (Revisited) Image Replacement - Mike Rundle
	http://www.mezzoblue.com/tests/revised-image-replacement/#phark2
*/

.replace {
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*
	Easy Clearing - Tony Aslett, Position is Everything, and Alex Robinson
	http://www.tanfa.co.uk/archives/show.asp?var=300
*/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;

	clear: both;

	height:      0;
	line-height: 0;
	font-size:   1px;
}

.clear {
	display: inline-block;
}

/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/**/ /* end hidden from IE 5 Mac */
	
/*end @media */
}
