/* CSS Document */
body {
	color : #fff;
	background-color: #3f3e3e;
	direction: rtl;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}
h1 {
	color: #fff;
	margin-bottom: 11px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
}
h2 {
	color: #fff;
	margin-bottom: 11px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}
ul, li {
	padding-top: 3px;
	padding-bottom: 1px;
}
a:link, a:active, a:visited {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #e1e1e1;
	text-decoration: none;
}
.pointer {
	clear:  both;
}
#pattern {
	width: 716px;
	margin: 0 auto;
}
#title {
	width: 658px;
	height: 103px;
	padding-right: 20px;
	padding-top: 13px;
	background-color: #e05627;
	background-image: url(images/pattern/menu-top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#menu {
	width: 678px;
	padding-top: 1px;
	height: 19px;
	border-bottom: 1px solid #0c0202;
	border-top: 1px solid #0c0202;
	background-image: url(images/pattern/menu-bg.gif);
	vertical-align: top;
}
#pattern-bg {
	width: 678px;
	border-bottom: 1px solid #0c0202;
	background-image: url(images/pattern/pattern-bg.gif);
	background-repeat: repeat-y;
}
#content {
	width: 643px;
	padding: 12px;
	line-height: 18px;
	
}
#menu a:link, #menu a:active, #menu a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.pattern-l-border {
	background-image: url(images/pattern/left-border-bg.gif);
	background-repeat: repeat;
	background-position: top;
	vertical-align: top;
}
.pattern-r-border {
	background-image: url(images/pattern/right-border-bg.gif);
	background-repeat: repeat;
	background-position: top;
	vertical-align: top;
}
.pic-box {
	float: left;
	position: inherit;
}
