body {
	position: relative;
	width: 720px;
	margin: 20px auto;
	background: white url(../../images/outer_bkg.gif);
	color: #777;
}

#header {
	background: url(../../images/header.jpg);
	width: 720px; /*ie5.5*/
	height: 134px;
}

#header-swf {
	width: 720px; height: 134px;
}

#stickout {
	position: absolute;
	width: 17px; height: 50px;
	background: url(../../images/box_edge.gif);
	left: -17px; top: 127px;	
}

#menu {
	position: absolute;
	left: 0; top: 134px;	
	background: url(../../images/menu_bkg.jpg);
	width: 220px; height: 516px;
}

#menu-swf {
	margin: 50px 0 0 6px;
	width: 184px; height: 205px;
}

#menu-text {
	padding: 10px 10px 10px 22px;
	}
	
			
#footer {
	position: absolute;
	left: 220px; top: 584px;
	width: 500px; height: 66px;
	border: 0px dotted blue;
	overflow: hidden;
	background: url(../../images/footer.gif);
}

#footer-dotz {
	overflow: hidden; /*ie*/
	position: absolute;
	right: 18px; top: 6px;
	width: 445px; height: 3px;
	background: url(../../images/foot_divider.gif);
	
}

#footer-nav {
	text-align: right;
	color: #999;
	margin: 19px 17px 0 0;

}

#disclaimer, #disclaimer a {
	margin-top: 5px;
	font-weight: normal !important;
}

#crumbs {
	position: absolute;
	left: 36px; top: 435px;
	font: normal 10px verdana, sans-serif;
	
}



