body {
	text-align: center;
	min-width: 860px;
}

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	/*border: 0 none; */
	border: 0 none; 
/*	filter: alpha(opacity=100); 
	-moz-opacity: 0; 
	opacity: 0;  */
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/*
 * Header Layouts
 */

#header {
	height: 160px;
	position: relative;
}

#logo {
	background: url('images/slidebg.jpg') no-repeat 9px 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	line-height: 0;
}

#banner {
	margin-left: 250px;
}

#overlay {
	position: absolute;
	right: 20px;
	bottom: -125px;
	z-index: 5;
}

#overlay-left {
	position: absolute;
	left: 200px;
	bottom: -45px;
	z-index: 5;
}

/*
 * Main Area Layouts
 */

#main {
	position: relative;
	/* workaround IE 6 bug */
	zoom: 1;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 200px;
}

#content {
	margin-left: 200px;
	margin-top: 20px;
}

.imagecenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}