body{
	background-image: url(image/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, serif;
}
#body {
	text-align: center;
	width: 930px;
	height: 100%;
	margin: 0 auto;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #E66E19;
}
h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	color: #E66E19;
}
.persian {
	direction: rtl;
}
/***************************************/
/*            Links Section            */
/***************************************/
#links {
	height: 150px;
	border-bottom: 1px solid black;
	background-color: #FFF;
}
.link{
	height: 100%;
	width: 186px;
	float: left;
}
.linkpic{
	margin-top: 50px;
	border: 0;
}
.contact{
	position: absolute;
	font-size: 11px;
	text-align: right;
	width: 930px;
}
.contact a:hover{
	text-decoration: underline;
}
/***************************************/
/*            Curve Section            */
/***************************************/
#curves {
	height: 170px;
	background-color: #FFF;
}
.curve{
	height: 100%;
	width: 186px;
	float: left;
}
#curve1{
	background-image: url(image/home/mehrab-01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#curve2{
	background-image: url(image/home/mehrab-02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#curve3{
	background-image: url(image/home/mehrab-05.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#curve4{
	background-image: url(image/home/mehrab-03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#curve5{
	background-image: url(image/home/mehrab-04.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topimage{
	margin-top:70px;
}
/***************************************/
/*           Column Section            */
/***************************************/
#columns {
	font-size: 11px;
	width: 930px;
	height: 100%;
	margin: 0 auto;
	color: white;
}
.column {
	width: 186px;
	float: left;
}
#column1 {
	margin: -65px 0 0 0;
	position:relative;
}
#column2 {
	background-image: url(image/home/01-b.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#column3 {
	background-image: url(image/home/02-b.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#column4 {
	background-image: url(image/home/03-b.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#column5 {
	margin: -65px 0 0 0;
	position:relative;
}
.content{
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.clear {
	clear: both;
}
/***************************************/
/*           Other Sections            */
/***************************************/
.footer {
	font-size: 11px;
	background-color: #FFF;
	padding: 5px 0 5px 0;
	text-align: center;
}
a {
    text-decoration: none;
    color: black;
}
.footer a {
	color: #E66E19;
}
.links a {
	color: #000;
}
.content #more, .content #more a{
	color: #FFF;
	text-align: right;
}