body
{
	background-image:url(images/graybrck2.jpg);
	margin: 0px;
}

.leftwood
{
	background-image:url(images/leftwoodbg.jpg);
	background-repeat:repeat-y;
}

.rightwood
{
background-image:url(images/rightwoodbg.jpg);
background-repeat: repeat-y;
}	

.main
{
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 0px;
    border-bottom: 2px solid orange;
}

.date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 14px;
	padding-bottom: 0px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 2px solid orange;
}

.maintext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}

.bottom
{
	background-image:url(images/bottom.jpg);
	size: 12px;
	color: #000000;
}

.specialsday
{
	background-color:#CCCCCC;
	border-bottom: 2px solid orange;

}

.specialstext
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.rightheader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	border-top: 2px solid orange;
	border-bottom: 1px solid #AAAAAA;
	padding: 3px;
}

.righttext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 5px;
	background-color: #EEEEEE;
	border-bottom: 2px solid orange;
}

a:link
{
	color: #CC6600;
}

a:visited
{
	color: #CC6600;
}
