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, 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;
	border: 0;	/* This removes the border around the viewport in old versions of IE */
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	color: #2b2b2b;
}



body {
	background:url(../images/background.jpg) no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#9c0;
	text-align:center;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

#wrapper {
width:1100px;
text-align:left;
position:relative;
margin:0 auto;
padding:0;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	visibility: hidden;
	z-index: 100;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-image: url(../images/bkgrnd_balloon.jpg);
	font-weight: 500;
	font-style: italic;
	font-size: 0.8em;
	padding: 8px 2px 2px 5px;
	border: 1px solid #e4e4a3;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
