
body 
	{
    background-image: url('../images/swp_owl_logo_bgnd.jpeg');
    background-repeat: repeat-x;
	}

/* PageContainer Begin */
	#PageContainer
		{
			background-color: transparent;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}


	#PageBanner
		{
			position: absolute; left:auto; right:auto; top:0px;
			background-image: url('../images/SWP_name.jpg');
			background-repeat: no-repeat;
			background-color: transparent;
			height: 75px;
			width: 100%;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			vertical-align: top;
		}

	/* PageBody Begin */
	#TopPanel
		{
			position: absolute; left:auto; right:auto; top:75px;
			background-color: rgb(255,255,255);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}

	#LeftPanel
		{
			position: absolute;
			background-color: rgb(255,255,255);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			border: 0;
		}

	#RightPanel
		{
			position: absolute;
			background-color: rgb(255,255,255);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			border: 0;
		}
	/* PageBody End */

	/* PageFooter Begin */
	#PageFooter
		{
			position: absolute;
			background-color: rgb(255,255,255);
			height: 50px;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: center;
		}
	/* PageFooter End */
/* PageContainer End */


