@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(_images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
td.navbarTop {
	background-image:url(images/buttons/navbarBackgroundTop.jpg);
	background-repeat:no-repeat;
}
td.navbarBottom {
	background-image:url(images/buttons/navbarBackgorundBottom.jpg);
	background-repeat:no-repeat;
}
td.contentBoxTop {
	background-image:url(images/contentBoxTop.jpg);
	background-repeat:no-repeat;
}
td.contentBoxMiddle {
	background-image:url(images/contentBoxMiddle.jpg);
	background-repeat:repeat-y;
	padding-left:35px;
	padding-right:35px;
}
td.contentBoxBottom {
	background-image:url(images/contentBoxBottom.jpg);
	background-repeat:no-repeat;
}