/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

.displaycss {
}
body {
  background-image: url(images/page.bg.open.gif);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  background-color: #E8E8E8;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
#PageBgImage {
  background: Transparent url(images/page.bg.top.jpg) repeat-x top left; /*text-align: center; */
  margin: 0 auto;
}
.Side {
  margin: 0;
  padding: 0;
  width: 5%;
  vertical-align: top;
}
#SideLeftImage {
/*background: transparent url(images/lady.left.jpg) no-repeat top left;*/
  
background: transparent url(images/lady.left.jpg) no-repeat top right;
  margin: 0 auto;
  width: 206px;
}


#SideRightImage {
  background: Transparent url(images/lady.right.jpg) no-repeat;
  margin: 0 auto;
  overflow: visible;
}
#LeftCol {
  width: 205px;
}

#PageHeader {
  background: Transparent url(images/page.bg.lady.jpg) no-repeat top right; /*text-align: center; */
  margin: 0 auto;
}
#OuterContainerTop {
}
#OuterContainerBottom {
}
#OuterContainer {
  background: transparent;
}
.spring {
  width: 60%;
}
#ExternalBanner {
 padding:  20px 0pt 5px 0px;   
  overflow: hidden;
  height: 120px;
}


#border_top_left {
  background: Transparent url(images/border.top.left.gif) no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
}

#border_top_right {
  background: Transparent url(images/border.top.right.gif) no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
}
#border_bottom_left {
  background: Transparent url(images/border.bottom.left.gif) no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
}
#border_bottom_right {
  background: Transparent url(images/border.bottom.right.gif) no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
}

#border_right {
  background: Transparent url(images/border.right.gif) repeat-y;
  width: 15px;
  position: relative;
}

#border_top {
  background: Transparent url(images/border.top.gif) repeat-x;
  height: 15px;
  width: 950px;
  position: relative;
}

#border_left {
  background: Transparent url(images/border.left.gif) repeat-y;
  width: 15px;
  position: relative;
}

#border_bottom {
  background: Transparent url(images/border.bottom.gif) repeat-x;
  height: 15px;
  position: relative;
}
