/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#0a0a0a;
}
.BgColor3 {
	background-color:#000000;
}
.MainBg {
	background:url(../images/main-bg.png) no-repeat;
	width:950px;
	height:485px;
}
.InnerMainBg {
	background:url(../images/innr-main-bg.png) no-repeat;
	width:950px;
	height:485px;
}
.AboutPic {
	background: url(../images/about-us-pic.jpg) no-repeat;
	background-position: 205px 325px;/*R T*/
}
.EmploymentPic {
	background: url(../images/employment-pic.jpg) no-repeat;
	background-position: 405px 299px;/*R T*/
}
.GalPicBg {
	background:url(../images/pic-bg.gif) no-repeat;
	width:461px;
	height:324px;
}
.FooterBg {
	background: url(../images/footer-bg.gif) no-repeat;
	width:950px;
	height:150px;
}
.HorDotted {
	background:url(../images/hor-line.gif) repeat-x center;
}
.DivHorDotted {
	background:url(../images/hor-line.gif) repeat-x bottom;
}
.Border {
	border:2px solid #ab8e4e;
}
.GalBorder {
	border:4px solid #ffffff;
}
