/* CSS Document */
body{
	text-align:center;
	background-image : url(../bodybk.gif);
	font-family : Arial, Helvetica, sans-serif;
}

#center{
	margin-left: auto;
	background-color : white;
	margin-right: auto;
	width: 800px;
	border: 1px solid black;
}

#logo{
	height : 150px;
	background-image: url(../graphics/Logo.jpg); 
	background-repeat : no-repeat;
}
#nav{
	height : 32px;
	background-image:url(../navbck.jpg);
}

#page{
	background-color : White;
	text-align : center;
	padding : 10px;
	position : relative;
}

#foot{
	background-color: white;
	text-align: center;
	padding: 0px;
	position: relative;
	height: 30px;
	border-top: thin dotted gray;
}

h1{
	font-size : large;
}

h6{
	line-height: 10px;
	padding-top: 0px;
	font-size:12px;
}
.foot{
	font-size:9px;
	font-weight:bold;
}
