body {
	background-color:#666666;
	margin:0; padding:0;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form { margin:0; padding:0; } 
img { border:0;}
.kiem { color:#e55110; }

#cont {
	margin:0 auto;
	width:766px;
	height:auto;
	background-image:url(/gfx/cont-left-border.gif);
	background-repeat:repeat-y;

}
	#header {
		width:766px;
		height:159px;
	}
	
	#logo {
		width:514px;
		height:177px;
		float:left;
	}
	#menu {
		float:left;
		width:252px;
		height:230px;
		background-color:#202020;
	}
		#menu a {
			display:block;
			background-image:url(/gfx/menu-bg.gif);
			line-height:25px;
			width:192px; /* */
			height:25px;
			color:#fff;
			text-transform:uppercase;
			font-size:10px;
			text-decoration:none;
			padding-left:50px;
			padding-right:10px;
		}
			#menu a:hover {
				background-image:url(/gfx/menu-bg-h.gif);
				color:#f33300;
				text-align:right;
			}

	#content {
		height:343px;
		width:766px;
		font-family:tahoma;
	}			
		.elv {
			height:2px;
			background-image:url(/gfx/elv.gif);
		}
		#content h1 {
			font-size:18px;
			margin:0;
			text-transform:uppercase;
			font-weight:normal;
			color:#fff;
			line-height:33px;
		}
		#content p {
			font-size:11px;
			color:#b0b0b0;
		}
		#content a {
			font-size:11px;
			color:#e55110;
			text-decoration:none;
		}
			#content a:hover {
				text-decoration:underline;
			}
		#content table {
			font-size:11px;
			color:#b0b0b0;
		}
		#content ul {
			list-style:none;
			margin-left:0;
			padding-left:0;
			color:#e55110;
		}
			#content li {
				font-size:11px;
				padding-left:15px;
				background-image:url(/gfx/content-nyil.gif);
				background-repeat: no-repeat;
				background-position:0 4px;
				line-height:16px;

			}

		#BIGcontentLeft {
			display:block;
			float:left;
			width:765px;
			height:4650px;
			background-color:#2d2d2d;
		}


		#contentLeft {
			display:block;
			float:left;
			width:514px;
			height:343px;
			background-color:#2d2d2d;
		}
			#clp {
				padding-left:35px;
				padding-top:15px;
				padding-right:15px;
			}

		#contentGL {
			display:block;
			float:left;
			width:514px;
			height:500px;
			background-color:#2d2d2d;}

		#contentGR {
			display:block;
			float:left;
			width:252px;
			height:500px;
			background-color:#333333;
		}

	
		#BIGcontentRight {
			display:block;
			float:left;
			width:252px;
			height:700px;
			background-color:#333333;
		}
		#contentRight {
			display:block;
			float:left;
			width:252px;
			height:343px;
			background-color:#333333;
		}



			#crp {
				padding-left:25px;
				padding-top:15px;
				padding-right:20px;
			}		
	#footer {
		clear:both;
		display:block;
		width:766px;
		height:71px;
		background-image:url(/gfx/footer-bg.jpg);
		color:#fff;
		text-transform:uppercase;
		font-size:10px;
		line-height:79px;
	}
		.fp {
			padding-left:30px;
		}

		#footer a {
			color:#fff;
				
		}

