/* 2 Column Layout CSS  1.0 - Pacific Theatre */
/* Last update: 2006-03-26  */

div#LayoutHeader {
	/*background: url(../images/header-fullbody.jpg);*/
	height: 5px;
	background: white;
}

div#Layout {
	/*background: #FFF url(../images/layout-fullbody.gif) bottom right no-repeat;*/
	background: white;
}

td#SideBar {
	/* background: url(../images/sidebar-background.gif) top left no-repeat; */
	width: 200px;
}

div#Footer {
	/*background: url(../images/footer-fullbody.jpg);*/
	background: white;
}

