html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;

	background-color:#f8f5ca;
}

form {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

center {
	height:100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

/* LİNK */
a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#f58025;
	text-decoration:none;
}

a:active {
	color:#333333;
	text-decoration:none;
}


.IcerikResim					{ float:left; padding:0px 15px 15px 0px; text-align:left; border-left:none; }