/* CSS Document */


body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.header-left {
	background-image: url(../images/header-photo-left.jpg);
	background-repeat: no-repeat;
	background-color: #00417f;
	
	}
.header-right {
	background-image: url(../images/bg-header-right.gif);
	}
.blueline {
	background-image: url(../images/bg-blueline.gif);
	height: 30px;
	}
.bluelinemain {
	background-image: url(../images/bg-blueline-main.gif);
	height: 27px;
	}
.orangeline {
	background-image: url(../images/bg-orangeline.gif);
	height: 30px;
	}
.bg-footer {
	background-image: url(../images/bg-footer.gif);
	height: 26px;
	}
.bg-menu {
	background-image: url(../images/bg-menu.gif);
	height: 23px;
	}
.right-column {
	background-image: url(../images/bg-right-column.gif);
	background-repeat: repeat-y;
	}
