﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
#header {
	background-image:url('../images/header.gif');
	width: 800px;
	height: 224px;
}
#menu_left {
	background-image:url('../images/menu_left.gif');
    width: 12px;
    height: 33px;
    float: left;
}
#menu {
	width: 776px;
	height: 33px;
	float:left;
}
#menu_right {
	background-image:url('../images/menu_right.gif');
    width: 12px;
    height: 33px;
    float: right;
}
#wrapper{
	width:800px;
	height:100%;
}
#left_content {
	background-image:url('../images/left_bg.gif');
	background-repeat: repeat-y;
    width: 12px;
    height:100%;
}
#content {
	background-image:url('../images/bg.gif');
	background-repeat: repeat;
    width: 776px;
    height:100%;
}
#right_content {
	background-image:url('../images/right_bg.gif');
	background-repeat: repeat-y;
    width: 12px;
    height:100%;
}
#footer {
	width: 800px;
	height: 102px;
	background-image:url('../images/footer.gif');
}
#infooter {
	padding-top:64px;
	padding-left:100px;
	direction:ltr;
}
#infooter a {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.str {
	width: 20px;
	background-image:url('../images/str.png');
	background-position: right top;
	background-repeat:no-repeat;
}
#incontent {
	padding-left:107px;
	padding-top:15px;
}
#txt {
	float:right;
	width: 600px;
}
#txt ul {
	margin:0;
	padding:0;
	padding-left: 34px;
}
#txt li {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	list-style-image:url('../images/butt.gif');
}
h1 {
	margin:0;
	padding: 0;
	padding-bottom: 16px;
	font-size:28px;
	color: #D7A82D;
	font-weight:bold;
}
h2 {
	margin:0;
	padding: 0;
	padding-bottom: 10px;
	font-size:24px;
	color: #D7A82D;
	font-weight:bold;
}

img.imgFloat {
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
}
.slogan {
	font-size:14px;
	color: #000000;
	font-weight:bold;
}
.rounded {
	width: 100%;
	height:100px;
	background-color: #f5e9cb;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
}
.rounded2 {
	width: 100%;
	height:100px;
	background-color: #e9e9ea;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
}
.t1 {
	font-size:18px;
	color: #D7A82D;
	font-weight:bold;
	direction:rtl;
}
.t2 {
	font-size:18px;
	color: #D7A82D;
	font-weight:bold;
	padding:0;
	margin:0;
}
.t3 {
	font-size:24px;
	color: #000000;
	font-weight:bold;
	padding:0;
	margin:0;
}
#tbl li {
	list-style-image:url('../images/butt2.gif');
}