html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-image: url(site_images/background.gif);
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
table#layout {
	width:932px;
	margin-left:auto;
	margin-right:auto;
}
img { 
 behavior:url("iepngfix.htc");
 display:block;
}
#content_table {
	height: 100%;
}
#content_area {
	height:100%;
}
td#left {
	height:100%;
	width:39px;
	background-image: url(images/shadow_left.png);
	background-repeat: repeat-y;
}
td#right {
	height:100%;
	width:38px;
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
}
#content {
	display: none;
}