body {
	padding: 0;
	border: 0;
		
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
	text-align: center;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, mono;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #92462e;
		
	background-color: #ffffff;
}

.red 	{ border: 1px solid red; }

.blue 	{ border: 1px solid blue; }

img 	{ border: 0px; }

a 		{ color: #92462e; text-decoration: none; }

a:hover	{ color: #92462e; text-decoration: underline; }

div, p, ul, ol, li { margin: 0px; padding: 0px; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; line-height: normal; font-size: 100%; font-weight: normal; }

.clear {
	clear: both;
}

.hide {
	display: none;
}

/* --------------------------------------------------------
        Font Sizes
*/

p {
	font-size: .7em;
}

/* --------------------------------------------------------
        Page Layout
*/

#frame {
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	text-align:left;
	width: 1000px;
	height: 771px;
	padding: 6px;
	background-image: url("../graphics/background_body.gif");
	background-repeat: no-repeat;
}

#content {
	width: 754px;
	float: left;
}

#navigation {
	float: left;
}

#navigation li {
	padding-bottom: 6px;
	height: 42px;
	line-height: normal;
}