body {
	text-align: center;
	background-color: #1c539d;
	margin-top: 15px;
}

table, td {
	border-collapse: collapse;
	border: 0;
}

#page_container {
	margin: 0 auto;
	width: 1000px;
}

.page_bkgr {
	width: 970px;
	min-height: 650px;
	background-color: #ffffff;
}

/* DROP SHADOW STYLING FOR PAGE SHADOW */
.shadow_left_top {
	background-image: url(../images/template/shadow_left_top.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	width: 15px;
	height: 15px;
	padding: 0 0 0 0;
}

.shadow_left_side {
	background-image: url(../images/template/shadow_left.png);
	background-repeat: repeat-y;
	vertical-align: top;
	height: 650px;
	width: 15px;
	padding: 0 0 0 0;
}

.shadow_left_bottom {
	background-image: url(../images/template/shadow_left_btm.png);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 15px;
	height: 15px;
	padding: 0 0 0 0;
}

.shadow_bottom {
	background-image: url(../images/template/shadow_btm.png);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 15px;
	padding: 0 0 0 0;
}

.shadow_top {
	background-image: url(../images/template/shadow_top.png);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 15px;
	padding: 0 0 0 0;
}

.shadow_rt_top {
	background-image: url(../images/template/shadow_rt_top.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	width: 15px;
	height: 15px;
	padding: 0 0 0 0;
}

.shadow_rt_side {
	background-image: url(../images/template/shadow_right.png);
	background-repeat: repeat-y;
	vertical-align: top;
	height: 650px;
	width: 15px;
	padding: 0 0 0 0;
}

.shadow_rt_btm {
	background-image: url(../images/template/shadow_rt_btm.png);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 15px;
	height: 15px;
	padding: 0 0 0 0;
}


