/* CSS Document */

body {
margin: 0;
padding: 0;
text-align: left; /* hack to force IE5.x pc to center our wrapper div */
background-image: url(../images/backg_grad.jpg);
background-repeat: repeat-y;
}

#wrapper {
	margin: 0;
	background-image: url(../images/wrapper_bg_grad2.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 800px;
	border: 0;
	border-bottom: 0;
}

#bottom_table {
	margin: 0;
	padding:0;
	line-height: 15px;

}

#orange {
	margin: 0;
	background-image: url(../images/wrapper_bg_orange.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 800px;
	border: 0;
	border-bottom: 0;

}

#bottom {
	margin: 0;
	background-image: url(../images/bottom_grad2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	border: 0;
	border-bottom: 0;
}

