@charset "utf-8";
/* CSS Document */
        /* <![CDATA[ */


            html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/bodyBGV2.gif);
	background-position: center;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
div#mainPane {
	text-align:center;
	width: 100%;
	min-width: 780px;
	height: 600px;
	clear: both;
	/*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
                    position: static;/** end hack */
	background-image: url(images/pageBGV2.gif);
	border-bottom: 2px solid #c0b390;
            }
/*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */
div#content {
	margin: auto;
	text-align: center;
	height: 519px;
	width: 780px;
	background-color: #ffffff;
}
#mainPane #content #header {
	text-align: center;
	width: 780px;
	background-image: url(images/headerBGV2.gif);
	background-repeat: repeat-x;
}

