/* CSS Document */
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../pics/ba-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 560px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../pics/ba-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
} 
#container #header {
	background-image: url(../pics/ba-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
}

#container #ba-images {
	padding: 20px;
	margin-left: 64px;
}

