@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: tahoma; 
	direction: rtl;
	}
a{
	color: #666;
	text-decoration: none;
	}
#top{
	width: 100%;
	height: 206px;
	background-color: #E9AE3A;
	position: fixed;
	}
#wrap{
	width: 950px;
	height: auto;
	position: absolute;
	right: 50%;
	margin-right: -475px;
	}
#content{
	width: 645px;
	height: 750px;;
	float: right;
	background: url(../images/photo/background.jpg) center top no-repeat;
	padding-left: 205px;
	padding-right: 100px;
	}
#in_Content{
	width: 645px;
	height: 550px;
	float: right;
	}
#content_top{
	width: 618px;
	height: 70px;
	padding-top: 100px;
	float: right;
	text-align: center
	}
#content_top h1{
	color: #333;
	font-size: 15px;
 	text-decoration: none;
	_margin-top: -5px;
	}
#content_top h2{
	color: #00F;
	font-size: 13px;
 	text-decoration: none;
	}
.content_pictures{
	width: 141px;
	height: 165px;
	float: right;
	margin-left: 10px;
	text-align: center;
	display: inline;
	overflow: hidden;
	}
.content_pictures h1{
	color: #000;
	font-size: 11px; 
	display: inline;
	font-weight: normal;
	}
.content_pictures h2{
	color: #F39;
	font-size: 11px;
	display: inline;
	font-weight: normal;
	}
#footer{
	width: 880px;
	height: 50px;
	color: #666;
	font-size: 12px;
	float: right;
	text-align: center;
	}
#footer h1{
	color: #03F;
	font-size: 12px; 
	}
#photo_header{
	width: 950px;
	height: 248px;
	float: right;
	background: url(../images/photo/other_top.jpg) top  center no-repeat;
	}
#content_top2{
	width: 950px;
	height: 70px;
	padding-top: 100px;
	float: right;
	text-align: center
	}
#content_top2 h1{
	color: #333;
	font-size: 15px;
 	text-decoration: none;
	}
#footer2{
	width: 950px;
	height: 50px;
	color: #666;
	font-size: 12px;
	float: right;
	text-align: center;
	}
#footer2 h1{
	color: #03F;
	font-size: 12px; 
	}
.form_text{
	width: 70px;
	float: right;
	clear: right;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 5px;
	}
.form_box{
	width: auto;
	height: auto;
	float: right;
	text-align: right;
	margin-bottom: 10px;
	border: #333 1px solid;
	}
.form_box2{
	width: auto;
	height: auto;
	float: right;
	text-align: right;
	margin-bottom: 10px;
	}
#content2{
	width: 618px;
	height: auto;;
	float: right;
	padding-right: 127px;
	}
#content2_left{
	float: left;
	width: 200px;
	height: auto;
	}
#content2 h1{
	color: #06F;
	font-size: 15px;
	text-align: center;
	display: inline;
	}
.error{
	color: #F00;
	text-align: center;
	font-size: 15px;
	}
.good_error{
	color: #03F;
	text-align: center;
	font-size: 15px;
	}