/* Nifty CSS Document */

@media screen{
	.nifty1{
		background: #e4dcbe;
	}
	.nifty1 .div5{ /* bottom left */
		background: url(../images/style/nifty1_bl.gif) no-repeat bottom left;
	}
	.nifty1 .div6{ /* bottom right */
		background: url(../images/style/nifty1_br.gif) no-repeat bottom right;
	}
	.nifty1 .div7{ /* top left */
		background: url(../images/style/nifty1_tl.gif) no-repeat top left;
	}
	.nifty1 .div8{ /* top right */
		background: url(../images/style/nifty1_tr.gif) no-repeat top right;
	}
	
	.nifty2{
		background: #ffffff;
	}
	.nifty2 .div5{ /* bottom left */
		background: url(../images/style/nifty2_bl.gif) no-repeat bottom left;
	}
	.nifty2 .div6{ /* bottom right */
		background: url(../images/style/nifty2_br.gif) no-repeat bottom right;
	}
	.nifty2 .div7{ /* top left */
		background: url(../images/style/nifty2_tl.gif) no-repeat top left;
	}
	.nifty2 .div8{ /* top right */
		background: url(../images/style/nifty2_tr.gif) no-repeat top right;
	}
	
	.nifty3{
		background: #faf7ed;
	}
	.nifty3 .div1{ /* bottom */
		background: url(../images/style/nifty3_h.gif) repeat-x bottom;
	}
	.nifty3 .div2{ /* left */
		background: url(../images/style/nifty3_v.gif) repeat-y left;
	}
	.nifty3 .div3{ /* right */
		background: url(../images/style/nifty3_v.gif) repeat-y right;
	}
	.nifty3 .div4{ /* top */
		background: url(../images/style/nifty3_h.gif) repeat-x top;
	}	
	.nifty3 .div5{ /* bottom left */
		background: url(../images/style/nifty3_bl.gif) no-repeat bottom left;
	}
	.nifty3 .div6{ /* bottom right */
		background: url(../images/style/nifty3_br.gif) no-repeat bottom right;
	}
	.nifty3 .div7{ /* top left */
		background: url(../images/style/nifty3_tl.gif) no-repeat top left;
	}
	.nifty3 .div8{ /* top right */
		background: url(../images/style/nifty3_tr.gif) no-repeat top right;
	}
}
@media print{
	.nifty1{
		margin: 2px;
		background-color: #EEEDBF;
		border: 1px solid #B6C495;
	}
}	