/* banner section */
#header1 {
	padding: 0;
	width: 100%;
	height: 110px;
}
/* banner left */
#header1_title {
	float: left;
	width: 40%;
}

#header1_links {
	display: none;
}

/* top nav section */
#header2 {
	display: none;
}	

/* page content area */
#contents {
	position: absolute;
	top: 165px;
	left: 0;
	width:100%;
}

/* left menu */
#menu {
	display: none;
}	

#footer {
	display: none;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}

#footer a:hover {
	color: #F33;
}