
body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	text-align: center; 
}

/* links */
a {
	color: #90140C; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 
		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #90140C;	
	color:#90140C;	
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
	color:#90140C;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
	color:#fff;
}


.orta {
height:39px;
	color:#fff;
	background-color:#000;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.orta   a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
	color:#fff;
}

#sitemap   {
text-align: left;
margin: 20px;
}
