body {
	font-family:"Times New Roman", Times, serif;
	font-size:1.0em;
	margin:5px 0;
	padding:0;
}
html {
	min-height:100%; margin-bottom:1px;
}

/********** LAYOUT FORMATTING **********/
#frame {
	width: 756px;
	margin: 0 auto;
	border:1px solid #000000;
	background-color:#abbac2;
}
#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:756px;
	height:188px;
}
#content{
	background-color:#abbac2;
	width:756px;
	height:400px;	
}
#content table{
	margin-top:169px;
	text-align:center;
}