* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#D70000;
	text-decoration:none;
}

/* body */
body {
	background:#343434 url('resimler/background_body.jpg') 0 50% repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	background:url('resimler/background_container.jpg') no-repeat;
	height:600px;
	left:50%;
	margin:-300px 0 0 -500px;
	position:absolute;
	top:50%;
	width:1000px;
}

/* navigation */
#navigation {	
	height:68px;
	padding:30px;
	width:940px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:80px;
	list-style:none;
	width:100px;
	
}
#navigation ul li a {
	color:#ffffff;
	display:block;
	height:50px;
	line-height:50px;
	padding:35px 0 0;
	text-align:center;
	width:100px;
}
#navigation ul li a:hover {
	background:url('resimler/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('resimler/navigation.jpg') repeat-x;
}

/* content */
#content {	
	height:410px;
	overflow:auto;
	padding:15px 40px;
	width:920px;
}

/* footer */
#footer {
	color:#ffffff;
	height:20px;
	padding:10px;
	text-align:center;
	width:930px;
}
#footer a {
	color:#ffffff;
}
div.scroll {
height: 182px;
width: 188px;
border: solid 0px #999;
padding: 0ex;
background: #ffffff;
color: #3A3A3A;
margin: 0 0 0 0;
}
#prec { 	height: 395px; 	margin:0; padding: 0; background: #FFFFFF; border-bottom: 0px solid #ffffff; overflow: hidden; margin-bottom: 0px }
	#wrap { margin: 0 auto; width: 920px; }
		
		#wrap #menu { padding: 0; margin:0; background: inherit; background: #ffffff;}
		#wrap #menu a { padding-left: 5px; font:  0.9em Arial, Sans-Serif; text-decoration: none; background: #FFF}

#gallery 
{
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:850px; 
  height:300px; 
}
  
#gallery li {
  float:left;
  }
  
#gallery li a {
  display:block; 
  height:300px;
  width:43px;
  float:left; 
  text-decoration:none; 
  cursor:default;
  }
#gallery li a img {
border:2;
}
#gallery li a:hover { 
  width:200px;
  }
  