@charset "utf-8";
body {
	font-size:80%; 
	background-image: url();
}
#header {
	position: absolute;
	top: 5px;
	padding-left: 30px;

}

#footer {
	width: 0px;
	display: none;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	height: 0px;
}

#nav {
	position: absolute;
	text-align: center;
	width: 100%;
	right: 30px;
	margin-top: -10px;
} 

#container {
	position: fixed;
	top: 75px;
	left: 30px;
	width: 80%;
}
#branding {
	width: 250px;
}

p  {
	font-size:0.80em; /* 16x0.875=14 */
}

.tblbasic {
	margin-left: auto;
	margin-right: auto;
}

.tdtext {
	width: 200px;
}
.tdimage {
	width: 1%;
}

#outer$ {
	width: 0px;
	display: none;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	height: 0px;
}
