@media screen {
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 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; }

/* Page
===========================================================================*/

html body {
	color: #616161;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 75%;  /* 12px relative to 16px */
	line-height: 1.6667em;  /* 20px relative to 12px */
	text-align: center;
	background: #5c5141 url(../_media/bg-body.png) top center no-repeat;
}

/* Common elements/classes
===========================================================================*/

a, a:visited, a:active { 
text-decoration: none; 
color:#996633;
}

a:hover { text-decoration: underline; }

/* From http://blueprintcss.org/ */
.error, .notice, .success { padding: 1em; border: 2px solid #000; }

.error { border-color: #FBC2C4;	color: #8A1F11; background: #FBE3E4; }
.error a { color: #8A1F11; }

.notice { border-color: #FFD324; color: #514721; background: #FFF6BF; }
.notice a { color: #514721; }

.success { border-color: #C6D880; color: #264409; background: #E6EFC2; }
.success a { color: #264409; }

/* Easy Clearing - http://www.positioniseverything.net/easyclearing.html
===========================================================================*/

.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 */

}