body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(image/background2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#body {
	text-align: center;
	width: 930px;
	height: 100%;
	margin: 0 auto;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	color: #E66E19;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #E66E19;
}
h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	color: #E66E19;
}
.selected_work {
	color: #FFF;
}
.persian {
	direction: rtl;
}
.english {
	direction: ltr;
}
a {
    text-decoration: none;
    color: black;
}
img {
    border: 0;
}
/***************************************/
/*            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;
}
/***************************************/
/*           Column Section            */
/***************************************/
#columns {
	font-size: 11px;
	width: 930px;
	height: 100%;
	color: white;
	margin: 0;
}
.column {
	width: 186px;
	min-height: 300px;
	padding: 65px 0 0;
}
#column1 {
	margin: 0;
	position:relative;
	background-image: url(image/home/mehrab-01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#column234 {
	width: 550px;
	margin: 0 auto;
	min-height: 500px;
	color: #000;
	padding: 35px 0 0;
}
#column5 {
	margin: 0;
	position:relative;
	background-image: url(image/home/mehrab-04.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
}
.content{
	padding: 5px 10px;
	text-align: justify;
}
/***************************************/
/*           Other Sections            */
/***************************************/
.footer {
	font-size: 11px;
	/*background-color: #FFF;*/
	padding: 5px 0 5px 0;
	text-align: center;
	color: #000;
}

/* Common Things! 0o */
.spacer{
	height: 20px;
	width: 100%;
	background-color: #fff;
}

/**************** WORKS *********************/

.works {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.works li{
	margin: 0 0 10px 0;
	padding: 5px;
	display: block;
	float: left;
	list-style-type: none;
	width: 170px;
	height: 230px;
	text-align: center;
}
.work_detail {
	text-align: left;
}
.work_browse_container {
	border: 1px solid white;
	width: 200px;
	text-align: center;
	margin: 0 auto 5px auto;
}
.next_grey, .next {
	float: right;
}
.prev, .prev_grey {
	float: left;
}
.prev_grey, .next_grey{
	color: lightgrey;
}
.back_to_index{
	width: 180px;
	margin: -0.1px auto 0 auto;
}
/************ NEWS *****************/
.news {
	text-align: left;
	margin: 5px auto;
}
.news_image{
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.news_date {
	color: grey;
	padding: 3px 5px;
}

/* common things */
.clear {
	clear: both;
	width: 0;
	hight: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.footer a {
	color: #777;
}
.links a {
	color: #000;
}
.news_detail a{
	color: #FFF;
}
.content #more, .content #more a{
	color: #FFF;
	text-align: right;
}