/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#dcdcdc;
}
.BgColor3 {
	background-color:#cfbd9c;
}
.HederBg {
	background-image:url(../images/main_header_bg.jpg);
	height:242px;
	width:501px;
	background-repeat:no-repeat;
}
.DeshLine {
	background-image:url(../images/desh_line.gif);
	background-repeat:repeat-x;
}
.MainSpacer {
	background-image:url(../images/main_spacer.gif);
	background-color:#f4f4ed;
	height:196px;
	background-position:bottom;
	background-repeat:repeat-x;
}
.NewsSpacer {
	background-image:url(../images/news_box_spacer.gif);
	background-color:#ffffff;
	height:196px;
	background-position:bottom;
	background-repeat:repeat-x;
}
.VerDropShadow {
	background-image:url(../images/ver_drop_shadow_spacer.gif);
	width:5px;
	background-repeat:repeat-y;
}
.Border {
	border:1px solid #e3d8c3;
}