body {
	font: 15px Georgia, "Times New Roman", Times, serif;
	background: #f0dab1;
	background: url(bg_tile.gif) repeat  0 0;
	margin: 0; /* 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: #6e461a;
}

.main #container {
	/*background: url(/images/bg.jpg) repeat-y 0 0; */

	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*.main #container p{
	font-size:15px;
	text-transform: uppercase;*/
	/*font-weight: bold;
}                        */
.main #container h1{
	font-size:18px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
.main #container h2{
	font-size:16px;
	/*text-transform: uppercase; */
	font-weight: bold;
	/*margin: 10px 0px; */
}
.main #container a:link, .main #container a:visited {
	font-size: 14px;
	font-weight: bold;
	/*font-weight: bold;*/
	/*margin: 0 10p 0 10p;*/
	text-transform: none;/*uppercase;  */
	color: #72491b;
	text-decoration: none;
	padding: 0px;
}
.main #container a:hover {
	font-size: 14px;
	/*padding: 0 10p 0 10p;*//**/
	font-weight: bold;
	text-transform: none;/*uppercase;*/
	color: #b28a4b;
	text-decoration: none;
}