html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #000000;
	background-image: url(/i/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

#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: 648px;
	border: 1px solid #000000;
	height: auto;
	}
	
#header {
	background-color: #fff;
    position: relative;
	width: 648px;
	height: 139px;
	}

#content {
	background-color: #fff;
/*	margin: 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(/images/nav_background.gif);
	background-repeat: repeat-y;
	}


#footer_divide {
	background-color: #3130FF;
	margin: auto auto auto auto;
	text-align: center;
    position: relative;
	width: 648px;
	height: 20px;
	}

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

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

/* colors */

.blk {color: #000;}  
#header_bar {
	background-color: #3130FF;
	margin: auto auto auto auto;
	text-align: center;
    position: relative;
	width: 648px;
	height: 20px;
	}  

a { text-decoration:none;
font-family: Comic Sans MS, Crisp Anti-Alias;
font-size: 13px;
font-weight: bold }
