/* Page Frame Styling */

div#page {
     margin-right: 15px;
	width: 960px;
	background-color: white;
     border: 1px solid #aaa;
     position: relative;
}

div#page_shadow {
	position: relative;
     margin: 15px 0px 0px 15px;
	width: 977px;
	background-image: url(../../images/page_shadow.gif);
     background-position: top right;
     background-repeat: repeat-y;
}

div#page_shadow_urcorner {
	position: absolute;
     top: 0px;
     right: 0px;
     width: 15px;
     height: 30px;
     background-image: url(../../images/page_shadow_urcorner.gif);
     background-position: top right;
     background-repeat: no-repeat;
}

div#page_shadow_footer {
	position: relative;
     margin-left: 15px;
     width: 977px;
     height: 30px;
     background-image: url(../../images/page_shadow_footer.gif);
     background-position: top left;
     background-repeat: repeat-x;
}

div#page_shadow_footer .lr {
	position: absolute;
     top: 0px;
     right: 0px;
}

div#page_shadow_footer .ll {
	position: absolute;
     top: 0px;
     left: 0px;
}