
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th {font-size:100%;font-family:Arial;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}



body {
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size: 9pt;
	
}

#page_container {
	width: 840px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #7F7F7F;
	background-color: #F8F7FC;
}

#left_column {
	float: left;
	display: inline;
	width: 190px;
	
}

#right_column {
	float: right;
	display: inline;
	width: 650px;

}

#home_column {
	float: right;
	display: inline;
	width: 650px;

}

#footer {
	clear: both;	
}

#menu  { 
list-style: none;
margin: 0;
margin-left:10px;
 padding: 0;
 width: 170px;
text-align:left;
}
 
#menu li {
	border-bottom: 2px solid #fff;
}
 #menu li a:link, #menu li a:visited {
	font-size: 13px;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #EF7F0E;
	border: 3px solid #AB1315;
	color: #fff;
	font-weight:bold;
	text-decoration: none;

}

#menu li a:hover {
	background-color: #55090A;
	color:#fff;
}

#content {
	padding: 15px;
	
}

h1 {
	margin: 10px 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #55090A;
	
}

.baslik  {
	margin: 5px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #AD1315;
	
}
td {
	padding:3px;	
}

ul ul {
	margin-left: 10px;
}