
body  {
	background: bggradient1.jpg; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bggradient1.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#container {
    background-color: #f0f1f2;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 84em;
	min-width: 851px;
}
#framemain {
    background-color: #dee7ee;
}
#frame {
	width: 940px;
	height: 108em;
	border: 0;
} 
#header {
	padding: 0;
	background-color: #F5F3E9;
	padding-top: 0.5em;
} 
#header h1 {
	font-size: 1.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    padding: 8px 0 8px 0px;
	margin: 0;
	text-align: center;
}
.line1 {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	height: 1px;
	font-size: 0px;
}
.line2 {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #999999;
	height: 1px;
	font-size: 0px;
}
#whitebg {
	background-color: #FFFFFF;
}
#menubar  {
	background-image: url(../images/bar1.jpg);
	background-color: #934b3d;
	width: 84em;
	height: 3em;
	min-width: 851px;
	min-height: 33px;
}
#footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#777777;
	clear: both;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
} 
#footer a {
	text-decoration: none;
	color: white;
}
#footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0px 7px 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
}
