a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #C41F02;
}

a.christmas:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.christmas:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.christmas:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.christmas:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.panel-left{
		background: #87923a;
		width: 300px;
		color: white;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: 25px;
		text-align: vertical;
	}
	
	.panel-contact{
		background: #dfe999;
		height: 75px;
		text-align: center;
	}

	.panel-bottom{
		background: #dfe999;
		border-width: 1px 0px 0px 0px;
		border-color: #9CA36B;
		border-style: solid;
		height: 25px;
		width: 750px;
		padding-left: 35px;
	}
	
	.panel-top{
		background: #dfe999;
		border-width: 0px 0px 1px 0px;
		border-color: #9CA36B;
		border-style: solid;
		height: 25px;
		width: 750px;
	}
	
	.panel-content{
		background: #F3F1EC;
		width: 450px;
		height: 100%;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	.panel-container{
		width: 750px;
		border-width: 0px 1px 0px 1px;
		border-color: black;
		border-style: solid;
	}
	
	.header-image{
		margin-bottom: 1px;
	}
	
	body{
		background-image: url(../images/background.gif);
		margin: 0px;
	}
	
	.menu-category{
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: right;
		vertical-align: top;
	}
	
	.menu-catname{
		border-width: 0px 0px 1px 0px;
		border-color: #B2B2B2;
		border-style: solid;	
		width: 175px;
	}
	
	.menu-desc{
	padding-top: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	padding-left: 25px;
	line-height: 20px;


	}
