html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10pt;
	}
#container {
    position: relative;
    min-height: 100%;
	height: 100%;
	}
#pad {
	padding: 10px;
	height:90%;
	}

#page {
	background-color: #fff;
	margin: auto auto auto auto;
    position: relative;
	width: 632px;
	border: 1px solid #000000;
	height: auto;
	}
	
#header {
	background-color: #fff;
    position: relative;
	width: 632px;
	height: 63px;
	}

#content {
	background-color: #fff;
/*	margin: auto auto auto auto; */
/*	position: relative; */
/*	border: 1px solid #ff0000; */
/*	padding: 10px; */
	height: 100%;
	}

#navigation {
	position: relative;
	height: 100%;
	width: 144px;
/*	border: 1px solid #0000ff; */
	background-color: #fff;
	background-image:  url(/dev/images/nav_background.gif);
	background-repeat: repeat-y;
	}


#footer_divide {
	background-color: #A8A8D4;
	margin: auto auto auto auto;
	text-align: center;
    position: relative;
	width: 632px;
	height: 46px;
	}

#footer {
	background-color: #B2B28C;
	margin: auto auto auto auto;
	padding: 5px 0 5px 0;
	text-align: center;
    position: relative;
/*	width: 632px; */
	width: 100%; 
	height: auto;
	}
	
.copyright {
	padding: 5px 0 5px 0;
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	}

.footer {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	}

/* colors */

.blk {color: #000;}                         


/* table hack */

td img {
vertical-align: bottom;
}