/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#fcfaed;
}
.BgColor3 {
	background-color:#000000;
}
.BgColor4 {
	background-color:#f0ebc6;
}
.BgColor5 {
	background-color:#e5ddaf;
}
.MainBg {
	background:url(../images/main-bg.gif) no-repeat top #fcfaed;
	width:357px;
	height:518px;
}
.LeftLinksBg {
	background:url(../images/left-fire.gif) no-repeat bottom #000000;
}
.DivLine {
	background:url(../images/line.gif) repeat-x bottom;
}
.HorLine {
	background:url(../images/line.gif) repeat-x center;
}
.VerLine {
	background:url(../images/line.gif) repeat-y center;
}

.WhiteBorder {
	border:#FFFFFF 2px solid;
}