body {
	background: #fff;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em; 
	margin: 25px auto auto auto;
	color: #000;
	height: 100%;
}

#wrapper{
	width: 640px;
	text-align: center;
	margin: 0 auto auto auto;
	/*padding: 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}
#navigation { 
	text-align: right;
}

#content {
	clear: both;
	padding-top: 15px;			 
  text-align: justify;
}

#footer{
	clear: both;
	padding: 15px 0px 5px 0px;	
	text-align: center;
	font-size: 0.9em; 
	line-height: 1.9em;
}

a:link				 { color: #000; text-decoration: none; }
a:visited 		 { color: #000; text-decoration: none; }
a:hover 			 { color: #f00; text-decoration: none; }
a:active 			 { color: #00f; text-decoration: none; }

h1 {font-weight: bolder; font-style: italic; text-decoration: underline; font-size: 1.3em; }
h2 {font-weight: bold; font-size: 1.1em; }
h3 {font-style: italic; font-size: 1.0em; }

img {border: 0px;}
li {line-height: 1.5em;}
.omersbenli{font-weight: bolder; font-style: italic; text-decoration: none; font-size: 1.3em; }
.float_left {float: left;}
.float_right {float: right;}

