/* CSS Document */
body{
	font-size:14px;
	color:#171717;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	display:none;
}
h2{
	display:none;
}
h3{
	display:none;
}
div.maincontainer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 0px;
	width:882px;
	height:1561px;
}
div.t_f_sidebar_left {
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:1561px;
	background-image:url(image/sideshadow_left.jpg);
	background-repeat:repeat-y;
}
div.t_f_sidebar_right {
	position:absolute;
	left:882px;
	top:0px;
	width:4px;
	height:1561px;
	background-image:url(image/sideshadow_right.jpg);
	background-repeat:repeat-y;
}
