body {
	font-family: Verdana;
	font-size: 10pt;
	background: #f4f4f4 url('images/background.gif') top center repeat-y;
	text-align: center;
        margin-top: 0px;
}

td {
	font-size: 10pt;
}

h1 {
	font-size: 13pt;
	color: #7f5e0d;
}

h2 {
	font-size: 10pt;
}

#content {
	width: 760px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#menu {
	margin-bottom: 12px;
	color: #7f5e0d;
}

#menu a {
	text-decoration: none;
	color: #7f5e0d;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
}

#footer {
	width: 770px;
	color: #ffffff;
	background: #7f5e0d;
	padding: 6px;
	text-align: left;
        margin: 12px auto;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

.nonFooter
{
position: relative;
min-height: 100%;
}

* html .nonFooter
{
height: 100%;
}

.footer
{
position: relative;
margin-top: -2.5em;
} 
