/* Start of CMSMS style sheet 'sandsColumnsIndex' */

#linksContainer {
position: relative;
margin: 0 auto;
width: 425px;
height: 200px;
}

#topLeft {
position: absolute;
  left: 0px;
 top: 0px;
	background-image: url(uploads/images/topLeftBG.gif);
}

#topRight{
position: absolute;
  right: 0px;
 top: 0px;
	background-image: url(uploads/images/topRightBG.gif);
  }

#bottomLeft {
position: absolute;
  left: 0px;
bottom: 0;

	background-image: url(uploads/images/bottomLeftBG.gif);
}

#bottomRight {
position: absolute;
right: 0px;
bottom: 0px;

	background-image: url(uploads/images/bottomRightBG.gif);
}

#bottom {
position: relative;
  margin: 0 auto;
  width: 440px;
  height: 80px;
padding: 5px;
text-align:center;
font-size: 1.3em;
line-height: 1.6em;
color: #336699;
  border: solid #FF7901 2px;
}

#topLeft, #topRight, #bottomLeft, #bottomRight {
text-align:center;
font-size: 1.3em;
line-height: 1.6em;
color: #336699;
  border: solid #FF7901 2px;
  width: 192px;
  height: 80px;
padding: 5px;
	background-repeat: no-repeat;
}
/* End of 'sandsColumnsIndex' */

