xtd {
	border: 2px solid yellow;
}

#bgleft {
	background-image: url(./bg_left.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#main {
	background-color: #9b9bc3;
	background-image: url(./bg_maintop.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#content {
	height:100%;

	background-image: url(./bg_mainbot.gif);
	background-position: bottom;
	background-repeat: repeat-x;

	padding-left: 25px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 50px;


}

#bottom {
	background-image: url(./bg_bot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#bottomright {
	background-image: url(./dropshadow2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#search {
	background-image: url(./bg_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#search_blank {
	background-image: url(./bg_search_blank.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#right {
	background-image: url(./dropshadow.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#infotable {
	z-index:0;
	position:relative;
	left: -33px;

	width:248px;
	background-image: url(./info_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
	
	margin-bottom: 110px;
	margin-top: 8px;
	}
	
	#infotable td.top {
		height: 49px;
		background-image: url(./info_top.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#infotable td.content {
		background-image: url(./info_bg_content.jpg);
		background-position: top left;
		background-repeat: no-repeat;

		color: #000066;
		font-size: 11px;
		padding-left: 8px;
		padding-right: 8px;

	}
	
	#infotable td.content p {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 5px;
		color:#444477;
	}
	
	#infotable td.bottom {
		width:15px;
		font-size:1px;
		background-image: url(./info_bot.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
	}