.RightSideContainer {
background-image:url(images/ContainerTile.jpg);
background-repeat:repeat-y;
background-color:#3C9B98;
color:#fff;
padding: 0 20px;
margin-bottom: 10px;
margin-top:14px;
}

.ContainerTop {
background-image:url(images/ContainerTop.jpg);
background-repeat: no-repeat ;
height:30px;
margin: 0 -20px;
}

.ContainerBottom {
background-image:url(images/ContainerBottom.jpg);
background-repeat: no-repeat ;
height:20px;
margin: 0 -20px;
}

.RightSideContainer .Head {

color: #fff;
}


.RightSideContainer A:link { 
color: #fff;

} 

.RightSideContainer A:hover{ 
color: #fff;
text-decoration: underline;
}

.RightSideContainer A:active {
color: #fff;
}

.RightSideContainer A:visited { 
color: #fff;
}
