body		{
	background:#985116;
	margin:0;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	line-height:150%;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
}
#main		{
	background:#FFF;
}
#footer		{
	clear:both;
	height:25px;
	background:none;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#FFF;
}
#byline a	{
	text-decoration:none;
	color:#C90;
}
#byline a:hover	{
	text-decoration:underline;
}
td			{
	vertical-align:top;
}
img			{
	border:0px;
}
.sidebar	{
	background-color:#D0BEAD;
}
h1,h2,h3,h4,h5	{
	font:bold italic 15px Times,"Times New Roman",serif;
	color:#985116;
	text-transform:uppercase;
}
.maintext		{
	padding:25px 30px;
}

