html, body{ 
	margin:0px; 
 	padding:0px; 
 	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	background-color:#ffffff;
}

a:link,a:visited  {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#fcac00;
	text-decoration: underline;
}


#mainHolder{ 
	width:874px;
 	text-align:left;  
	margin-left:auto;
 	margin-right:auto; 
}

#topImage{
	height:194px;
	background-image:url('../images/topbg.gif');
	background-repeat:no-repeat;
}

#content {
	width:874px;
	min-height:450px;
	background-image:url('../images/leftbg.gif');
	background-repeat:no-repeat;
}

#contentHolder {
	width:683px;
	margin-left:198px;
	
}

#menuHolder {
	width:158px;
	float:left;
}

#mainContent {
	width:525px;
	float:right;
}

.mrImg {
	margin-right:10px;
	margin-bottom:5px;
}

.baslik {
	font-size:12px;
	font-weight:bold;
}

.dot {
	color:#fcac00;
}

#slides p {
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -30px;
line-height: 30px;
height: 30px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
color:#fff;
	}
	
	.hidden
{
display: none;
}

#slides a:link,#slides a:visited  {
	color:#fcac00;
	text-decoration: none;
}

#slides a:hover {
	color:#ffffff;
	text-decoration: none;
}

.jFlowControl {
	padding:5px;
	background:#fcac00;
	color:#fff;
	text-weight:bold;
}

#controller span.jFlowSelected {background:#333333;}

#conHolder a:link,#conHolder a:visited  {
	color:#fcac00;
	text-decoration: none;
}

#conHolder a:hover {
	color:#000000;
	text-decoration: underline;
}


