html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background:  #B0C4DE; 
	font: 12pt times new roman;
	color: #000;
	}

#container {
	margin: auto;
	background: url(../images/lettersyellowpale.jpg);
	text-align: left;
	padding: 0;
	font: 12pt times new roman;
	width: 800px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

#header {
	margin: auto;
	background: #B0C4DE repeat;
	height: 95px;
	text-align: right;
	
	}


#menu a {
	background: #000 url(layout/menu-fill.gif) repeat-x;
	color: #B0C4DE;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;15:53 12/11/06
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: bold 9pt  verdana, arial;
	
	
}


#title {
color: 000;
text-align:center;
font: bold 25pt times new roman;
}
	

