@charset "utf-8";
/* CSS Document */

/* Body and HTML style */
body, html
{
	/*height: 100%;*/
	background-color: #FFFFFF;
	background-position: center;
	background-position: top;
	font-family: Arial;
}

/* Main container style */
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	border: solid 0px orange;
	height: auto;
	background-color: #FFFFFF;
	height: 100%;
	background:#FFFFFF url(body-bg.gif) repeat-y scroll center center;
}

.top_panel {
	height: 320px;
	overflow: hidden;
}

.bottom_panel {
	height: 100%;
	clear: both;
	position: relative;
	/*left: 18px;*/
	/*top: -18px;*/
}	

/* Default style for container objects */
.ac_banner {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 960px;
	height: 320px;
	margin-top: 0px;
	background-color:  #FFFFFF;
	margin-bottom: 0px;
	position: relative;
	left: 18px;
}

/* Banner style */
.container_16 .ac_banner
{
	/*width: 960px;
	height: 320px;
	margin-top: 0px;
	background-color:  #FFFFFF;
	margin-bottom: 0px;
	position: relative;*/
}

.atb_logo {
	top: -320px;
	left: 38px;
	position: relative;
	width: 210px;
	height: 150px;
	/*float: left;*/
}

.atb_logo_home {
	top: -527px;
	left: 20px;
	position: relative;
	width: 210px;
	height: 150px;
	/*float: left;*/
}

.atb_menu_top
{
	float: right;
	position: relative;
	top: -253px;
	/*right: -20px;*/
	height: 52px;
	width: 711px;
}

.atb_menu_top_home
{
	float: right;
	position: relative;
	top: -460px;
	right: -20px;
	height: 52px;
	width: 711px;
}


