@charset "utf-8";
/* CSS Document */

body{
	background:#fdfef9 url(bg.jpg) top repeat-x;
	color:#343321;
	font-size:16px;
	line-height:22px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.img{
	border:solid 3px #343321;
}
.img:hover{
	border:solid 3px #FFFFFF;
}
.link{
	font-family:Tahoma;
	color:#bcc5c1;
	text-decoration: none;
	font-size:16px;
	padding:10px;
}
.link:hover{
	color:#eac05b;
}
.alt{
	color:#eac05b;
	font-size:14px;
	line-height:normal;
}
.ustbaslik{
	font-size:24px;
	color:#7e662b;
}
.ustmenu{
	font-size:18px;
	color:#333;
	text-decoration:none;
}
.ustmenu:hover{
	color:#999;
}
.text {background:url(form_bg.jpg) repeat-x top; font-family:Georgia;font-size: 14px;color:#666666;border:1px solid #d4d4d4;width:95%;padding:4px 4px;}
.textarea {background:url(form_bg_area.jpg) repeat-x top; font-family:Georgia;font-size: 14px;color:#666666;border:1px solid #d4d4d4;width:95%;padding:4px 4px;}
.submit{font-family:Georgia;font-size: 14px;color:#666666;border:1px solid #d4d4d4;width:75%;padding:2px 2px;}


#gallery {position:relative; width:950px; height:260px}
#images {height:260px;}
#image {position:relative; width:950px; height:260px; url(loading.gif) center center no-repeat}
#image img {position:absolute;}
