html, body {
	height : 100%;
}

body {
	margin : 10px 0px;
	background : #D7CAA5 url(/images/layout/bg.gif);
}

body, td {
	color : #666663;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}

#nav {
	color : #404C4F;
	margin-bottom : 10px;
	font-size : 8pt;
}

#nav a {
	color : #6B5A27;
	text-decoration : none;
}

#nav a:hover {
	color : #404C4F;
	text-decoration : underline;
}

h1 {
	margin : 0px;
	margin-bottom : 10px;
}

a {
	color : #6B5A27;
}

img {
	border : none;
}

h2 {
	font-size : 10pt;
	font-style : italic;
	margin : 0px;
	font-family : georgia, times new roman, times, serif;
	margin-bottom : 5px;
}