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;
}
