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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
#wrapper {
	width: 665px;
  	margin: 10em auto;   /*** This centers wrapper for most modern browsers ***/
  	text-align: left;   /*** This resets the text alignment to left ***/
  	font-size: 0.9em;;
	border: 1px solid #999999;
}
#banner {
  	background: url(images/language.jpg) no-repeat left top;
  	height: 240px;
	padding: 10em 0 0 0;
}

#banner li {
	background: #FFF url(images/arec_nav_back.jpg) repeat-x left bottom;
	width: 240px;
	margin-bottom: 0.2em;
}
#banner a, #banner a:link, #banner a:visited {
	color: #242424;
	font-size: 0.8em;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: .5em 1em .3em 1.5em;
	border: 1px solid #999999; /*** light green / yellow ***/
}
#banner a:visited {
	color: #55628B;
}
#banner a:hover, #banner a:active, #banner a:focus {
	color: #A23378;   /*** red ***/
}
