html{
	scrollbar-arrow-color: #dc9898;
	scrollbar-3dlight-color: #4F4F82;
	scrollbar-darkshadow-color: #460a16;
	scrollbar-face-color: #460a16;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #801126;
}
body {
	background:#460a16;
	margin:0px;
	padding:0px;
}

.overall {
	width: 770px;
	background-color: #801126;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 57px;
	border: 1px solid #801126;
	float: left;
}
.left {
	float: left;
	width: 396px;
	margin-top: 100px;
	margin-bottom: 50px;
}
.right {
	float: right;
	width: 384px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 441px;
}
.footer {
	float:left;
	width: 780px;
	clear: both;
}
.buttons {
	float:left;
	height:35px;
	width:360px;
	background-image: url(../images/buttons_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 30px;
}
.buttons_2{
	float:left;
	height:35px;
	width:360px;
	background-image: url(../images/buttons_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 30px;
	vertical-align: bottom;
}
.foot_text {
	width:750px;
	height:25px;
	background-color: #460a16;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	direction:rtl;
	text-align:left;
	padding-left: 30px;
	clear: both;
}
.align_right {
	padding-right: 30px;
	float: right;
}
.footer a:link, .footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
