/* CSS Document */
body {
	background: url(../images/layout/sub/background.jpg) repeat-x #f1f3f4;
	}

.but_affiliates {
	background: url(../images/layout/but_affiliates_sub.jpg) no-repeat;
	width: 241px;
	height: 53px;
	display: block;
	float: right;
	margin: 0px 0px 5px 10px;
	}
	.but_affiliates:hover {
		background: url(../images/layout/but_affiliates_sub.jpg) bottom;
		}
.but_contact {
	background: url(../images/layout/but_contact.jpg) no-repeat;
	width: 241px;
	height: 57px;
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
	}
	.but_contact:hover {
		background: url(../images/layout/but_contact.jpg) bottom;
		}
.right_side {
	border-left: 1px solid #dbdbdb;
	float: right;
	width: 250px;
	}
.text {
	width: 550px;
	float: left;
	}
.affiliate {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.aff_img {
	float: left;
	border: 0px;
	margin-right: 15px;
	}
.side_1 {
	display: block;
	width: 242px;
	height: 164px;
	background: url(../images/layout/side_1.jpg) no-repeat;
	}
.side_2 {
	display: block;
	width: 242px;
	height: 150px;
	background: url(../images/layout/side_2.jpg) no-repeat;
	}
.side_3 {
	display: block;
	width: 242px;
	height: 164px;
	background: url(../images/layout/side_3.jpg) no-repeat;
	}