body		{
	background:#433320;
	margin:0;
	background-image:url('images/wood-bg.jpg');
	background-repeat:repeat-x;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}
#container	{
	width:950px;
	margin:0px auto;
	position:relative;
	background-color:#FFF;
	background-image:url('images/2colbg.gif');
	background-position:right;
	background-repeat:repeat-y;
}
#header		{
	background-color:#000;
}
#leftcol	{
	width:750px;
	float:left;
	background:#FFF;
}
#ritecol	{
	width:190px;
	float:right;
}
#footer		{
	clear:both;
	background-color:#FFF;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#999;
}
#byline a	{
	text-decoration:none;
	color:#999;
}
#byline a:hover	{
	text-decoration:underline;
}
.navbutton a	{
	text-decoration: none;
	font-size:14px;
	text-align: center;
	display: block;
	padding: 4px 0px;
	border-top:3px solid #FC0;
	border-right: 3px solid #963;
	border-bottom: 3px solid #963;
	border-left:3px solid #FC0;
	margin-bottom:30px;
	background-color: #C93;
	color: #630;
	font-weight:bold;
	background-image:url('images/morearrow_fff.gif');
	background-repeat:no-repeat;
	background-position: 95% 50%;
}
.navbutton a:hover {
	background-color: #FC3;
}
