div#nav {
	width: 100%;
	text-align: center;	
}

div#nav a {
	list-style: none;
	display: inline;
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
}

td#stamp {
	background-image: url(images/stamp.jpg);
	background-repeat: no-repeat;
	background-position: right;


}

#footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;


}

#footer01 {
	background-image: url(images/footer_01.jpg);
	background-repeat: repeat-x;
}

#footer02 {
	background-image: url(images/footer_02.jpg);
	background-repeat: repeat-x;
}

table.blackborders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
table.noborder {
	border-right-width:0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
