#page_grid {
	height: 100%;
	width: 100%;

	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#grid_left {
	width: 40%;
	
}

	#grid_left_div {
		height: 100%;
		width: 100%;
		
		position: relative;
		
		z-index: 30;
	}

#grid_right {
	width: 40%;
}

	#grid_right_div {
		height: 100%;
		width: 100%;
		
		position: relative;
		
		z-index: 30;
	}

#grid_main {
	width: 779px;
	
}
	#page_main {
		width: 779px;
		
		position: relative;
		
		z-index: 20;
	}

#page_top {
	height: 89px;
	
	position: relative;
}

#page_left {
	width: 12px;
	
	position: absolute;
	top: 0px;
	right: -3px;
	
}
	#page_left-bg {
		width: 12px;

		background-image: url(images/page-left.gif);
		background-repeat: repeat-y;		

		position: absolute;
		top: 460px;
		left: 0px;
		
	}

		#page_left_top {
			height: 330px;
			width: 12px;

			background-image: url(images/page-left_top.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: 0px;
			left: 0px;
		}

		#page_left_bottom {
			height: 22px;
			width: 12px;

			background-image: url(images/page-left_bottom.gif);
			background-repeat: no-repeat;

			position: absolute;
			left: 0px;
			bottom: 0px;	
		}

#page_right {
	width: 12px;
	
	position: absolute;
	top: 0px;
	left: -3px;
}

	#page_right-bg {
		width: 12px;
		
		background-image: url(images/page-right.gif);
		background-repeat: repeat-y;
	
		position: absolute;
		top: 460px;
		left: 0px;	
	}

		#page_right_top {
			height: 330px;
			width: 12px;

			background-image: url(images/page-right_top.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: 0px;
			left: 0px;
		}

		#page_right_bottom {
			height: 22px;
			width: 12px;

			background-image: url(images/page-right_bottom.gif);
			background-repeat: no-repeat;

			position: absolute;
			left: 0px;
			bottom: 0px;
		}

#body_page {
	background-color: #ffffff;
	
	position: relative;
}

	#page_bottom {
		height: 22px;
		
		background-image: url(images/page-bottom.gif);
		background-repeat: no-repeat;
		background-position: 3px 0px;
		
		position: relative;
	}
	