﻿body
{
	background: url("images/body_bg.jpg") repeat-x scroll left top #C9E4D8;
	min-width: 953px;
	color: #7C7C7C;
	margin: 0 auto;
	padding: 0;
}

#main-wrapper
{
	min-width: 953px;
	margin: 0 auto;
}

#header
{
	height: 121px;
	width: 937px;
	background: url("images/header_bg.jpg") no-repeat scroll center top transparent;
	position: relative;
	margin: 0 auto;
}

#content
{
	background: url("images/content_top_bg.jpg") no-repeat scroll left top transparent;
	border-bottom: 2px solid #CCD3C5;
	margin: 0 auto;
	width: 937px;
}

#left_col
{
	float: left;
	padding: 15px;
	width: 550px;
}

#right_col
{
	float: right;
	padding: 15px;
	width: 325px;
}

#right_col img
{
	margin-bottom: 20px;
}

#footer
{
	background: url("images/content_btm.gif") no-repeat scroll left bottom transparent;
	margin: 0 auto;
	padding: 17px 20px 20px;
	width: 897px;
	margin-bottom: 20px;
}

.clearfix
{
	display: block;
}

.content-image
{
	border: 1px solid #EEEEEE;
	margin-left: 7px;
	padding: 2px;
	width: auto;
	height: auto;
}

img
{
	border-style: none;
}

h1
{
	font-family: B Nazanin, Times New Roman;
	font-size: 16pt;
	color: #0ea4c6;
	font-weight: bold;
}


.context
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #686868;
	font-weight: normal;
	line-height: 135%;
}

.fa
{
	direction: rtl;
	text-align: right;
}

.fa-justify
{
	direction: rtl;
	text-align: justify;
}

.color-navy
{
	color: #17628B;
}

.color-green
{
	color: #568E1A;
}