body {
	background: #e3cd99 url(noj-back.jpg) repeat;
	font: 11px/18px Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
}

a, a:visited {
	text-decoration: none;
	color: #351b0d;
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
	text-decoration: underline;

#welcome {position: relative;
	width:  1000px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	border: 0px;
	padding: 0px;

}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

