/* CSS Document */
.menuarticles p
{
	margin-bottom:10px;
}

#nosidebar .menuarticles, #nosidebar .menustuff
{
	border-top:3px dashed #a3513e;
	border-bottom:3px dashed #a3513e;
	padding:2px 4px;
	margin:15px auto 10px auto;
	background-color:#d7cec7;
	width:770px;
}

#specials
{
	margin:0 auto;
	width:610px;
}

#specials li
{
	float:left;
	padding:0 5px;
	text-align:center;
}

#specials li a
{
	color:#000;
}

.left
{
	width:350px;
	float:left;
}

.right
{
	width:350px;
	float:right;
}

.menustuff p.comments
{
	text-align:center;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", serif;
}

.menustuff h2
{
	font-size:22pt;
}

.menustuff h3
{
	background-color:#999;
	color:#93470d;
	font-size:20pt;
	text-align:center;
}

.menustuff ul
{
	list-style-type:none;
}

.menustuff li
{
	margin-bottom:2px;
	font-weight:bold;
	clear:right;
}

.menustuff li p
{
	font-weight:normal;
	font-family:"Times New Roman", serif;
	font-style:italic;
}

.menustuff li span
{
	float:right;
	font-weight:normal;
	font-family:"Times New Roman", serif;
	font-style:italic;
}

.articles
{
	width:610px;
	border-top:3px dashed #a3513e;
	border-bottom:3px dashed #a3513e;
	padding:2px 4px;
	margin:15px auto 10px auto;
	background-color:#d7cec7;
	clear:both;
}

.left a, .right a
{
	color:#000;
	text-decoration:underline;
}

.left a img, .right a img
{
	position:absolute;
	visibility:hidden;
	border:1px solid #000;
}

.left a:hover img, .right a:hover img
{
	visibility:visible;
}

.clearfooter
{
	clear:both;
}