
html, body {
	height: 100%;
	background-color: #F4F5F5;
	}
body {
	margin: 0;
	padding: 0;
	}
body, td {
	font-family: Arial;
	font-size: 12px;
	}
#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: 758px;
	border: 1px solid #000000;
	height: auto;
	}
	
#header {
	background-color: #fff;
    position: relative;
	width: 758px;
	height: 94px;
	}

#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: 154px;
/*	border: 1px solid #0000ff; */
	background-color: #fff;
	background-repeat: repeat-y;
	}


#footer_divide {
	background-color: #F4F4F3;
	margin: auto auto auto auto;
	text-align: center;
    position: relative;
	width: 758px;
	height: 0px;
	}

#footer {
	background-color: #F4F4F3;
	margin: auto auto auto auto;
	padding: 5px 0 5px 0;
	text-align: left;
    position: relative;
	width: 758px;
	height: auto;
	}
	
.copyright {
	padding: 5px 0 5px 0;
	text-decoration: none;
	font-size: 10px;
	color: #7f7f7f;
	}

.micro {
	margin: 0 0 0 5px;
	text-decoration: none;
	font-size: 9px;
	color: #7f7f7f;
	}

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

/* colors */

.blk {color: #000;}

h1,h2,h3,h4,h5 {
	font-family:  ;
	font-weight: bolder ;
	color: #C01F35 ;
	}



