/* CSS Document */
body{
	background-image:url(../images/bg-long.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#main{
	width:760px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
.copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	float:left;
}
img{
	display:block;
	float:left;
}

#navigator{
	float:left;
	z-index:102;
	border:2px solid #5A6550;
	border-top:none;
	background-color:#FFFFFF;
	height:145px;
	padding-bottom:2px;
}
#navigator a{
	display:block;
}
#navigator img{
	border:none;
	display:block;
	float:left;
}

.nav_bottom{
	position:relative;
	float:left;
	border:2px solid #5A6550;
	border-top:none;
}
.specials{
	position:absolute;
	left:20px;
	top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	color:#5A6550;
	width:200px;
	height:140px;
	overflow:hidden;
}
#left{
	float:left;
	position:relative;
	height:521px;
	z-index:200;
}
#left_con{
	position:relative;
	width:234px;
	float:left;
}
#right{
	position:relative;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	z-index:101;
}
#right_con{
	position:relative;
	border:1px solid #5a6550;
	width:500px;
	background-color:#FFFFFF;
	background-image:url(../images/leaf_bg.png);
	background-repeat:repeat-y;
	float:left;
}

#l_shadow{
	width:230px;
	height:521px;
}

.shadow{
	position:absolute;
	right:-5px;
	bottom:-7px;
	background:#000000;
	-moz-opacity: 0.2;
	opacity: 0.2;
	/* Begin IE hack */
	filter: alpha(opacity=20);
	zoom:1;
	/* End IE hack */
	/*
	width:100%;
	height:100%;
	*/
	z-index:-1;
}