/*CSS Document*/
BODY
{
	margin: 0px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size:11px;
}
#main
{
	width: 100%;
	background-image: url(../images/mainBack.png);
	background-repeat: repeat-x;
 
}
#pageWrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 350px;
}
#header
{
	height:104px;
	width: 900px;
}
 
#logo
{
	float: left;
	width: 171px;
	background-image: url(../images/logo.png);
	height: 95px;
	margin-top: 5px;
}
#banner
{
	float: left;
	width: 639px;
	height: 94px;
	margin: 5px 10px 5px 10px;
}
#nazar
{
	float: left;
	width: 55px;
	height: 55px;
	background-image: url(../images/nazar.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 20px;
}
#menu
{
	padding-top: 10px;
	width: 900px;
	height: 35px;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	background-image: url(../images/menuBack.png);
	background-repeat: repeat-x;
}
#menu A
{
	color: #333333;
	text-decoration: none;
}
#menu A:hover
{
	color: #FF0000;
	text-decoration: none;
}
#menu A:visited
{
	color: #333333;
	text-decoration: none;
}
#content
{
	width: 900px;
	min-height: 250px;

	padding-top: 5px;
	overflow:hidden;
	background-color: #FFFFFF;
	/*	background-image:url('../images/newsback.png');
	background-repeat:repeat-x;*/
}
#contentAll
{
	width: 900px;
	min-height: 250px;
	 
	padding-top: 5px;
 
}
#contentleft
{
	float: left;
	width: 60%;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 200px;
	border-right: 1px dashed #666666;
}
#contentRight
{
	float: left;
	width: 35%;
	min-height: 200px;
	padding-left: 10px;
}
#pictures
{
	clear: both;
	width: 100%;
	padding-top: 5px;
	min-height: 150px;
	border-top: 1px dashed #666666;
  background-image:url('../images/picturesback.png');
  background-repeat:no-repeat;
  background-position:bottom;
 
}
#pictures .imagem
{
	padding-left: 0px;
	
}
#footer
{
	width: 900px;
	height: 70px;
	margin-top: -15px;
	margin-bottom: auto;
/*	background-color: #599EFF;*/
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:5px;
	line-height:1.5em;
}
#bottom
{
	width: 100%;
	height: 100px;
	background-image: url(../images/bottomBack.png);
	background-repeat: repeat-x;
}
.baslik
{
	color: #3E0001;
	font-size: 18px;
	font-weight: bold;
}
#ctl00_dlPics
{
    padding-left:10px;
    padding-bottom:10px;
    }