/* CSS Document */
@import url(constants.css);


#rightTitle {
	background-color: #F9ECC9;
	background-image: url(../images/features_header.jpg);
	background-repeat: no-repeat;
	height: 65px;
	padding-left: 190px;
	margin: 0px;
}
#rightContent {
	color: #000000;
	background-color: #F9ECC9;
	background-image: url(../images/features_header.jpg);
	background-repeat: no-repeat;
}
#rightContentBottom{
	background-color: #F9ECC9;
}
#leftSubPicture{
	margin-top:0px;
}
#leftSide {
	background-color:#BD4232
}
#leftSide a{
	background-image:    url("../images/features_button.gif");
	background-color: #BA432F;
	color: #FFFFFF;
}
#leftSide a:hover{
	background-image:    url("../images/features_button-f2.jpg");
}
