#right_side{
width:100%;
}

#right_side .topr{
 background-image:url(right_side_images/topright.jpg);
 height:45px;
 background-position:top;
 background-position:center;
  background-repeat:no-repeat;
  width:30px;
}
#right_side .topl{
 background-image:url(right_side_images/topleft.jpg);
 height:45px;
 background-position:top;
 background-position:center;
  background-repeat:no-repeat;
  width:30px;
}

#right_side .top{
 background-image:url(right_side_images/top.jpg);
 height:45px;
 background-position:top;
  background-repeat:repeat-x;
}

#right_side .middler{
 background-image:url(right_side_images/rightsidemiddle.jpg);
 background-position:bottom;
 background-position:right;
 width:11;
}
#right_side .middlel{
 background-image:url(right_side_images/leftsidemiddle.jpg);
 background-position:bottom;
 background-position:left;
 width:11px;
}

#right_side .middleside{
 background-image:url(right_side_images/middle.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
 width:19px;

}

#right_side .middle{
 background-image:url(right_side_images/middle.jpg);
 background-position:bottom;
 background-repeat:repeat-x;

}
#right_side .bottomr{
	background-image:url(right_side_images/bottomright.jpg);
  height:76px;
 background-position:top;
 background-position:center;
  background-repeat:no-repeat;
  width:30px;
}
#right_side .bottoml{
	background-image:url(right_side_images/bottomleft.jpg);
  height:76px;
 background-position:top;
 background-position:center;
  background-repeat:no-repeat;
  width:30px;
}

#right_side .bottom{
	background-image:url(right_side_images/bottom.jpg);
  height:75px;
 background-position:top;
  background-repeat:repeat-x;
}


#right_side .content{
	
}

#right_side .title{
	padding-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
